diff options
Diffstat (limited to 'iconvdata/ibm1162.h')
-rw-r--r-- | iconvdata/ibm1162.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/iconvdata/ibm1162.h b/iconvdata/ibm1162.h index 833cada24d..4ddc83c2dd 100644 --- a/iconvdata/ibm1162.h +++ b/iconvdata/ibm1162.h @@ -1,5 +1,5 @@ /* Mapping table for IBM1162. - Copyright (C) 2001 Free Software Foundation, Inc. + Copyright (C) 2001, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2001. @@ -86,12 +86,12 @@ static const uint32_t to_ucs4[256] = static const struct gap from_idx[] = { - { start: 0x0000, end: 0x0090, idx: 0 }, - { start: 0x0098, end: 0x00a0, idx: -7 }, - { start: 0x0e01, end: 0x0e5b, idx: -3431 }, - { start: 0x2013, end: 0x2026, idx: -7966 }, - { start: 0x20ac, end: 0x20ac, idx: -8099 }, - { start: 0xffff, end: 0xffff, idx: 0 } + { .start = 0x0000, .end = 0x0090, .idx = 0 }, + { .start = 0x0098, .end = 0x00a0, .idx = -7 }, + { .start = 0x0e01, .end = 0x0e5b, .idx = -3431 }, + { .start = 0x2013, .end = 0x2026, .idx = -7966 }, + { .start = 0x20ac, .end = 0x20ac, .idx = -8099 }, + { .start = 0xffff, .end = 0xffff, .idx = 0 } }; static const char from_ucs4[] = |