CVSROOT:        /cvs/gnome
Module name:    gimp
Changes by:     tml     05/08/24 18:02:03

Modified files:
        .              : ChangeLog 
        libgimpbase    : gimpenv.c 
        app/plug-in    : plug-in.c 

Log message:
2005-08-24  Tor Lillqvist  <[EMAIL PROTECTED]>

Make GIMP work on Win32 even if installed in a path containing
random non-ASCII characters.

* libgimpbase/gimpenv.c (gimp_toplevel_directory): [Win32] Use
wide-char API on NT-based Windowses. Keep the toplevel directory
name in UTF-8. The rest of GIMP assumes it is UTF-8 anyway, and
for instance passes file names constructed from it to g_open().

* app/plug-in/plug-in.c (plug_in_open): On Win32, if compiled
against GLib < 2.8.2, convert the pathname arguments passed to
g_spawn_async() to locale charset (system codepage). The
g_spawn*() functions in GLib < 2.8.2 take system codepage
arguments and not UTF-8.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gimp&who=tml&date=explicit&mindate=2005-08-24%2018:01&maxdate=2005-08-24%2018:03

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to