On Fri, Apr 29, 2005 at 02:52:24PM -0700, Derek Gipson wrote: > I'm running ion-3ds-20050406 and receive the following > message after quiting: > > > ion3: Encoding in LC_CTYPE (en_US) and encoding reported by > nl_langinfo(CODESET) (ISO-8859-1) do not match. > ion3: Reverting locale settings to "C".
This means environment variable LC_CTYPE does not contain (optional) encoding part. > Is this something I can take care of, or a message to be ignored? In your case you can just ignore it. If you would like to have Ion speak to you in another language than English, you will have to set LC_CTYPE appropriately in its full form with encoding. E.g. for Czech: export LC_CTYPE=cs_CZ.ISO-8859-2 -- Miroslav Kure
