6 Feb
2005
6 Feb
'05
6:32 a.m.
To try to see if bug 1114714 is fixed, can someone on Win32 add some asserts and test things?
Just go into src/dialogs/export.cpp and before each call to *_set_text add warnings just before each?
if (!g_utf8_validate(variableAboutToCallSetWith, -1, NULL)) { g_warning( "variableAboutToCallSetWith IS NOT UTF-8" ); }
Then try some file/directories with umlauts in them?
Thanks.