From: "Nikolai Weibull" <address@hidden>
Subject: Re: [RP] i18n patch for 1.4.0
Date: Sat, 14 Oct 2006 02:34:42 +0200
> My problem seems to be that firefox gives the title as ISO-8859-1
> instead of UTF-8 or something, because if i do
>
> ratpoison -c "echo รถ"
>
> from an UTF-8-enabled Zsh it works fine.
It seems to be a locale problem.
Similarly, I use Japanese, which has multiple charsets (EUC-JP, Shift_JIS, JIS,
UTF-8...).
My ratpoison can only print EUC-JP charset.
Strings to be echoed must be converted into EUC-JP.
LC_ALL=ja_JP.eucJP
LANG=ja_JP.eucJP
LC_CTYPE=ja_JP.eucJP