diff options
Diffstat (limited to 'iconvdata')
-rw-r--r-- | iconvdata/koi8-r.h | 2 | ||||
-rw-r--r-- | iconvdata/latin-greek-1.h | 2 | ||||
-rw-r--r-- | iconvdata/latin-greek.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/iconvdata/koi8-r.h b/iconvdata/koi8-r.h index f6b887f0c7..fe83b72514 100644 --- a/iconvdata/koi8-r.h +++ b/iconvdata/koi8-r.h @@ -256,7 +256,7 @@ static const wchar_t to_ucs4[256] = { [0xFF] = 0x042A, }; static struct gap from_idx[] = { - { start: 000000, end: 0x007f, idx: 0 }, + { start: 0x0000, end: 0x007f, idx: 0 }, { start: 0x00a0, end: 0x00a0, idx: -32 }, { start: 0x00a9, end: 0x00a9, idx: -40 }, { start: 0x00b0, end: 0x00b7, idx: -46 }, 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 }, diff --git a/iconvdata/latin-greek.h b/iconvdata/latin-greek.h index 6bc9a338de..73d93c4957 100644 --- a/iconvdata/latin-greek.h +++ b/iconvdata/latin-greek.h @@ -127,7 +127,7 @@ static const wchar_t to_ucs4[256] = { [0x7F] = 0x007F, }; static struct gap from_idx[] = { - { start: 000000, end: 0x0060, idx: 0 }, + { start: 0x0000, end: 0x0060, idx: 0 }, { start: 0x007b, end: 0x007f, idx: -26 }, { start: 0x00a3, end: 0x00a8, idx: -61 }, { start: 0x00b7, end: 0x00b7, idx: -75 }, |