Mailinglist Archive: opensuse (3605 mails)
| < Previous | Next > |
Re: [opensuse] Problems with RC_LANG / locale (fwd)
- From: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx>
- Date: Sun, 11 Jun 2006 22:05:37 +0200 (MEST)
- Message-id: <Pine.LNX.4.61.0606112202220.24409@xxxxxxxxxxxxxxx>
>> My part in that aaa_base is only DIR_COLORS and a profile.sh. Other than
>> that, everything else was taken from SUSE's package as-is.
>
>there is an interesting line in the file /etc/hxtools_profile.sh added
>by the .as3 package:
>
>unset LANG;
>
Thanks for letting me know. It is somewhere between intended and
old-cruft-code. The original reason for it was to have
LC_CTYPE=de_DE.UTF-8
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES=en_US.UTF-8
LC_PAPER=de_DE.UTF-8
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
all of these fields be POSIX. Removing unset LANG makes it
LANG=en_US.UTF-8
LC_CTYPE=de_DE.UTF-8
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES=en_US.UTF-8
LC_PAPER=de_DE.UTF-8
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
I'll change LC_* to POSIX in my /language and send an update to the
package.
Jan Engelhardt
--
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-help@xxxxxxxxxxxx
>> that, everything else was taken from SUSE's package as-is.
>
>there is an interesting line in the file /etc/hxtools_profile.sh added
>by the .as3 package:
>
>unset LANG;
>
Thanks for letting me know. It is somewhere between intended and
old-cruft-code. The original reason for it was to have
LC_CTYPE=de_DE.UTF-8
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES=en_US.UTF-8
LC_PAPER=de_DE.UTF-8
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
all of these fields be POSIX. Removing unset LANG makes it
LANG=en_US.UTF-8
LC_CTYPE=de_DE.UTF-8
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES=en_US.UTF-8
LC_PAPER=de_DE.UTF-8
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
I'll change LC_* to POSIX in my /language and send an update to the
package.
Jan Engelhardt
--
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-help@xxxxxxxxxxxx
| < Previous | Next > |