diff options
| author | Sam Varshavchik | 2013-12-29 09:31:59 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2013-12-29 09:31:59 -0500 |
| commit | 17317c25aecbf38f43bfcf8e7a63194cd345e696 (patch) | |
| tree | d12e47126ea281cb42cce345e174a8be2d726b6c /unicode/eastasianwidth.h | |
| parent | 6c5a9de8c051f9c98fa76cc0318f54290edc7ad4 (diff) | |
| download | courier-libs-17317c25aecbf38f43bfcf8e7a63194cd345e696.tar.bz2 | |
2013-12-29 Sam Varshavchik <mrsam@courier-mta.com>
* libunicode: Updated unicode word, grapheme, and linebreaking rules
* to the Unicode 6.3.0 standard.
Diffstat (limited to 'unicode/eastasianwidth.h')
| -rw-r--r-- | unicode/eastasianwidth.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/unicode/eastasianwidth.h b/unicode/eastasianwidth.h index 586e7ac..03eb91e 100644 --- a/unicode/eastasianwidth.h +++ b/unicode/eastasianwidth.h @@ -1,7 +1,5 @@ static const unicode_char unicode_wcwidth_tab[][2]={ {0x1100, 0x115f}, -{0x11a3, 0x11a7}, -{0x11fa, 0x11ff}, {0x2329, 0x232a}, {0x2e80, 0x2e99}, {0x2e9b, 0x2ef3}, @@ -22,8 +20,6 @@ static const unicode_char unicode_wcwidth_tab[][2]={ {0xa490, 0xa4c6}, {0xa960, 0xa97c}, {0xac00, 0xd7a3}, -{0xd7b0, 0xd7c6}, -{0xd7cb, 0xd7fb}, {0xf900, 0xfaff}, {0xfe10, 0xfe19}, {0xfe30, 0xfe52}, @@ -36,7 +32,6 @@ static const unicode_char unicode_wcwidth_tab[][2]={ {0x1f210, 0x1f23a}, {0x1f240, 0x1f248}, {0x1f250, 0x1f251}, -{0x20000, 0x2f73f}, -{0x2b740, 0x2fffd}, +{0x20000, 0x2fffd}, {0x30000, 0x3fffd} }; |
