diff --git a/icu4c/data/eu_ES_EURO.txt b/icu4c/data/eu_ES_EURO.txt new file mode 100644 index 00000000000..b20747c6c5c --- /dev/null +++ b/icu4c/data/eu_ES_EURO.txt @@ -0,0 +1,19 @@ +// ******************************************************************************* +// * +// * Copyright (C) 1997-2000, International Business Machines +// * Corporation and others. All Rights Reserved. +// * +// ******************************************************************************* + +eu_ES_EURO { + CurrencyElements { + "\u20AC", + "EUR", + ",", + } + NumberPatterns { + "#,##0.###;-#,##0.###", + "#,##0.00 \u00A4;-#,##0.00 \u00A4", + "#,##0%", + } +} diff --git a/icu4c/data/resfiles.mk b/icu4c/data/resfiles.mk index 66f2f368d1b..d002c44b975 100644 --- a/icu4c/data/resfiles.mk +++ b/icu4c/data/resfiles.mk @@ -45,7 +45,7 @@ es_GT.txt es_HN.txt es_MX.txt es_NI.txt es_PA.txt\ es_PE.txt es_PR.txt es_PY.txt es_SV.txt es_US.txt\ es_UY.txt es_VE.txt\ et.txt et_EE.txt\ -eu.txt eu_ES.txt\ +eu.txt eu_ES.txt eu_ES_EURO.txt\ fa.txt fa_IR.txt\ fi.txt fi_FI.txt fi_FI_EURO.txt\ fo.txt fo_FO.txt\ diff --git a/icu4c/source/data/locales/resfiles.mk b/icu4c/source/data/locales/resfiles.mk index 66f2f368d1b..d002c44b975 100644 --- a/icu4c/source/data/locales/resfiles.mk +++ b/icu4c/source/data/locales/resfiles.mk @@ -45,7 +45,7 @@ es_GT.txt es_HN.txt es_MX.txt es_NI.txt es_PA.txt\ es_PE.txt es_PR.txt es_PY.txt es_SV.txt es_US.txt\ es_UY.txt es_VE.txt\ et.txt et_EE.txt\ -eu.txt eu_ES.txt\ +eu.txt eu_ES.txt eu_ES_EURO.txt\ fa.txt fa_IR.txt\ fi.txt fi_FI.txt fi_FI_EURO.txt\ fo.txt fo_FO.txt\