GNOME Bugzilla – Bug 109378
UNICODE_VALID macro in gutf8.c needs to be updated
Last modified: 2004-12-22 21:47:04 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
Created attachment 15250 [details] [review] a patch
*** This bug has been marked as a duplicate of 107427 ***