Imported Upstream version 0.63.0
[hcoop/debian/courier-authlib.git] / unicode / eastasianwidth.h
1 static const unicode_char unicode_wcwidth_tab[][2]={
2 {0x1100, 0x1159},
3 {0x115f, 0x115f},
4 {0x2329, 0x232a},
5 {0x2e80, 0x2e99},
6 {0x2e9b, 0x2ef3},
7 {0x2f00, 0x2fd5},
8 {0x2ff0, 0x2ffb},
9 {0x3000, 0x303e},
10 {0x3041, 0x3096},
11 {0x3099, 0x30ff},
12 {0x3105, 0x312d},
13 {0x3131, 0x318e},
14 {0x3190, 0x31b7},
15 {0x31c0, 0x31e3},
16 {0x31f0, 0x321e},
17 {0x3220, 0x3243},
18 {0x3250, 0x32fe},
19 {0x3300, 0x4db5},
20 {0x4e00, 0x9fc3},
21 {0xa000, 0xa48c},
22 {0xa490, 0xa4c6},
23 {0xac00, 0xd7a3},
24 {0xf900, 0xfa2d},
25 {0xfa30, 0xfa6a},
26 {0xfa70, 0xfad9},
27 {0xfe10, 0xfe19},
28 {0xfe30, 0xfe52},
29 {0xfe54, 0xfe66},
30 {0xfe68, 0xfe6b},
31 {0xff01, 0xff60},
32 {0xffe0, 0xffe6},
33 {0x20000, 0x2fffd},
34 {0x30000, 0x3fffd}
35 };