On Tue, 2007-10-02 at 00:15 +0200, Emil Nowak wrote: > In 'Modifed' column in gtFileChooser I have date which is sometimes > represented as week day name. Instead of polish characters I have quotation > marks here. > > Every program prints a lot of warnings to console when drawing FileChooser: > "Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()"
I'm guessing that this is because you are not using an UTF-8 locale. You can probably work around this by setting G_BROKEN_FILENAMES, but using UTF-8 is strongly recommended and has been the default for quite some time. -- Cheers, Sven Arvidsson http://www.whiz.se PGP Key ID 760BDD22
signature.asc
Description: This is a digitally signed message part

