4 Apr
2005
4 Apr
'05
3:33 a.m.
Peter Moulder wrote:
If using g_get_home_dir, then note that i think it requires converting
to utf8 using g_filename_to_utf8. (Cf src/inkscape.cpp.)
We've got some issues with that.
As of glib 2.6, Windows started using UTF-8 and not filename encoding.
So.... we'll have to add fun fun #ifdef stuff.