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. _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
