Skip to content
  • Bruno Haible's avatar
    When the sublangid is SUBLANG_DEFAULT, return the locale of the language's · 34462896
    Bruno Haible authored
    2001-09-24  Bruno Haible  <haible@clisp.cons.org>
    
    	* glib/gwin32.c (g_win32_getlocale): When the sublangid is
    	SUBLANG_DEFAULT, return the locale of the language's main country,
    	not a country-neutral locale. E.g. "en_US" instead of "en". Add
    	handling of LANG_SORBIAN. Fix typo for SUBLANG_CHINESE_SIMPLIFIED
    	(China == CN, CH == Switzerland). Ignore empty environment
    	variable values.
    
    2001-09-28  Tor Lillqvist  <tml@iki.fi>
    
    	* glib/makefile.{mingw,msc}.in: Add localcharset.o. Just copy the
    	source file from libcharset and compile in this directory.
    
    	* glib/giochannel.c: Mark rest of g_set_error strings for
    	translation, too.
    
    	* glib/giowin32.c: Add some debugging output functions, call them
    	when debugging.
    	(create_events, g_io_win32_msg_write): Free message fetched with
    	g_win32_error_message ().
    	(g_io_win32_check): Indentation fixes.
    	(g_io_win32_fd_read,g_io_win32_sock_read): Don't always return
    	G_IO_STATUS_NORMAL. Do re...
    34462896