This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/14991] New: The Big5-HKSCS character set converter incorrectly maps U+23FF0 and U+25D20


http://sourceware.org/bugzilla/show_bug.cgi?id=14991

             Bug #: 14991
           Summary: The Big5-HKSCS character set converter incorrectly
                    maps U+23FF0 and U+25D20
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: glibcbugz@ghalkes.nl
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


The Big5-HKSCS character set converter incorrectly maps U+23FF0 to the sequence
8E6A and U+25D20 to FDD8. This was a bug in the Unihan database up until
Unicode version 4.0.1, which switched the mappings. Thus U+23FF0 should map to
FDD8 and U+25D20 should map to 8E6A.

>From the 4.0.1 version of the Unihan database:
U+23FF0 kHKSCS  FDD8
U+25D20 kHKSCS  8E6A

The 3.2.0 version still has:
U+23FF0 kHKSCS  8E6A
U+25D20 kHKSCS  FDD8

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]