[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
oops ...
Hi Golda,
I just realized that I made a mistake in the instructions for a Linux setup
in my last message. When I am talking about the environment variables, I
mean LC_ALL, *not* LC_CTYPE.
I got confused, because LC_CTYPE is the aspect of the locale in C that is
relevant for case conversion. It's not the name of the environment
variable. So, the instructions should read:
If the locale exists, set the LANG and LC_ALL environment variables to
^^^^^^- changed
the locale name. For example, to select the German locale:
export LANG=de_DE
export LC_ALL=de_DE <-------- changed
Regards and sorry about the confusion
- Christian