Aric Stewart : libwine: Remove some previous c1 cntrl exceptions that are no longer valid.

Alexandre Julliard julliard at winehq.org
Thu Jul 22 12:09:30 CDT 2010


Module: wine
Branch: master
Commit: 84561d76e5add36f13fa1393b3b72b2748b07327
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=84561d76e5add36f13fa1393b3b72b2748b07327

Author: Aric Stewart <aric at codeweavers.com>
Date:   Mon Jul 19 13:52:15 2010 -0500

libwine: Remove some previous c1 cntrl exceptions that are no longer valid.

---

 libs/wine/cpmap.pl |    2 +-
 libs/wine/wctype.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libs/wine/cpmap.pl b/libs/wine/cpmap.pl
index fe35bfd..6d76f0b 100755
--- a/libs/wine/cpmap.pl
+++ b/libs/wine/cpmap.pl
@@ -156,7 +156,7 @@ my %special_categories =
                   0xff10..0xff19, 0xff21..0xff26, 0xff41..0xff46 ],
     "space"  => [ 0x09..0x0d, 0x85 ],
     "blank"  => [ 0x09, 0x20, 0xa0, 0x3000, 0xfeff ],
-    "cntrl"  => [ 0x070f, 0x180b, 0x180c, 0x180d, 0x180e, 0x200c, 0x200d,
+    "cntrl"  => [ 0x070f, 0x200c, 0x200d,
                   0x200e, 0x200f, 0x202a, 0x202b, 0x202c, 0x202d, 0x202e,
                   0x206a, 0x206b, 0x206c, 0x206d, 0x206e, 0x206f, 0xfeff,
                   0xfff9, 0xfffa, 0xfffb ]
diff --git a/libs/wine/wctype.c b/libs/wine/wctype.c
index 9cc5412..38e71ee 100644
--- a/libs/wine/wctype.c
+++ b/libs/wine/wctype.c
@@ -776,7 +776,7 @@ const unsigned short wine_wctype_table[17152] =
     0xb200, 0xb200, 0xb200, 0xb200, 0xb200, 0xb200, 0xb200, 0xb200,
     0xb200, 0xb200, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
     0xb210, 0xb210, 0xb210, 0xb210, 0xb210, 0xb210, 0xb210, 0xb210,
-    0xb210, 0xb210, 0xb210, 0xd220, 0xd220, 0xd220, 0xa228, 0x0000,
+    0xb210, 0xb210, 0xb210, 0xd200, 0xd200, 0xd200, 0xa208, 0x0000,
     0x1204, 0x1204, 0x1204, 0x1204, 0x1204, 0x1204, 0x1204, 0x1204,
     0x1204, 0x1204, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
     0x1300, 0x1300, 0x1300, 0x1300, 0x1300, 0x1300, 0x1300, 0x1300,




More information about the wine-cvs mailing list