This is the mail archive of the libc-alpha@sources.redhat.com 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]

localedata/charmaps WIDTH


These patches are to add the WIDTH information to
some localedata/charmaps/ files:

--- KSX1001.vanilla     Tue Aug  1 04:52:59 2000
+++ KSX1001     Tue Aug  1 04:54:03 2000
@@ -844,3 +844,7 @@
 <U044E>     /xac/xf0     # CYRILLIC SMALL LETTER YU
 <U044F>     /xac/xf1     # CYRILLIC SMALL LETTER YA
 END CHARMAP
+
+WIDTH
+<U3000>...<U044F> 2
+END WIDTH

--- GB2312.vanilla      Tue Aug  1 04:57:27 2000
+++ GB2312      Tue Aug  1 05:10:33 2000
@@ -7715,3 +7715,7 @@
 <U9F3E>     /xf7/xfd     <CJK>
 <U9F44>     /xf7/xfe     <CJK>
 END CHARMAP
+
+WIDTH
+<U3000>..<U9F44> 2
+END WIDTH

--- GBK.vanilla Tue Aug  1 04:57:10 2000
+++ GBK Tue Aug  1 05:12:49 2000
@@ -21927,3 +21927,7 @@
 <UFA28>     /xfe/x4e     <CJK>
 <UFA29>     /xfe/x4f     <CJK>
 END CHARMAP
+
+WIDTH
+<U4E02>..<UFA29> 2
+END WIDTH

Regards,
-- GOTO Masanori


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