>From "locale -m", I got "iso_8859_1/charmap.src". If I do "echo $LC_CTYPE", I got "en_US.ISO8859-1". If I attempt to do "setenv LC_CTYPE UTF-8" or "setenv LC_CTYPE en_US.ISO8859-UTF-8", I got "Locale could not be set properly". However, it's fine if I type "setenv LC_CTYPE en_US.ISO8859-1". I don't have a language preference.
Thanks, Allen > -----Original Message----- > From: Curt Arnold [mailto:[EMAIL PROTECTED] > > Do you find it in "locale -m" which should list the installed > locales? ISO-646 is apparently used to indicate the 7 bit US-ASCII > character set and the _JP and _CN are likely variants with > Japanese and Chinese characters in the high 128 bits, but it > seems to be obsolete and replaced by ISO-8859. For a western > european languages, you'd expect the encoding to be > ISO-8859-n where n is most likely to be 1 or UTF-8. What > language do you want to work in? Are you setting the > LC_CTYPE environment variable? What happens to the log4cxx > test if you set LC_CTYPE to UTF-8. >