After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 525972 - ucs4 not in the new win_iconv implementation
ucs4 not in the new win_iconv implementation
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: win32
unspecified
Other Windows
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
gtk-win32 maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-03 14:33 UTC by Dominic Lachowicz
Modified: 2008-04-03 15:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Suggested patch (1.02 KB, patch)
2008-04-03 14:41 UTC, Dominic Lachowicz
committed Details | Review

Description Dominic Lachowicz 2008-04-03 14:33:41 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
Comment 1 Dominic Lachowicz 2008-04-03 14:41:20 UTC
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.
Comment 2 Dominic Lachowicz 2008-04-03 14:49:33 UTC
(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
Comment 3 Tor Lillqvist 2008-04-03 15:22:28 UTC
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.