diff options
Diffstat (limited to 'iconvdata/ibm1132.h')
-rw-r--r-- | iconvdata/ibm1132.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/iconvdata/ibm1132.h b/iconvdata/ibm1132.h index b95e4beb55..b454595a4e 100644 --- a/iconvdata/ibm1132.h +++ b/iconvdata/ibm1132.h @@ -1,5 +1,5 @@ /* Mapping table for IBM1132. - 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. @@ -82,10 +82,10 @@ static const uint32_t to_ucs4[256] = static const struct gap from_idx[] = { - { start: 0x0000, end: 0x00ac, idx: 0 }, - { start: 0x0e81, end: 0x0e8d, idx: -3540 }, - { start: 0x0e94, end: 0x0edd, idx: -3546 }, - { start: 0xffff, end: 0xffff, idx: 0 } + { .start = 0x0000, .end = 0x00ac, .idx = 0 }, + { .start = 0x0e81, .end = 0x0e8d, .idx = -3540 }, + { .start = 0x0e94, .end = 0x0edd, .idx = -3546 }, + { .start = 0xffff, .end = 0xffff, .idx = 0 } }; static const char from_ucs4[] = |