On Mon, Nov 28, 2005 at 01:03:25PM +0100, PeteVine wrote: > With -i18n option I'm getting the following message: > > Ion startup error log: > >> Encoding in LC_CTYPE (pl_PL) and encoding reported by nl_langinfo(CODESET) > >> (ISO-8859-2) do not match. > >> Reverting locale settings to "C". > > However, the pl_PL locale corresponds to the iso8859-2 encoding - what's the > issue here?
You have to specify locale including encoding, i.e. export LC_CTYPE=pl_PL.ISO-8859-2 This error message is harmless, because Ion does not have Polish translation, so it will use English anyway. -- Miroslav Kure
