mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
Bug 554790 - g_convert() misbehaves with winiconv versions
2008-10-08 Tor Lillqvist <tml@novell.com> Bug 554790 - g_convert() misbehaves with winiconv versions * glib/win_iconv.c (kernel_mbtowc): If converting from ASCII, explicitly check for and reject 8bit chars. MultiByteToWideChar() doesn't, at least not on XP. svn path=/trunk/; revision=7578
This commit is contained in:
committed by
Tor Lillqvist
parent
57d48592db
commit
c7501c8223
@@ -1,3 +1,11 @@
|
||||
2008-10-08 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
Bug 554790 - g_convert() misbehaves with winiconv versions
|
||||
|
||||
* glib/win_iconv.c (kernel_mbtowc): If converting from ASCII,
|
||||
explicitly check for and reject 8bit chars. MultiByteToWideChar()
|
||||
doesn't, at least not on XP.
|
||||
|
||||
2008-10-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gtypes.h: Properly include gmacros.h
|
||||
|
Reference in New Issue
Block a user