From 033289f8d5d276b7817773038e0f5ccd081732d9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 19 Dec 2002 22:25:19 +0000 Subject: 2002-12-19 Roland McGrath * 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. --- iconvdata/ibm932.h | 124 ++++++++++++++++++++++++++--------------------------- 1 file changed, 62 insertions(+), 62 deletions(-) (limited to 'iconvdata/ibm932.h') diff --git a/iconvdata/ibm932.h b/iconvdata/ibm932.h index 464d4edcb7..d5605bae92 100644 --- a/iconvdata/ibm932.h +++ b/iconvdata/ibm932.h @@ -69,59 +69,59 @@ static const uint16_t __ibm932sb_to_ucs4[] = static const struct gap __ibm932db_to_ucs4_idx[] = { - { start: 0x8140, end: 0x81fc, idx: -33088 }, - { start: 0x824f, end: 0x82f1, idx: -33170 }, - { start: 0x8340, end: 0x83d6, idx: -33248 }, - { start: 0x8440, end: 0x84be, idx: -33353 }, - { start: 0x889f, end: 0x88fc, idx: -34345 }, - { start: 0x8940, end: 0x89fc, idx: -34412 }, - { start: 0x8a40, end: 0x8afc, idx: -34479 }, - { start: 0x8b40, end: 0x8bfc, idx: -34546 }, - { start: 0x8c40, end: 0x8cfc, idx: -34613 }, - { start: 0x8d40, end: 0x8dfc, idx: -34680 }, - { start: 0x8e40, end: 0x8efc, idx: -34747 }, - { start: 0x8f40, end: 0x8ffc, idx: -34814 }, - { start: 0x9040, end: 0x90fc, idx: -34881 }, - { start: 0x9140, end: 0x91fc, idx: -34948 }, - { start: 0x9240, end: 0x92fc, idx: -35015 }, - { start: 0x9340, end: 0x93fc, idx: -35082 }, - { start: 0x9440, end: 0x94fc, idx: -35149 }, - { start: 0x9540, end: 0x95fc, idx: -35216 }, - { start: 0x9640, end: 0x96fc, idx: -35283 }, - { start: 0x9740, end: 0x97fc, idx: -35350 }, - { start: 0x9840, end: 0x98fc, idx: -35417 }, - { start: 0x9940, end: 0x99fc, idx: -35484 }, - { start: 0x9a40, end: 0x9afc, idx: -35551 }, - { start: 0x9b40, end: 0x9bfc, idx: -35618 }, - { start: 0x9c40, end: 0x9cfc, idx: -35685 }, - { start: 0x9d40, end: 0x9dfc, idx: -35752 }, - { start: 0x9e40, end: 0x9efc, idx: -35819 }, - { start: 0x9f40, end: 0x9ffc, idx: -35886 }, - { start: 0xe040, end: 0xe0fc, idx: -52337 }, - { start: 0xe140, end: 0xe1fc, idx: -52404 }, - { start: 0xe240, end: 0xe2fc, idx: -52471 }, - { start: 0xe340, end: 0xe3fc, idx: -52538 }, - { start: 0xe440, end: 0xe4fc, idx: -52605 }, - { start: 0xe540, end: 0xe5fc, idx: -52672 }, - { start: 0xe640, end: 0xe6fc, idx: -52739 }, - { start: 0xe740, end: 0xe7fc, idx: -52806 }, - { start: 0xe840, end: 0xe8fc, idx: -52873 }, - { start: 0xe940, end: 0xe9fc, idx: -52940 }, - { start: 0xea40, end: 0xeaa4, idx: -53007 }, - { start: 0xf040, end: 0xf0fc, idx: -54442 }, - { start: 0xf140, end: 0xf1fc, idx: -54509 }, - { start: 0xf240, end: 0xf2fc, idx: -54576 }, - { start: 0xf340, end: 0xf3fc, idx: -54643 }, - { start: 0xf440, end: 0xf4fc, idx: -54710 }, - { start: 0xf540, end: 0xf5fc, idx: -54777 }, - { start: 0xf640, end: 0xf6fc, idx: -54844 }, - { start: 0xf740, end: 0xf7fc, idx: -54911 }, - { start: 0xf840, end: 0xf8fc, idx: -54978 }, - { start: 0xf940, end: 0xf9fc, idx: -55045 }, - { start: 0xfa40, end: 0xfafc, idx: -55112 }, - { start: 0xfb40, end: 0xfbfc, idx: -55179 }, - { start: 0xfc40, end: 0xfc4b, idx: -55246 }, - { start: 0xffff, end: 0xffff, idx: 0 } + { .start = 0x8140, .end = 0x81fc, .idx = -33088 }, + { .start = 0x824f, .end = 0x82f1, .idx = -33170 }, + { .start = 0x8340, .end = 0x83d6, .idx = -33248 }, + { .start = 0x8440, .end = 0x84be, .idx = -33353 }, + { .start = 0x889f, .end = 0x88fc, .idx = -34345 }, + { .start = 0x8940, .end = 0x89fc, .idx = -34412 }, + { .start = 0x8a40, .end = 0x8afc, .idx = -34479 }, + { .start = 0x8b40, .end = 0x8bfc, .idx = -34546 }, + { .start = 0x8c40, .end = 0x8cfc, .idx = -34613 }, + { .start = 0x8d40, .end = 0x8dfc, .idx = -34680 }, + { .start = 0x8e40, .end = 0x8efc, .idx = -34747 }, + { .start = 0x8f40, .end = 0x8ffc, .idx = -34814 }, + { .start = 0x9040, .end = 0x90fc, .idx = -34881 }, + { .start = 0x9140, .end = 0x91fc, .idx = -34948 }, + { .start = 0x9240, .end = 0x92fc, .idx = -35015 }, + { .start = 0x9340, .end = 0x93fc, .idx = -35082 }, + { .start = 0x9440, .end = 0x94fc, .idx = -35149 }, + { .start = 0x9540, .end = 0x95fc, .idx = -35216 }, + { .start = 0x9640, .end = 0x96fc, .idx = -35283 }, + { .start = 0x9740, .end = 0x97fc, .idx = -35350 }, + { .start = 0x9840, .end = 0x98fc, .idx = -35417 }, + { .start = 0x9940, .end = 0x99fc, .idx = -35484 }, + { .start = 0x9a40, .end = 0x9afc, .idx = -35551 }, + { .start = 0x9b40, .end = 0x9bfc, .idx = -35618 }, + { .start = 0x9c40, .end = 0x9cfc, .idx = -35685 }, + { .start = 0x9d40, .end = 0x9dfc, .idx = -35752 }, + { .start = 0x9e40, .end = 0x9efc, .idx = -35819 }, + { .start = 0x9f40, .end = 0x9ffc, .idx = -35886 }, + { .start = 0xe040, .end = 0xe0fc, .idx = -52337 }, + { .start = 0xe140, .end = 0xe1fc, .idx = -52404 }, + { .start = 0xe240, .end = 0xe2fc, .idx = -52471 }, + { .start = 0xe340, .end = 0xe3fc, .idx = -52538 }, + { .start = 0xe440, .end = 0xe4fc, .idx = -52605 }, + { .start = 0xe540, .end = 0xe5fc, .idx = -52672 }, + { .start = 0xe640, .end = 0xe6fc, .idx = -52739 }, + { .start = 0xe740, .end = 0xe7fc, .idx = -52806 }, + { .start = 0xe840, .end = 0xe8fc, .idx = -52873 }, + { .start = 0xe940, .end = 0xe9fc, .idx = -52940 }, + { .start = 0xea40, .end = 0xeaa4, .idx = -53007 }, + { .start = 0xf040, .end = 0xf0fc, .idx = -54442 }, + { .start = 0xf140, .end = 0xf1fc, .idx = -54509 }, + { .start = 0xf240, .end = 0xf2fc, .idx = -54576 }, + { .start = 0xf340, .end = 0xf3fc, .idx = -54643 }, + { .start = 0xf440, .end = 0xf4fc, .idx = -54710 }, + { .start = 0xf540, .end = 0xf5fc, .idx = -54777 }, + { .start = 0xf640, .end = 0xf6fc, .idx = -54844 }, + { .start = 0xf740, .end = 0xf7fc, .idx = -54911 }, + { .start = 0xf840, .end = 0xf8fc, .idx = -54978 }, + { .start = 0xf940, .end = 0xf9fc, .idx = -55045 }, + { .start = 0xfa40, .end = 0xfafc, .idx = -55112 }, + { .start = 0xfb40, .end = 0xfbfc, .idx = -55179 }, + { .start = 0xfc40, .end = 0xfc4b, .idx = -55246 }, + { .start = 0xffff, .end = 0xffff, .idx = 0 } }; static const uint16_t __ibm932db_to_ucs4[] = @@ -1298,15 +1298,15 @@ static const uint16_t __ibm932db_to_ucs4[] = static const struct gap __ucs4_to_ibm932sb_idx[] = { - { start: 0x0000, end: 0x00ff, idx: 0 }, - { start: 0x203e, end: 0x203e, idx: -7998 }, - { start: 0x2195, end: 0x21b5, idx: -8340 }, - { start: 0x2550, end: 0x2593, idx: -9262 }, - { start: 0x263c, end: 0x263c, idx: -9430 }, - { start: 0x303f, end: 0x303f, idx: -11992 }, - { start: 0xff61, end: 0xff9f, idx: -65017 }, - { start: 0xffe8, end: 0xffee, idx: -65089 }, - { start: 0xffff, end: 0xffff, idx: 0 } + { .start = 0x0000, .end = 0x00ff, .idx = 0 }, + { .start = 0x203e, .end = 0x203e, .idx = -7998 }, + { .start = 0x2195, .end = 0x21b5, .idx = -8340 }, + { .start = 0x2550, .end = 0x2593, .idx = -9262 }, + { .start = 0x263c, .end = 0x263c, .idx = -9430 }, + { .start = 0x303f, .end = 0x303f, .idx = -11992 }, + { .start = 0xff61, .end = 0xff9f, .idx = -65017 }, + { .start = 0xffe8, .end = 0xffee, .idx = -65089 }, + { .start = 0xffff, .end = 0xffff, .idx = 0 } }; static const char __ucs4_to_ibm932sb[] = -- cgit v1.2.3