Add some GNU libiconv compatibility: Recognize "" and "char" as aliases
authorTor Lillqvist <tml@novell.com>
Thu, 28 Feb 2008 22:59:39 +0000 (22:59 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 28 Feb 2008 22:59:39 +0000 (22:59 +0000)
commit7d48fb3c819b5aae2c91f571795cbc78005341d2
treeb99024f383fde44cd80e139ea4014d8247245d0e
parent138c2826f042e532b99cf351da29a1fa3b7cc935
Add some GNU libiconv compatibility: Recognize "" and "char" as aliases

2008-02-29  Tor Lillqvist  <tml@novell.com>

* glib/win_iconv.c (name_to_codepage): Add some GNU libiconv
compatibility: Recognize "" and "char" as aliases for the current
locale's charset. (We use the system ANSI codepage as returned by
GetACP().) Recognize "wchar_t" as an alias for UTF-16LE.

svn path=/trunk/; revision=6604
ChangeLog
glib/win_iconv.c