diff --git a/icu4c/source/data/curr/en.txt b/icu4c/source/data/curr/en.txt index 958cd555d1c..46c665c6218 100644 --- a/icu4c/source/data/curr/en.txt +++ b/icu4c/source/data/curr/en.txt @@ -1047,6 +1047,10 @@ en{ "VEB", "Venezuelan Bolívar (1871–2008)", } + VED{ + "VED", + "Bolívar Soberano", + } VEF{ "VEF", "Venezuelan Bolívar (2008–2018)", @@ -2261,6 +2265,10 @@ en{ one{"Venezuelan bolívar (1871–2008)"} other{"Venezuelan bolívars (1871–2008)"} } + VED{ + one{"Bolívar Soberano"} + other{"Bolívar Soberanos"} + } VEF{ one{"Venezuelan bolívar (2008–2018)"} other{"Venezuelan bolívars (2008–2018)"} diff --git a/icu4c/source/data/curr/en_AU.txt b/icu4c/source/data/curr/en_AU.txt index e612e660631..377669b1318 100644 --- a/icu4c/source/data/curr/en_AU.txt +++ b/icu4c/source/data/curr/en_AU.txt @@ -112,6 +112,10 @@ en_AU{ "COP", "Colombian Peso", } + CUP{ + "CUP", + "Cuban Peso", + } CVE{ "CVE", "Cape Verdean Escudo", diff --git a/icu4c/source/data/curr/supplementalData.txt b/icu4c/source/data/curr/supplementalData.txt index b52ff56c9da..cdf147e64a7 100644 --- a/icu4c/source/data/curr/supplementalData.txt +++ b/icu4c/source/data/curr/supplementalData.txt @@ -4411,6 +4411,10 @@ supplementalData:table(nofallback){ -605344769, } } + { + id{"VED"} + tender{"false"} + } } VG{ { diff --git a/icu4c/source/data/dtd/cldr/common/dtd/ldml.dtd b/icu4c/source/data/dtd/cldr/common/dtd/ldml.dtd index 615bfae409e..c59fead460b 100644 --- a/icu4c/source/data/dtd/cldr/common/dtd/ldml.dtd +++ b/icu4c/source/data/dtd/cldr/common/dtd/ldml.dtd @@ -1,5 +1,5 @@