Glib::filename_to_unicode

2005-07-03 Thread The Saltydog
I am using Glib::filename_to_unicode() but I found something wrong.. My locale is it_IT, but if the filename contains an euro sign (€) it is displayed in Nautilus, but my application is not working. Try this: print Glib::filename_to_unicode('€'); ...it doesn't work. This behaviour is not only

Re: Glib::filename_to_unicode

2005-07-03 Thread Jan Hudec
On Sun, Jul 03, 2005 at 13:00:37 +0200, The Saltydog wrote: I am using Glib::filename_to_unicode() but I found something wrong.. My locale is it_IT, but if the filename contains an euro sign (?) it is displayed in Nautilus, but my application is not working. Try this: print

Re: Glib::filename_to_unicode

2005-07-03 Thread The Saltydog
On 7/3/05, Jan Hudec [EMAIL PROTECTED] 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

Re: embedded perl/Gtk dialog

2005-07-03 Thread muppet
On Jul 2, 2005, at 9:28 PM, Carl Nygard wrote: On Sat, 2005-07-02 at 10:00 -0400, muppet wrote: At this point, i think you need to post code, because the descriptions don't match up with what should be happening, and the possibilities of what you might be doing differently than expected are