bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fix, Base, NextStep encoding table


From: Georg Fleischmann
Subject: Fix, Base, NextStep encoding table
Date: Mon, 1 Jun 2009 12:34:58 +0800

here is a fix for the NextStep Encoding in GNUstep Base (1.19.1), which happens to be totally screwed up by missing 5 entries. I guess the list was originally created by converting the Unicode to NextStep mapping, which is missing the 5 entries also.

I just added 5 dummy values to the table (0xFB plus the NextStep value). This makes the table sorted correctly.

Best wishes,
Georg Fleischmann


*** Source/Additions/unicode/nextstep.h.old 2009-05-31 15:25:06.000000000 +0800 --- Source/Additions/unicode/nextstep.h 2009-05-31 15:30:35.000000000 +0800
***************
*** 51,58 ****
--- 51,61 ----
    0x0192,
    0x00A7,
    0x00A4,
+   0xFBA9,
    0x201C,
    0x00AB,
+   0xFBAC,
+   0xFBAD,
    0xFB01,
    0xFB02,
    0x00AE,
***************
*** 63,68 ****
--- 66,73 ----
    0x00A6,
    0x00B6,
    0x2022,
+   0xFBB8,
+   0xFBB9,
    0x201D,
    0x00BB,
    0x2026,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]