Use g_win32_getlocale() instead of setlocale() on Windows. setlocale()

2005-01-04  Tor Lillqvist  <tml@iki.fi>

	* glib/guniprop.c (get_locale_type): Use g_win32_getlocale()
	instead of setlocale() on Windows. setlocale() returns strings
	like "Turkish_Turkey".
This commit is contained in:
Tor Lillqvist
2005-01-04 21:21:07 +00:00
committed by Tor Lillqvist
parent 38c39a7cfd
commit b7de9fc3b6
6 changed files with 39 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2005-01-04 Tor Lillqvist <tml@iki.fi>
* glib/guniprop.c (get_locale_type): Use g_win32_getlocale()
instead of setlocale() on Windows. setlocale() returns strings
like "Turkish_Turkey".
2005-01-04 Matthias Clasen <mclasen@redhat.com>
Fix the inlining magic. (#157536, Jens Hatlak, and