Karl Ove Hufthammer wrote
>> 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?Yes. I checked it out using attached sample code with Borland's free compiler. I think there is no need to set $OUTPUT_CHARSET. -- TOYAMA Shin-ichi
test.c
Description: Binary data
_______________________________________________ Tuxpaint-dev mailing list [EMAIL PROTECTED] http://tux4kids.net/mailman/listinfo/tuxpaint-dev
