Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Intl] Update the ICU data to 71.1 - 5.4 #45969

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
Apr 8, 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
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static function isValidCountryCode($region)
}

// WORLD/CONTINENT/SUBCONTINENT/GROUPING
if (ctype_digit($region) || \is_int($region)) {
if (\is_int($region) || ctype_digit($region)) {
return false;
}

Expand Down
2 changes: 1 addition & 1 deletion 2 src/Symfony/Component/Intl/Intl.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public static function getIcuDataVersion(): string
*/
public static function getIcuStubVersion(): string
{
return '70.1';
return '71.1';
}

/**
Expand Down
10 changes: 9 additions & 1 deletion 10 src/Symfony/Component/Intl/Resources/data/currencies/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@
],
'PHP' => [
0 => '₱',
1 => 'Philippine Piso',
1 => 'Philippine Peso',
],
'PKR' => [
0 => 'PKR',
Expand Down Expand Up @@ -898,6 +898,10 @@
0 => 'SKK',
1 => 'Slovak Koruna',
],
'SLE' => [
0 => 'SLE',
1 => 'Sierra Leonean New Leone',
],
'SLL' => [
0 => 'SLL',
1 => 'Sierra Leonean Leone',
Expand Down Expand Up @@ -1046,6 +1050,10 @@
0 => 'VEB',
1 => 'Venezuelan Bolívar (1871–2008)',
],
'VED' => [
0 => 'VED',
1 => 'Bolívar Soberano',
],
'VEF' => [
0 => 'VEF',
1 => 'Venezuelan Bolívar (2008–2018)',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
0 => 'LVR',
1 => 'Latvian Rouble',
],
'PHP' => [
0 => '₱',
1 => 'Philippine Peso',
],
'RUB' => [
0 => 'RUB',
1 => 'Russian Rouble',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@
0 => 'COP',
1 => 'Colombian Peso',
],
'CUP' => [
0 => 'CUP',
1 => 'Cuban Peso',
],
'CVE' => [
0 => 'CVE',
1 => 'Cape Verdean Escudo',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
0 => 'LVR',
1 => 'Latvian Rouble',
],
'PHP' => [
0 => '₱',
1 => 'Philippine Peso',
],
'RUB' => [
0 => 'RUB',
1 => 'Russian Rouble',
Expand Down
10 changes: 10 additions & 0 deletions 10 src/Symfony/Component/Intl/Resources/data/currencies/en_MV.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

return [
'Names' => [
'MVR' => [
0 => 'Rf',
1 => 'Maldivian Rufiyaa',
],
],
];
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'Names' => [
'PHP' => [
0 => '₱',
1 => 'Philippine Piso',
1 => 'Philippine Peso',
],
],
];
14 changes: 7 additions & 7 deletions 14 src/Symfony/Component/Intl/Resources/data/currencies/ks.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
],
'BRL' => [
0 => 'R$',
1 => 'برازیٖلین رِیَل',
1 => 'برازیٖلی رِیَل',
],
'BRN' => [
0 => 'BRN',
Expand Down Expand Up @@ -196,7 +196,7 @@
],
'CNY' => [
0 => 'CN¥',
1 => 'چینیٖز یَن رِنمِنبی',
1 => 'چیٖنی یُوان',
],
'COP' => [
0 => 'COP',
Expand Down Expand Up @@ -292,7 +292,7 @@
],
'GBP' => [
0 => '£',
1 => 'برطٲنوی پاونڑ سٹٔرلِنگ',
1 => 'برطٲنوی پوٗنڈ',
],
'GEK' => [
0 => 'GEK',
Expand Down Expand Up @@ -419,7 +419,7 @@
1 => 'جَرڑینیاہُک دیٖنار',
],
'JPY' => [
0 => 'JP¥',
0 => '¥',
1 => 'جاپانُک یَن',
],
'KES' => [
Expand Down Expand Up @@ -704,7 +704,7 @@
],
'RUB' => [
0 => 'RUB',
1 => 'رٔشیَن رَبٕل',
1 => 'روٗسی رَبٕل',
],
'RUR' => [
0 => 'RUR',
Expand Down Expand Up @@ -847,8 +847,8 @@
1 => 'اُگاداہُک شِلِنگ',
],
'USD' => [
0 => 'US$',
1 => 'یوٗ ایس ڈالَر',
0 => '$',
1 => 'US ڈالر',
],
'USN' => [
0 => 'USN',
Expand Down
38 changes: 38 additions & 0 deletions 38 src/Symfony/Component/Intl/Resources/data/currencies/ks_Deva.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?php

return [
'Names' => [
'BRL' => [
0 => 'R$',
1 => 'ब्राज़िली रील',
],
'CNY' => [
0 => 'CN¥',
1 => 'चीनी युवान',
],
'EUR' => [
0 => '€',
1 => 'यूरो',
],
'GBP' => [
0 => '£',
1 => 'बरतानवी पूनड',
],
'INR' => [
0 => '₹',
1 => 'इंडियन रूपी',
],
'JPY' => [
0 => 'JP¥',
1 => 'जापानी येन',
],
'RUB' => [
0 => 'RUB',
1 => 'रूसी रूबल',
],
'USD' => [
0 => '$',
1 => 'US डॉलर',
],
],
];
148 changes: 82 additions & 66 deletions 148 src/Symfony/Component/Intl/Resources/data/currencies/meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,72 +226,74 @@
221 => 'SHP',
222 => 'SIT',
223 => 'SKK',
224 => 'SLL',
225 => 'SOS',
226 => 'SRD',
227 => 'SRG',
228 => 'SSP',
229 => 'STD',
230 => 'STN',
231 => 'SUR',
232 => 'SVC',
233 => 'SYP',
234 => 'SZL',
235 => 'THB',
236 => 'TJR',
237 => 'TJS',
238 => 'TMM',
239 => 'TMT',
240 => 'TND',
241 => 'TOP',
242 => 'TPE',
243 => 'TRL',
244 => 'TRY',
245 => 'TTD',
246 => 'TWD',
247 => 'TZS',
248 => 'UAH',
249 => 'UAK',
250 => 'UGS',
251 => 'UGX',
252 => 'USD',
253 => 'USN',
254 => 'USS',
255 => 'UYI',
256 => 'UYP',
257 => 'UYU',
258 => 'UYW',
259 => 'UZS',
260 => 'VEB',
261 => 'VEF',
262 => 'VES',
263 => 'VND',
264 => 'VNN',
265 => 'VUV',
266 => 'WST',
267 => 'XAF',
268 => 'XCD',
269 => 'XEU',
270 => 'XFO',
271 => 'XFU',
272 => 'XOF',
273 => 'XPF',
274 => 'XRE',
275 => 'YDD',
276 => 'YER',
277 => 'YUD',
278 => 'YUM',
279 => 'YUN',
280 => 'YUR',
281 => 'ZAL',
282 => 'ZAR',
283 => 'ZMK',
284 => 'ZMW',
285 => 'ZRN',
286 => 'ZRZ',
287 => 'ZWD',
288 => 'ZWL',
289 => 'ZWR',
224 => 'SLE',
225 => 'SLL',
226 => 'SOS',
227 => 'SRD',
228 => 'SRG',
229 => 'SSP',
230 => 'STD',
231 => 'STN',
232 => 'SUR',
233 => 'SVC',
234 => 'SYP',
235 => 'SZL',
236 => 'THB',
237 => 'TJR',
238 => 'TJS',
239 => 'TMM',
240 => 'TMT',
241 => 'TND',
242 => 'TOP',
243 => 'TPE',
244 => 'TRL',
245 => 'TRY',
246 => 'TTD',
247 => 'TWD',
248 => 'TZS',
249 => 'UAH',
250 => 'UAK',
251 => 'UGS',
252 => 'UGX',
253 => 'USD',
254 => 'USN',
255 => 'USS',
256 => 'UYI',
257 => 'UYP',
258 => 'UYU',
259 => 'UYW',
260 => 'UZS',
261 => 'VEB',
262 => 'VED',
263 => 'VEF',
264 => 'VES',
265 => 'VND',
266 => 'VNN',
267 => 'VUV',
268 => 'WST',
269 => 'XAF',
270 => 'XCD',
271 => 'XEU',
272 => 'XFO',
273 => 'XFU',
274 => 'XOF',
275 => 'XPF',
276 => 'XRE',
277 => 'YDD',
278 => 'YER',
279 => 'YUD',
280 => 'YUM',
281 => 'YUN',
282 => 'YUR',
283 => 'ZAL',
284 => 'ZAR',
285 => 'ZMK',
286 => 'ZMW',
287 => 'ZRN',
288 => 'ZRZ',
289 => 'ZWD',
290 => 'ZWL',
291 => 'ZWR',
],
'Meta' => [
'ADP' => [
Expand Down Expand Up @@ -594,6 +596,12 @@
2 => 0,
3 => 0,
],
'SLE' => [
0 => 2,
1 => 0,
2 => 2,
3 => 0,
],
'SLL' => [
0 => 0,
1 => 0,
Expand Down Expand Up @@ -892,6 +900,7 @@
'SAR' => 682,
'SCR' => 690,
'SLL' => 694,
'SLE' => 695,
'SGD' => 702,
'SKK' => 703,
'VND' => 704,
Expand Down Expand Up @@ -940,6 +949,7 @@
'YUM' => 891,
'ZMK' => 894,
'TWD' => 901,
'VED' => 926,
'UYW' => 927,
'VES' => 928,
'MRU' => 929,
Expand Down Expand Up @@ -1442,6 +1452,9 @@
694 => [
0 => 'SLL',
],
695 => [
0 => 'SLE',
],
702 => [
0 => 'SGD',
],
Expand Down Expand Up @@ -1572,6 +1585,9 @@
901 => [
0 => 'TWD',
],
926 => [
0 => 'VED',
],
927 => [
0 => 'UYW',
],
Expand Down
6 changes: 3 additions & 3 deletions 6 src/Symfony/Component/Intl/Resources/data/git-info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Git information
===============

URL: https://github.com/unicode-org/icu.git
Revision: a56dde820dc35665a66f2e9ee8ba58e75049b668
Author: Shane F. Carr
Date: 2021-10-27T15:02:46-07:00
Revision: c205e7ee49a7086a28b9c275fcfdac9ca3dc815d
Author: yumaoka
Date: 2022-03-30T14:47:46-04:00
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.