On 9/27/05, David Rosal <[EMAIL PROTECTED]> wrote: > In my GTK2 program, I use the macro _(str) to translate the strings. > "str" is in english (ASCII), but the translation may be encoded in an > arbitrary codeset (e.g. ISO-8859-1 or KOI-8...). The question is: Does > the glib macro _(str) convert the strings to UTF-8 encoding, or I have > to make g_locale_to_utf8(_(str), ...) everytime I have to deal with a > translatable string?
you should ask translators to use UTF-8 encoding, and set it in the .po file settings. _______________________________________________ gtk-app-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
