TOYAMA Shin-ichi <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]:

>> * Set $OUTPUT_CHARSET for Japanese locale, to fix Win32
>> issue. TOYAMA Shin-ichi <[EMAIL PROTECTED]>
>>
>> Not sure what the 'issue' was, precisely, but perhaps
>> Shin-ichi can explain? ;)
>
> I can't confirm e-mails around this issue now, but I remember
> that without setting $OUTPUT_CHARSET, gettext library on
> windows returns translated strings in "CP932" even though
> other language related environments are set to "ja_JP.UTF-8".

I see. But later we added:

bind_textdomain_codeset("tuxpaint", "UTF-8");

This tells gettext to return *all* strings in UTF-8.

Does this mean we can remove these lines? I can't see that the
'convert_open' function is used for anything either.

-- 
Karl Ove Hufthammer
_______________________________________________
Tuxpaint-dev mailing list
[EMAIL PROTECTED]
http://tux4kids.net/mailman/listinfo/tuxpaint-dev

Reply via email to