On 2005-04-30, Miroslav Kure <[EMAIL PROTECTED]> wrote: > This means environment variable LC_CTYPE does not contain (optional) > encoding part.
Ion, however, requires it as a sanity check as it happens that Xlib and libc don't always agree on the encoding without this. Unfortunately the check isn't perfect... > 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 Or you want to be progressive and use UTF-8... -- Tuomo
