php-src/ext/mbstring
Alex Dowad d8c785b894 Update 'East Asian Width' table to comply with Unicode 13.0
Instead of manually maintaining the data in eaw_table.h, it is now automatically
generated by ucgendat/ucgendat.php, using the EastAsianWidth.txt file from
the Unicode Consortium.

Something must be said about the deleted test case. Back in 2004, someone
noticed that `mb_strwidth` didn't comply with Unicode 4.0. A test case was
added to expose the problem. Well, time keeps moving on, and with the changing
years, new Unicodes are born and old Unicodes die. Some characters which were
counted as double-width in Unicode 4.0 are no longer such in Unicode 13.0,
which renders the test case obsolete.

At the same time, make a couple of spelling/grammar fixes in ucgendat.php.
2021-01-19 20:38:44 +02:00
..
libmbfl Update 'East Asian Width' table to comply with Unicode 13.0 2021-01-19 20:38:44 +02:00
tests Update 'East Asian Width' table to comply with Unicode 13.0 2021-01-19 20:38:44 +02:00
ucgendat Update 'East Asian Width' table to comply with Unicode 13.0 2021-01-19 20:38:44 +02:00
config.m4 Consolidate all single-byte encodings in one source file 2020-11-11 11:18:59 +02:00
config.w32 Consolidate all single-byte encodings in one source file 2020-11-11 11:18:59 +02:00
CREDITS
mb_gpc.c Don't guard mbstring code with #ifdef HAVE_MBSTRING 2020-08-31 23:18:13 +02:00
mb_gpc.h Don't guard mbstring code with #ifdef HAVE_MBSTRING 2020-08-31 23:18:13 +02:00
mbstring.c Remove useless constant MBFL_ENCTYPE_MBCS 2021-01-15 21:55:41 +02:00
mbstring.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mbstring.stub.php Normalize mb_ereg() return value 2020-10-13 20:40:55 +02:00
mbstring_arginfo.h Normalize mb_ereg() return value 2020-10-13 20:40:55 +02:00
php_mbregex.c Make convert_to_*_ex simple aliases of convert_to_* 2021-01-14 12:11:11 +01:00
php_mbregex.h Fix [-Wundef] warning in MBString extension 2020-05-16 15:31:20 +02:00
php_onig_compat.h
php_unicode.c Don't guard mbstring code with #ifdef HAVE_MBSTRING 2020-08-31 23:18:13 +02:00
php_unicode.h Don't guard mbstring code with #ifdef HAVE_MBSTRING 2020-08-31 23:18:13 +02:00
unicode_data.h Update 'East Asian Width' table to comply with Unicode 13.0 2021-01-19 20:38:44 +02:00