diff options
Diffstat (limited to 'iconvdata/ibm856.h')
-rw-r--r-- | iconvdata/ibm856.h | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/iconvdata/ibm856.h b/iconvdata/ibm856.h index f6b2968..b981423 100644 --- a/iconvdata/ibm856.h +++ b/iconvdata/ibm856.h @@ -1,5 +1,5 @@ /* Tables for conversion from and to IBM856. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>, 2000. @@ -136,8 +136,7 @@ static const struct gap from_idx[] = { start: 0x2663, end: 0x2663, idx: -9588 }, { start: 0x2665, end: 0x2666, idx: -9589 }, { start: 0x266a, end: 0x266b, idx: -9592 }, - { start: 0xff01, end: 0xff5e, idx: -65037 }, - { start: 0xffe8, end: 0xffee, idx: -65174 }, + { start: 0xffe8, end: 0xffee, idx: -65268 }, { start: 0xffff, end: 0xffff, idx: 0 } }; @@ -170,16 +169,5 @@ static const char from_ucs4[] = '\xca', '\xce', '\xdf', '\xdc', '\xdb', '\xb0', '\xb1', '\xb2', '\xfe', '\x16', '\x1e', '\x10', '\x1f', '\x11', '\x09', '\x08', '\x0a', '\x01', '\x02', '\x0f', '\x0c', '\x0b', '\x06', '\x05', '\x03', '\x04', '\x0d', - '\x0e', '\x21', '\x22', '\x23', '\x24', '\x25', '\x26', '\x27', '\x28', - '\x29', '\x2a', '\x2b', '\x2c', '\x2d', '\x2e', '\x2f', '\x30', '\x31', - '\x32', '\x33', '\x34', '\x35', '\x36', '\x37', '\x38', '\x39', '\x3a', - '\x3b', '\x3c', '\x3d', '\x3e', '\x3f', '\x40', '\x41', '\x42', '\x43', - '\x44', '\x45', '\x46', '\x47', '\x48', '\x49', '\x4a', '\x4b', '\x4c', - '\x4d', '\x4e', '\x4f', '\x50', '\x51', '\x52', '\x53', '\x54', '\x55', - '\x56', '\x57', '\x58', '\x59', '\x5a', '\x5b', '\x5c', '\x5d', '\x5e', - '\x5f', '\x60', '\x61', '\x62', '\x63', '\x64', '\x65', '\x66', '\x67', - '\x68', '\x69', '\x6a', '\x6b', '\x6c', '\x6d', '\x6e', '\x6f', '\x70', - '\x71', '\x72', '\x73', '\x74', '\x75', '\x76', '\x77', '\x78', '\x79', - '\x7a', '\x7b', '\x7c', '\x7d', '\x7e', '\xb3', '\x1b', '\x18', '\x1a', - '\x19', '\xfe', '\x09' + '\x0e', '\xb3', '\x1b', '\x18', '\x1a', '\x19', '\xfe', '\x09' }; |