1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Fri, 5 Dec 2025 12:04:40 +0100
Subject: [Intl] Update data to ICU 78.1
---
src/Intl/Icu/Resources/currencies.php | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
diff --git a/src/Intl/Icu/Resources/currencies.php b/src/Intl/Icu/Resources/currencies.php
index 3ed9b47..c44870d 100644
--- a/src/Intl/Icu/Resources/currencies.php
+++ b/src/Intl/Icu/Resources/currencies.php
@@ -300,7 +300,7 @@ return array (
'COP' =>
array (
0 => 'COP',
- 1 => 2,
+ 1 => 0,
2 => 0,
),
'COU' =>
@@ -516,13 +516,13 @@ return array (
'HUF' =>
array (
0 => 'HUF',
- 1 => 2,
+ 1 => 0,
2 => 0,
),
'IDR' =>
array (
0 => 'IDR',
- 1 => 2,
+ 1 => 0,
2 => 0,
),
'IEP' =>
@@ -892,7 +892,7 @@ return array (
'PKR' =>
array (
0 => 'PKR',
- 1 => 2,
+ 1 => 0,
2 => 0,
),
'PLN' =>
@@ -1326,4 +1326,14 @@ return array (
1 => 2,
2 => 0,
),
+ 'XAD' =>
+ array (
+ 1 => 2,
+ 2 => 0,
+ ),
+ 'XAU' =>
+ array (
+ 1 => 2,
+ 2 => 0,
+ ),
);
|