| Author |
ENV variables that determines encoding format
|
Ganni Kal
Greenhorn
Joined: Jan 17, 2008
Posts: 16
|
|
Hi
I have two Linux servers (Red Hat) both are having the LANG=C.
But reading of characters that is not supported by UTF-8, are handled differently by the servers.
What are the environment variables other than LANG, that affects the encoding format in Linux?
Thanks for looking into this.
Ganni
|
 |
Stefan Wagner
Ranch Hand
Joined: Jun 02, 2003
Posts: 1923
|
|
maybe LANGUAGE or LC_ALL.
try
in a shell.
|
http://home.arcor.de/hirnstrom/bewerbung
|
 |
 |
|
|
subject: ENV variables that determines encoding format
|
|
|