summaryrefslogtreecommitdiff
path: root/iso8859_7-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 /iso8859_7-table.c
parent5239512c7c3c2d7fb307195d6316bc1026bf8482 (diff)
regenerated mapping tables
Diffstat (limited to 'iso8859_7-table.c')
-rw-r--r--iso8859_7-table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iso8859_7-table.c b/iso8859_7-table.c
index 9a3bd91..f8f33d9 100644
--- a/iso8859_7-table.c
+++ b/iso8859_7-table.c
@@ -256,7 +256,7 @@ static const int iso8859_7_decoding_table[256] = {
0x3cc,
0x3cd,
0x3ce,
- 0xfffe,
+ 0xfffe
};
static const struct encoding_map iso8859_7_encoding_map[] = {
@@ -513,7 +513,7 @@ static const struct encoding_map iso8859_7_encoding_map[] = {
{ 0x2019, 0xa2 },
{ 0x20ac, 0xa4 },
{ 0x20af, 0xa5 },
- { 0xfffe, 0xff },
+ { 0xfffe, 0xff }
};
SingleByteCodecState __uniconv_iso8859_7_state = {