Skip to content
  • Tor Lillqvist's avatar
    Add new function file_utils_filename_to_utf8(), which is to be used when · 18485018
    Tor Lillqvist authored
    2004-01-14  Tor Lillqvist  <tml@iki.fi>
    
    	* app/file/file-utils.[ch]: Add new function
    	file_utils_filename_to_utf8(), which is to be used when converting
    	file names (which are kept in the on-disk encoding) to UTF-8 for
    	passing to GTK, or to g_print() etc.
    
    	* app/*/*.c: Call file_utils_filename_to_utf8(). Should fix most
    	of the warnings generated by non-UTF8 pathnames. See #130118.
    
    	* libgimpbase/gimpenv.b: Document that gimp_directory() etc return
    	strings in the on-disk encoding.
    
    	* libgimpmodule/gimpmodule.c: Convert filenames to UTF-8 (using
    	g_filename_to_utf8()) before passing to g_print().
    18485018