summaryrefslogtreecommitdiff
path: root/cp737-table.c
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2010-01-10 21:28:05 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2010-01-10 21:28:05 +0800
commit096a8659481e2e52bbd89f1431cc4d65cae75bb2 (patch)
tree702b9dcb3e4b2f7f8d6a2ba779d961c33769f43c /cp737-table.c
parent5239512c7c3c2d7fb307195d6316bc1026bf8482 (diff)
regenerated mapping tables
Diffstat (limited to 'cp737-table.c')
-rw-r--r--cp737-table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cp737-table.c b/cp737-table.c
index a18c600..cf64ed2 100644
--- a/cp737-table.c
+++ b/cp737-table.c
@@ -256,7 +256,7 @@ static const int cp737_decoding_table[256] = {
0x207f,
0xb2,
0x25a0,
- 0xa0,
+ 0xa0
};
static const struct encoding_map cp737_encoding_map[] = {
@@ -515,7 +515,7 @@ static const struct encoding_map cp737_encoding_map[] = {
{ 0x2591, 0xb0 },
{ 0x2592, 0xb1 },
{ 0x2593, 0xb2 },
- { 0x25a0, 0xfe },
+ { 0x25a0, 0xfe }
};
SingleByteCodecState __uniconv_cp737_state = {