diff options
author | Luo Jinghua <sunmoon1997@gmail.com> | 2010-01-10 21:28:05 +0800 |
---|---|---|
committer | Luo Jinghua <sunmoon1997@gmail.com> | 2010-01-10 21:28:05 +0800 |
commit | 096a8659481e2e52bbd89f1431cc4d65cae75bb2 (patch) | |
tree | 702b9dcb3e4b2f7f8d6a2ba779d961c33769f43c /cp863-table.c | |
parent | 5239512c7c3c2d7fb307195d6316bc1026bf8482 (diff) |
regenerated mapping tables
Diffstat (limited to 'cp863-table.c')
-rw-r--r-- | cp863-table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cp863-table.c b/cp863-table.c index 3cc886f..3715681 100644 --- a/cp863-table.c +++ b/cp863-table.c @@ -256,7 +256,7 @@ static const int cp863_decoding_table[256] = { 0x207f, 0xb2, 0x25a0, - 0xa0, + 0xa0 }; static const struct encoding_map cp863_encoding_map[] = { @@ -515,7 +515,7 @@ static const struct encoding_map cp863_encoding_map[] = { { 0x2591, 0xb0 }, { 0x2592, 0xb1 }, { 0x2593, 0xb2 }, - { 0x25a0, 0xfe }, + { 0x25a0, 0xfe } }; SingleByteCodecState __uniconv_cp863_state = { |