diff options
author | SVN Migration <svn@php.net> | 2004-12-14 17:42:29 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2004-12-14 17:42:29 +0000 |
commit | 79e7914724570742ab9a6556e2818ca6e709f17e (patch) | |
tree | 65a3bacaa71f3f5e8ec466e9fb5868e7ba753846 | |
parent | 84a696da20a316b9ccff5f42b4040ac4d454f861 (diff) | |
download | php-git-79e7914724570742ab9a6556e2818ca6e709f17e.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_4_3_10'.php-4.3.10
-rw-r--r-- | ext/mbstring/libmbfl/mbfl/eaw_table.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/ext/mbstring/libmbfl/mbfl/eaw_table.h b/ext/mbstring/libmbfl/mbfl/eaw_table.h deleted file mode 100644 index 95c895df1b..0000000000 --- a/ext/mbstring/libmbfl/mbfl/eaw_table.h +++ /dev/null @@ -1,36 +0,0 @@ -static const struct { - int begin; - int end; -} mbfl_eaw_table[] = { - { 0x1100, 0x1159 }, - { 0x115f, 0x115f }, - { 0x2329, 0x232a }, - { 0x2e80, 0x2e99 }, - { 0x2e9b, 0x2ef3 }, - { 0x2f00, 0x2fd5 }, - { 0x2ff0, 0x2ffb }, - { 0x3000, 0x303e }, - { 0x3041, 0x3096 }, - { 0x3099, 0x30ff }, - { 0x3105, 0x312c }, - { 0x3131, 0x318e }, - { 0x3190, 0x31b7 }, - { 0x31f0, 0x321e }, - { 0x3220, 0x3243 }, - { 0x3250, 0x327d }, - { 0x327f, 0x32fe }, - { 0x3300, 0x4db5 }, - { 0x4e00, 0x9fa5 }, - { 0xa000, 0xa48c }, - { 0xa490, 0xa4c6 }, - { 0xac00, 0xd7a3 }, - { 0xf900, 0xfa2d }, - { 0xfa30, 0xfa6a }, - { 0xfe30, 0xfe52 }, - { 0xfe54, 0xfe66 }, - { 0xfe68, 0xfe6b }, - { 0xff01, 0xff60 }, - { 0xffe0, 0xffe6 }, - { 0x20000, 0x2fffd }, - { 0x30000, 0x3fffd } -}; |