GNOME Bugzilla – Bug 107696
New files and catalogs are created with names in UTF8 sequences
Last modified: 2004-12-22 21:47:04 UTC
In non-unicode locales creating new files and catalogs causes appearance of UTF8 sequences in filenames. G_BROKEN_FILENAMES variable has no ingluence on such behaviour. Seems g_filename_from_uft8/uri() functions should be used before saving.
*** Bug 96761 has been marked as a duplicate of this bug. ***
I'm about to commit code that uses g_filename_from_uft8/uri() internally in Glade. But we still have the problem with generated code, mainly with pixmap filenames. I don't know what to do here. The pixmap files could be created using a particular locale, but how would the application know this when it is run on the end-user's machine? For now, I think I'll just recommend that people stick to ASCII filenames, especially for pixmaps.
I'll mark this as fixed. I don't think there is anything more I can do.