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 109378 - UNICODE_VALID macro in gutf8.c needs to be updated
UNICODE_VALID macro in gutf8.c needs to be updated
Status: RESOLVED DUPLICATE of bug 107427
Product: glib
Classification: Platform
Component: general
2.2.x
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2003-03-28 03:38 UTC by Jungshik Shin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
a patch (868 bytes, patch)
2003-03-28 03:40 UTC, Jungshik Shin
none Details | Review

Description Jungshik Shin 2003-03-28 03:38:05 UTC
UNICODE_VALID macro in gutf8.c has to be updated to
reflect changes made in Unicode 3.2. Noncharacter list 
has been expanded to include U+nFFFE, U+nFFFF (where
n is 0 to 0xF) and [U+FDD0, U+FDEF]. Currently,
UNICODE_VALID only filters out only two
noncharacters (U+FFFF and U+FFFE) out of 66 noncharacters.
See  noncharacter definition (D7b) in Unicode TR #27
at http://www.unicode.org/reports/tr27
Comment 1 Jungshik Shin 2003-03-28 03:40:56 UTC
Created attachment 15250 [details] [review]
a patch
Comment 2 Noah Levitt 2003-05-20 23:34:56 UTC

*** This bug has been marked as a duplicate of 107427 ***