Skip to content

Commit fe36b81

Browse files
colinodellnikic
authored andcommitted
Update Unicode tables to 14.0.0
Closes GH-7502.
1 parent 066eaa2 commit fe36b81

File tree

3 files changed

+3462
-3328
lines changed

3 files changed

+3462
-3328
lines changed

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,9 @@ PHP 8.1 UPGRADE NOTES
570570
quality. This constant is only defined, if a libgd is used which supports
571571
lossless WebP encoding.
572572

573+
- Mbstring:
574+
. Unicode data tables have been updated to Unicode 14.
575+
573576
- MySQLi:
574577
. The mysqli_stmt::next_result() and mysqli::fetch_all() methods are now
575578
available when linking against libmysqlclient.

ext/mbstring/libmbfl/mbfl/eaw_table.h

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ static const struct {
8282
{ 0x17000, 0x187f7 },
8383
{ 0x18800, 0x18cd5 },
8484
{ 0x18d00, 0x18d08 },
85-
{ 0x1b000, 0x1b11e },
85+
{ 0x1aff0, 0x1aff3 },
86+
{ 0x1aff5, 0x1affb },
87+
{ 0x1affd, 0x1affe },
88+
{ 0x1b000, 0x1b122 },
8689
{ 0x1b150, 0x1b152 },
8790
{ 0x1b164, 0x1b167 },
8891
{ 0x1b170, 0x1b2fb },
@@ -117,21 +120,23 @@ static const struct {
117120
{ 0x1f6cc, 0x1f6cc },
118121
{ 0x1f6d0, 0x1f6d2 },
119122
{ 0x1f6d5, 0x1f6d7 },
123+
{ 0x1f6dd, 0x1f6df },
120124
{ 0x1f6eb, 0x1f6ec },
121125
{ 0x1f6f4, 0x1f6fc },
122126
{ 0x1f7e0, 0x1f7eb },
127+
{ 0x1f7f0, 0x1f7f0 },
123128
{ 0x1f90c, 0x1f93a },
124129
{ 0x1f93c, 0x1f945 },
125-
{ 0x1f947, 0x1f978 },
126-
{ 0x1f97a, 0x1f9cb },
127-
{ 0x1f9cd, 0x1f9ff },
130+
{ 0x1f947, 0x1f9ff },
128131
{ 0x1fa70, 0x1fa74 },
129-
{ 0x1fa78, 0x1fa7a },
132+
{ 0x1fa78, 0x1fa7c },
130133
{ 0x1fa80, 0x1fa86 },
131-
{ 0x1fa90, 0x1faa8 },
132-
{ 0x1fab0, 0x1fab6 },
133-
{ 0x1fac0, 0x1fac2 },
134-
{ 0x1fad0, 0x1fad6 },
134+
{ 0x1fa90, 0x1faac },
135+
{ 0x1fab0, 0x1faba },
136+
{ 0x1fac0, 0x1fac5 },
137+
{ 0x1fad0, 0x1fad9 },
138+
{ 0x1fae0, 0x1fae7 },
139+
{ 0x1faf0, 0x1faf6 },
135140
{ 0x20000, 0x2fffd },
136141
{ 0x30000, 0x3fffd },
137142
};

0 commit comments

Comments
 (0)