diff options
Diffstat (limited to 'iconvdata/latin-greek-1.h')
-rw-r--r-- | iconvdata/latin-greek-1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/latin-greek-1.h b/iconvdata/latin-greek-1.h index e17b6ebfc3..ed699bf6a8 100644 --- a/iconvdata/latin-greek-1.h +++ b/iconvdata/latin-greek-1.h @@ -128,7 +128,7 @@ static const wchar_t to_ucs4[256] = { [0x7F] = 0x007F, }; static struct gap from_idx[] = { - { start: 000000, end: 0x007f, idx: 0 }, + { start: 0x0000, end: 0x007f, idx: 0 }, { start: 0x00a4, end: 0x00a4, idx: -36 }, { start: 0x0393, end: 0x03a9, idx: -786 }, { start: 0x203e, end: 0x203e, idx: -8102 }, |