GNOME Bugzilla – Bug 525972
ucs4 not in the new win_iconv implementation
Last modified: 2008-04-03 15:22:28 UTC
Related to bug 520914. It's causing this AbiWord problem: http://www.abisource.com/mailinglists/abiword-dev/2008/Apr/0021.html Patch to follow shortly
Created attachment 108548 [details] [review] Suggested patch Adds UCS4 as an alias for UTF32, which is wrong of course, but shouldn't matter in practice.
(In reply to comment #1) > Created an attachment (id=108548) [edit] > Suggested patch > > Adds UCS4 as an alias for UTF32, which is wrong of course, but shouldn't matter > in practice. > Sorry, it's apparently not wrong (any more). UTF-32 and UCS4 are now aliases for one another, which wasn't always the case. http://en.wikipedia.org/wiki/UTF-32
Thanks, fixed in trunk and glib-2-16: 2008-04-03 Tor Lillqvist <tml@novell.com> Bug 525972 - UCS-4 not in the new win_iconv implementation * glib/win_iconv.c: Add UCS-4. Also add spelling of UCS-2 without the hyphen.