8000 [String] Update wcswidth data with Unicode 15 by fancyweb · Pull Request #47789 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[String] Update wcswidth data with Unicode 15 #47789

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[String] Update wcswidth data with Unicode 15
  • Loading branch information
fancyweb committed Oct 5, 2022
commit d3b470f2cb9704dd0cd169f960e32bd072cc5569
48 changes: 28 additions & 20 deletions src/Symfony/Component/String/Resources/data/wcswidth_table_wide.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
/*
* This file has been auto-generated by the Symfony String Component for internal use.
*
* Unicode version: 14.0.0
* Date: 2021-09-17T09:20:30+02:00
* Unicode version: 15.0.0
* Date: 2022-10-05T17:16:36+02:00
*/

return [
Expand Down Expand Up @@ -856,10 +856,18 @@
110848,
110882,
],
[
110898,
110898,
],
[
110928,
110930,
],
[
110933,
110933,
],
[
110948,
110951,
Expand Down Expand Up @@ -1005,7 +1013,7 @@
128727,
],
[
128733,
128732,
128735,
],
[
Expand Down Expand Up @@ -1038,39 +1046,31 @@
],
[
129648,
129652,
],
[
129656,
129660,
],
[
129664,
129670,
129672,
],
[
129680,
129708,
],
[
129712,
129722,
129725,
],
[
129728,
129727,
129733,
],
[
129744,
129753,
129742,
129755,
],
[
129760,
129767,
129768,
],
[
129776,
129782,
129784,
],
[
131072,
Expand All @@ -1082,10 +1082,10 @@
],
[
173824,
177976,
177977,
],
[
177977,
177978,
177983,
],
[
Expand Down Expand Up @@ -1130,6 +1130,14 @@
],
[
201547,
201551,
],
[
201552,
205743,
],
[
205744,
262141,
],
];
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
/*
* This file has been auto-generated by the Symfony String Component for internal use.
*
* Unicode version: 14.0.0
* Date: 2021-09-17T09:20:30+02:00
* Unicode version: 15.0.0
* Date: 2022-10-05T17:16:37+02:00
*/

return [
Expand Down Expand Up @@ -382,7 +382,7 @@
],
[
3784,
3789,
3790,
],
[
3864,
Expand Down Expand Up @@ -920,6 +920,10 @@
69291,
69292,
],
[
69373,
69375,
],
[
69446,
69456,
Expand Down Expand Up @@ -1008,6 +1012,10 @@
70206,
70206,
],
[
70209,
70209,
],
[
70367,
70367,
Expand Down Expand Up @@ -1252,6 +1260,30 @@
73459,
73460,
],
[
73472,
73473,
],
[
73526,
73530,
],
[
73536,
73536,
],
[
73538,
73538,
],
[
78912,
78912,
],
[
78919,
78933,
],
[
92912,
92916,
Expand Down Expand Up @@ -1348,6 +1380,10 @@
122918,
122922,
],
[
123023,
123023,
],
[
123184,
123190,
Expand All @@ -1360,6 +1396,10 @@
123628,
123631,
],
[
124140,
124143,
],
[
125136,
125142,
Expand Down
0