robert wrote:
> Now then, at 7.8. The Bash Shell Startup Files
>
> root:/# LC_ALL=en_US.utf8 locale language
> English
> root:/# LC_ALL=en_US.utf8 locale charmap
> UTF-8
> root:/# LC_ALL=en_US.utf8 locale int_curr_symbol
> USD
> root:/# LC_ALL=en_US.utf8 locale int_prefix
> 1
>
> so now, do I mod
Now then, at 7.8. The Bash Shell Startup Files
root:/# LC_ALL=en_US.utf8 locale language
English
root:/# LC_ALL=en_US.utf8 locale charmap
UTF-8
root:/# LC_ALL=en_US.utf8 locale int_curr_symbol
USD
root:/# LC_ALL=en_US.utf8 locale int_prefix
1
so now, do I modify /etc/profile to match these values
Zoran Kikic wrote:
> Warning: couldn't find charset data for locale C; using ISO 8859-1
You are _really_ not supposed to use the "C" locale and the LC_ALL
variable. Please switch to LANG=en_US and LC_ALL unset. If you really
want to continue using your current setup, remove the following lines
hi,
when I start x xterm warns me:
Warning: couldn't find charset data for locale C; using ISO 8859-1
/usr/share/X11/locale/C exists..
my locale:
LANG=C
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSI