OSDN Git Service

* Add convertion table:
authorNARUSE, Yui <naruse@users.sourceforge.jp>
Mon, 24 Oct 2005 02:26:01 +0000 (02:26 +0000)
committerNARUSE, Yui <naruse@users.sourceforge.jp>
Mon, 24 Oct 2005 02:26:01 +0000 (02:26 +0000)
    U+00A5 -> 0x005C
    U+3094 -> 0x8394 (Shift_JIS)
    U+203E -> 0x007E (eucJP-ms)

utf8tbl.c

index ef89a7c..701dfba 100644 (file)
--- a/utf8tbl.c
+++ b/utf8tbl.c
@@ -2354,7 +2354,7 @@ const unsigned short utf8_to_euc_C2[] = {
       0,      0,      0,      0,      0,      0,      0,      0,
       0,      0,      0,      0,      0,      0,      0,      0,
       0,      0,      0,      0,      0,      0,      0,      0,
- 0x0E20, 0xA242, 0x2171, 0x2172, 0xA270,      0, 0xA243, 0x2178,
+ 0x0E20, 0xA242, 0x2171, 0x2172, 0xA270,   0x5C, 0xA243, 0x2178,
  0x212F, 0x0E7D, 0xA26C,      0, 0x224C,      0, 0xA26E, 0xA234,
  0x216B, 0x215E,      0,      0, 0x212D,      0, 0x2279,      0,
  0xA231,      0, 0xA26B,      0,      0,      0,      0, 0xA244,
@@ -2457,7 +2457,7 @@ const unsigned short utf8_to_euc_E280[] = {
  0x2277, 0x2278,      0,      0,      0, 0x2145, 0x2144,      0,
       0,      0,      0,      0,      0,      0,      0,      0,
  0x2273,      0, 0x216C, 0x216D,      0,      0,      0,      0,
-      0,      0,      0, 0x2228,      0,      0,      0,      0,
+      0,      0,      0, 0x2228,      0,      0,   0x7E,      0,
 };
 const unsigned short utf8_to_euc_E284[] = {
       0,      0,      0, 0x216E,      0,      0,      0,      0,
@@ -2652,7 +2652,7 @@ const unsigned short utf8_to_euc_E381[] = {
 const unsigned short utf8_to_euc_E382[] = {
  0x2460, 0x2461, 0x2462, 0x2463, 0x2464, 0x2465, 0x2466, 0x2467,
  0x2468, 0x2469, 0x246A, 0x246B, 0x246C, 0x246D, 0x246E, 0x246F,
- 0x2470, 0x2471, 0x2472, 0x2473, 0x2F49,      0,      0,      0,
+ 0x2470, 0x2471, 0x2472, 0x2473, 0x2574,      0,      0,      0,
       0, 0x0E5E, 0x0E5F, 0x212B, 0x212C, 0x2135, 0x2136,      0,
       0, 0x2521, 0x2522, 0x2523, 0x2524, 0x2525, 0x2526, 0x2527,
  0x2528, 0x2529, 0x252A, 0x252B, 0x252C, 0x252D, 0x252E, 0x252F,