Re: Glib::filename_to_unicode
- From: The Saltydog <thesaltydog gmail com>
- To: "gtk-perl-list gnome org" <gtk-perl-list gnome org>
- Subject: Re: Glib::filename_to_unicode
- Date: Sun, 3 Jul 2005 13:48:44 +0200
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]