Re: Glib::filename_to_unicode



On 7/3/05, Jan Hudec <bulb ucw cz> wrote:

1) G_BROKEN_FILENAMES environment variable. Glib thinks filenames are in
   unicode independent of locale, unless this is set.
2) The string in Perl is already marked as "utf-8", though it is not and
   the conversion is doing something wrong. Are you using
   use utf8;
   or
   use encoding <whatever>;
   ?

This is what I am using:

        setlocale(LC_MESSAGES, "");
        textdomain(PACKAGE);    
        bind_textdomain_codeset(PACKAGE,"UTF-8");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]