Re: GLib gettext and UTF-8

2005-09-27 Thread John Vetterli
On Tue, 27 Sep 2005, The Saltydog wrote: 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:

Re: GLib gettext and UTF-8

2005-09-27 Thread The Saltydog
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

GLib gettext and UTF-8

2005-09-27 Thread David Rosal
Hi. I don't know much about UTF8 issues, and I wanted to know if I am making the things well. 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 questio