Skip to content

Commit bcb8e70

Browse files
minor #58231 [String] Update wcswidth data with Unicode 16 (fancyweb)
This PR was merged into the 5.4 branch. Discussion ---------- [String] Update wcswidth data with Unicode 16 | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Ref #51645 Commits ------- e1795f9 [String] Update wcswidth data with Unicode 16
2 parents 91ce18c + e1795f9 commit bcb8e70

File tree

2 files changed

+81
-17
lines changed

2 files changed

+81
-17
lines changed

src/Symfony/Component/String/Resources/data/wcswidth_table_wide.php

Lines changed: 33 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/*
44
* This file has been auto-generated by the Symfony String Component for internal use.
55
*
6-
* Unicode version: 15.1.0
7-
* Date: 2023-09-13T11:47:12+00:00
6+
* Unicode version: 16.0.0
7+
* Date: 2024-09-11T08:21:22+00:00
88
*/
99

1010
return [
@@ -44,6 +44,10 @@
4444
9748,
4545
9749,
4646
],
47+
[
48+
9776,
49+
9783,
50+
],
4751
[
4852
9800,
4953
9811,
@@ -52,6 +56,10 @@
5256
9855,
5357
9855,
5458
],
59+
[
60+
9866,
61+
9871,
62+
],
5563
[
5664
9875,
5765
9875,
@@ -394,7 +402,7 @@
394402
],
395403
[
396404
12736,
397-
12771,
405+
12773,
398406
],
399407
[
400408
12783,
@@ -452,6 +460,10 @@
452460
13312,
453461
19903,
454462
],
463+
[
464+
19904,
465+
19967,
466+
],
455467
[
456468
19968,
457469
40959,
@@ -836,6 +848,10 @@
836848
101120,
837849
101589,
838850
],
851+
[
852+
101631,
853+
101631,
854+
],
839855
[
840856
101632,
841857
101640,
@@ -880,6 +896,14 @@
880896
110960,
881897
111355,
882898
],
899+
[
900+
119552,
901+
119638,
902+
],
903+
[
904+
119648,
905+
119670,
906+
],
883907
[
884908
126980,
885909
126980,
@@ -1054,23 +1078,19 @@
10541078
],
10551079
[
10561080
129664,
1057-
129672,
1058-
],
1059-
[
1060-
129680,
1061-
129725,
1081+
129673,
10621082
],
10631083
[
1064-
129727,
1065-
129733,
1084+
129679,
1085+
129734,
10661086
],
10671087
[
10681088
129742,
1069-
129755,
1089+
129756,
10701090
],
10711091
[
1072-
129760,
1073-
129768,
1092+
129759,
1093+
129769,
10741094
],
10751095
[
10761096
129776,

src/Symfony/Component/String/Resources/data/wcswidth_table_zero.php

Lines changed: 48 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/*
44
* This file has been auto-generated by the Symfony String Component for internal use.
55
*
6-
* Unicode version: 15.1.0
7-
* Date: 2023-09-13T11:47:13+00:00
6+
* Unicode version: 16.0.0
7+
* Date: 2024-09-11T08:21:22+00:00
88
*/
99

1010
return [
@@ -109,7 +109,7 @@
109109
2139,
110110
],
111111
[
112-
2200,
112+
2199,
113113
2207,
114114
],
115115
[
@@ -916,12 +916,16 @@
916916
68900,
917917
68903,
918918
],
919+
[
920+
68969,
921+
68973,
922+
],
919923
[
920924
69291,
921925
69292,
922926
],
923927
[
924-
69373,
928+
69372,
925929
69375,
926930
],
927931
[
@@ -1044,6 +1048,26 @@
10441048
70512,
10451049
70516,
10461050
],
1051+
[
1052+
70587,
1053+
70592,
1054+
],
1055+
[
1056+
70606,
1057+
70606,
1058+
],
1059+
[
1060+
70608,
1061+
70608,
1062+
],
1063+
[
1064+
70610,
1065+
70610,
1066+
],
1067+
[
1068+
70625,
1069+
70626,
1070+
],
10471071
[
10481072
70712,
10491073
70719,
@@ -1122,6 +1146,10 @@
11221146
],
11231147
[
11241148
71453,
1149+
71453,
1150+
],
1151+
[
1152+
71455,
11251153
71455,
11261154
],
11271155
[
@@ -1276,6 +1304,10 @@
12761304
73538,
12771305
73538,
12781306
],
1307+
[
1308+
73562,
1309+
73562,
1310+
],
12791311
[
12801312
78912,
12811313
78912,
@@ -1284,6 +1316,14 @@
12841316
78919,
12851317
78933,
12861318
],
1319+
[
1320+
90398,
1321+
90409,
1322+
],
1323+
[
1324+
90413,
1325+
90415,
1326+
],
12871327
[
12881328
92912,
12891329
92916,
@@ -1400,6 +1440,10 @@
14001440
124140,
14011441
124143,
14021442
],
1443+
[
1444+
124398,
1445+
124399,
1446+
],
14031447
[
14041448
125136,
14051449
125142,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy