X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2FU-ligatures.h;h=667720ddc22298d232517077f6a99b36e6387b9e;hb=1bc3bb66e47ec02003658fb3040aef0ffd7b7540;hp=49c5334e1f844831b62eb431b65096ae093937a9;hpb=2765481cdddd496e08cf7bc1288cdf3173074eb8;p=libucw.git diff --git a/charset/U-ligatures.h b/charset/U-ligatures.h index 49c5334e..667720dd 100644 --- a/charset/U-ligatures.h +++ b/charset/U-ligatures.h @@ -1,28 +1,28 @@ #define LIG_HASH_SIZE 24 -static const word *_U_lig_hash[] = { +static const u16 *_U_lig_hash[] = { NULL, NULL, NULL, - /* FB13 */ (const word []) { 0x0574, 0x0576, 0 }, - /* FB14 */ (const word []) { 0x0574, 0x0565, 0 }, - /* FB15 */ (const word []) { 0x0574, 0x056B, 0 }, - /* FB16 */ (const word []) { 0x057E, 0x0576, 0 }, - /* FB17 */ (const word []) { 0x0574, 0x056D, 0 }, - /* FB00 */ (const word []) { 0x0066, 0x0066, 0 }, - /* FB01 */ (const word []) { 0x0066, 0x0069, 0 }, - /* FB02 */ (const word []) { 0x0066, 0x006C, 0 }, - /* FB03 */ (const word []) { 0x0066, 0x0066, 0x0069, 0 }, - /* FB04 */ (const word []) { 0x0066, 0x0066, 0x006C, 0 }, - /* FB05 */ (const word []) { 0x0073, 0x0074, 0 }, - /* FB06 */ (const word []) { 0x0073, 0x0074, 0 }, - /* FB4F */ (const word []) { 0x05D0, 0x05DC, 0 }, + /* FB13 */ (const u16 []) { 0x0574, 0x0576, 0 }, + /* FB14 */ (const u16 []) { 0x0574, 0x0565, 0 }, + /* FB15 */ (const u16 []) { 0x0574, 0x056B, 0 }, + /* FB16 */ (const u16 []) { 0x057E, 0x0576, 0 }, + /* FB17 */ (const u16 []) { 0x0574, 0x056D, 0 }, + /* FB00 */ (const u16 []) { 0x0066, 0x0066, 0 }, + /* FB01 */ (const u16 []) { 0x0066, 0x0069, 0 }, + /* FB02 */ (const u16 []) { 0x0066, 0x006C, 0 }, + /* FB03 */ (const u16 []) { 0x0066, 0x0066, 0x0069, 0 }, + /* FB04 */ (const u16 []) { 0x0066, 0x0066, 0x006C, 0 }, + /* FB05 */ (const u16 []) { 0x0073, 0x0074, 0 }, + /* FB06 */ (const u16 []) { 0x0073, 0x0074, 0 }, + /* FB4F */ (const u16 []) { 0x05D0, 0x05DC, 0 }, NULL, NULL, - /* 0132 */ (const word []) { 0x0049, 0x004A, 0 }, - /* 0133 */ (const word []) { 0x0069, 0x006A, 0 }, + /* 0132 */ (const u16 []) { 0x0049, 0x004A, 0 }, + /* 0133 */ (const u16 []) { 0x0069, 0x006A, 0 }, NULL, NULL, NULL, - /* 0587 */ (const word []) { 0x0565, 0x0582, 0 }, + /* 0587 */ (const u16 []) { 0x0565, 0x0582, 0 }, };