> From: Michael Ludwig [mailto:[EMAIL PROTECTED] > Subject: Re: Manager app language > > I'm not sure Tomcat would bother what character encoding you > specify in LANG.
It does, albeit indirectly. JVM initialization uses the LANG value to set user.language, user.country, sun.jnu.encoding, and file.encoding, and it's the user.language setting that determines which LocalStrings file the manager uses. Curiously enough, LANG=de_DE.iso885915 does not work on the SuSE box I'm using; the JVM reverted to en, US, and ANSI-X3.4-1968 when I tried that. LANG=de_DE.iso88591 does work as expected, even though "locale -a" doesn't list it. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]