[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue with non ascii chars.
From: |
Michel Boaventura |
Subject: |
Re: Issue with non ascii chars. |
Date: |
Sun, 22 Mar 2009 20:18:34 -0300 |
I don't know if G_FILENAME_ENCODING is useful on windows. This is what
the glib doc says:
"On Unix, the character sets are determined by consulting the
environment variables
G_FILENAME_ENCODING and G_BROKEN_FILENAMES.
On Windows, the character set used in the GLib API is always UTF-8 and
said environment variables have no effect."
So I guess that the problem is that glib uses UTF-8, but the default
charset on windows is CP1250.
Re: Issue with non ascii chars., John Darrington, 2009/03/22