Add function to get the codeset name for the current locale.

Mon May 29 14:10:35 2000  Owen Taylor  <otaylor@redhat.com>

	* gutils.c (g_locale_get_codeset): Add function to get the
	codeset name for the current locale.

	* configure.in acconfig.h: Add check for nl_langinfo(CODESET);
This commit is contained in:
Owen Taylor
2000-05-29 18:48:29 +00:00
committed by Owen Taylor
parent 1fe02b28ad
commit 466305d0ca
14 changed files with 106 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
Mon May 29 14:10:35 2000 Owen Taylor <otaylor@redhat.com>
* gutils.c (g_locale_get_codeset): Add function to get the
codeset name for the current locale.
* configure.in acconfig.h: Add check for nl_langinfo(CODESET);
Fri May 19 11:39:29 2000 Tim Janik <timj@gtk.org>