glib r5937 - in trunk: . glib



Author: tml
Date: 2007-11-25 23:27:45 +0000 (Sun, 25 Nov 2007)
New Revision: 5937
ViewCVS link: http://svn.gnome.org/viewcvs/glib?rev=5937&view=rev

Added:
   trunk/glib/win_iconv.c
Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/glib/gconvert.c
Log:
2007-11-26  Tor Lillqvist  <tml novell com>

	Implement #491549: On Windows, always use the native API for
	character set conversions instead of GNU libiconv. Almost all
	codesets supported by GNU libiconv exist as Windows codepages.
	One missing feature is the "C99" and "JAVA" pseudo codesets, but I
	doubt that is worth worrying about.
	
	* glib/win_iconv.c: New file. iconv() implementation for
	Windows. Placed in the public domain by Yukihiro Nakadaira
	<yukihiro nakadaira gmail com>. From
	http://yukihiro.nakadaira.googlepages.com/win_iconv.zip, his
	2007-11-17 version.

	* glib/gconvert.c: Include win_iconv.c on Windows.

	* configure.in: Bypass iconv checks on Windows. 






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]