diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-19 22:25:19 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-19 22:25:19 +0000 |
commit | 033289f8d5d276b7817773038e0f5ccd081732d9 (patch) | |
tree | 494e353724528c62f2d20c69397ff747859ab798 /iconvdata/ibm922.h | |
parent | 55033a44cbdc7035730cae127677fb1d3490393b (diff) | |
download | glibc-033289f8d5d276b7817773038e0f5ccd081732d9.tar.gz |
2002-12-19 Roland McGrath <roland@redhat.com>
* iconvdata/ibm856.h: Convert GCC extension initializer syntax to C99.
* iconvdata/ibm922.h: Likewise.
* iconvdata/ibm930.h: Likewise.
* iconvdata/ibm932.h: Likewise.
* iconvdata/ibm933.h: Likewise.
* iconvdata/ibm935.h: Likewise.
* iconvdata/ibm937.h: Likewise.
* iconvdata/ibm939.h: Likewise.
* iconvdata/ibm943.h: Likewise.
* iconvdata/isiri-3342.h: Likewise.
Diffstat (limited to 'iconvdata/ibm922.h')
-rw-r--r-- | iconvdata/ibm922.h | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/iconvdata/ibm922.h b/iconvdata/ibm922.h index 2eb16fc622..016e79bf9e 100644 --- a/iconvdata/ibm922.h +++ b/iconvdata/ibm922.h @@ -88,35 +88,35 @@ static const uint32_t to_ucs4[256] = static const struct gap from_idx[] = { - { start: 0x0000, end: 0x00ff, idx: 0 }, - { start: 0x0160, end: 0x0161, idx: -96 }, - { start: 0x017d, end: 0x017e, idx: -123 }, - { start: 0x2017, end: 0x2017, idx: -7955 }, - { start: 0x2022, end: 0x2022, idx: -7965 }, - { start: 0x203c, end: 0x203e, idx: -7990 }, - { start: 0x2190, end: 0x2195, idx: -8327 }, - { start: 0x21a8, end: 0x21a8, idx: -8345 }, - { start: 0x221f, end: 0x221f, idx: -8463 }, - { start: 0x2264, end: 0x2265, idx: -8531 }, - { start: 0x2500, end: 0x2502, idx: -9197 }, - { start: 0x250c, end: 0x251c, idx: -9206 }, - { start: 0x2524, end: 0x2524, idx: -9213 }, - { start: 0x252c, end: 0x252c, idx: -9220 }, - { start: 0x2534, end: 0x2534, idx: -9227 }, - { start: 0x253c, end: 0x253c, idx: -9234 }, - { start: 0x2550, end: 0x256c, idx: -9253 }, - { start: 0x2580, end: 0x2588, idx: -9272 }, - { start: 0x2591, end: 0x2593, idx: -9280 }, - { start: 0x25a0, end: 0x25a0, idx: -9292 }, - { start: 0x25ac, end: 0x25b2, idx: -9303 }, - { start: 0x25ba, end: 0x25bc, idx: -9310 }, - { start: 0x25c4, end: 0x25c4, idx: -9317 }, - { start: 0x25cb, end: 0x25cb, idx: -9323 }, - { start: 0x25d8, end: 0x25d9, idx: -9335 }, - { start: 0x263a, end: 0x2642, idx: -9431 }, - { start: 0x2660, end: 0x266c, idx: -9460 }, - { start: 0xffe8, end: 0xffee, idx: -65135 }, - { start: 0xffff, end: 0xffff, idx: 0 } + { .start = 0x0000, .end = 0x00ff, .idx = 0 }, + { .start = 0x0160, .end = 0x0161, .idx = -96 }, + { .start = 0x017d, .end = 0x017e, .idx = -123 }, + { .start = 0x2017, .end = 0x2017, .idx = -7955 }, + { .start = 0x2022, .end = 0x2022, .idx = -7965 }, + { .start = 0x203c, .end = 0x203e, .idx = -7990 }, + { .start = 0x2190, .end = 0x2195, .idx = -8327 }, + { .start = 0x21a8, .end = 0x21a8, .idx = -8345 }, + { .start = 0x221f, .end = 0x221f, .idx = -8463 }, + { .start = 0x2264, .end = 0x2265, .idx = -8531 }, + { .start = 0x2500, .end = 0x2502, .idx = -9197 }, + { .start = 0x250c, .end = 0x251c, .idx = -9206 }, + { .start = 0x2524, .end = 0x2524, .idx = -9213 }, + { .start = 0x252c, .end = 0x252c, .idx = -9220 }, + { .start = 0x2534, .end = 0x2534, .idx = -9227 }, + { .start = 0x253c, .end = 0x253c, .idx = -9234 }, + { .start = 0x2550, .end = 0x256c, .idx = -9253 }, + { .start = 0x2580, .end = 0x2588, .idx = -9272 }, + { .start = 0x2591, .end = 0x2593, .idx = -9280 }, + { .start = 0x25a0, .end = 0x25a0, .idx = -9292 }, + { .start = 0x25ac, .end = 0x25b2, .idx = -9303 }, + { .start = 0x25ba, .end = 0x25bc, .idx = -9310 }, + { .start = 0x25c4, .end = 0x25c4, .idx = -9317 }, + { .start = 0x25cb, .end = 0x25cb, .idx = -9323 }, + { .start = 0x25d8, .end = 0x25d9, .idx = -9335 }, + { .start = 0x263a, .end = 0x2642, .idx = -9431 }, + { .start = 0x2660, .end = 0x266c, .idx = -9460 }, + { .start = 0xffe8, .end = 0xffee, .idx = -65135 }, + { .start = 0xffff, .end = 0xffff, .idx = 0 } }; static const char from_ucs4[] = |