Skip to content

Commit

Permalink
Update Unicode tables to 14.0.0
Browse files Browse the repository at this point in the history
Closes GH-7502.
  • Loading branch information
colinodell authored and nikic committed Sep 20, 2021
1 parent 066eaa2 commit fe36b81
Show file tree
Hide file tree
Showing 3 changed files with 3,462 additions and 3,328 deletions.
3 changes: 3 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,9 @@ PHP 8.1 UPGRADE NOTES
quality. This constant is only defined, if a libgd is used which supports
lossless WebP encoding.

- Mbstring:
. Unicode data tables have been updated to Unicode 14.

- MySQLi:
. The mysqli_stmt::next_result() and mysqli::fetch_all() methods are now
available when linking against libmysqlclient.
Expand Down
23 changes: 14 additions & 9 deletions ext/mbstring/libmbfl/mbfl/eaw_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ static const struct {
{ 0x17000, 0x187f7 },
{ 0x18800, 0x18cd5 },
{ 0x18d00, 0x18d08 },
{ 0x1b000, 0x1b11e },
{ 0x1aff0, 0x1aff3 },
{ 0x1aff5, 0x1affb },
{ 0x1affd, 0x1affe },
{ 0x1b000, 0x1b122 },
{ 0x1b150, 0x1b152 },
{ 0x1b164, 0x1b167 },
{ 0x1b170, 0x1b2fb },
Expand Down Expand Up @@ -117,21 +120,23 @@ static const struct {
{ 0x1f6cc, 0x1f6cc },
{ 0x1f6d0, 0x1f6d2 },
{ 0x1f6d5, 0x1f6d7 },
{ 0x1f6dd, 0x1f6df },
{ 0x1f6eb, 0x1f6ec },
{ 0x1f6f4, 0x1f6fc },
{ 0x1f7e0, 0x1f7eb },
{ 0x1f7f0, 0x1f7f0 },
{ 0x1f90c, 0x1f93a },
{ 0x1f93c, 0x1f945 },
{ 0x1f947, 0x1f978 },
{ 0x1f97a, 0x1f9cb },
{ 0x1f9cd, 0x1f9ff },
{ 0x1f947, 0x1f9ff },
{ 0x1fa70, 0x1fa74 },
{ 0x1fa78, 0x1fa7a },
{ 0x1fa78, 0x1fa7c },
{ 0x1fa80, 0x1fa86 },
{ 0x1fa90, 0x1faa8 },
{ 0x1fab0, 0x1fab6 },
{ 0x1fac0, 0x1fac2 },
{ 0x1fad0, 0x1fad6 },
{ 0x1fa90, 0x1faac },
{ 0x1fab0, 0x1faba },
{ 0x1fac0, 0x1fac5 },
{ 0x1fad0, 0x1fad9 },
{ 0x1fae0, 0x1fae7 },
{ 0x1faf0, 0x1faf6 },
{ 0x20000, 0x2fffd },
{ 0x30000, 0x3fffd },
};

0 comments on commit fe36b81

Please sign in to comment.