From 8aae3e91ca5da34b0327cd30d64b60b19c05a5e6 Mon Sep 17 00:00:00 2001 From: Doug Felt Date: Fri, 12 Jul 2002 22:27:21 +0000 Subject: [PATCH] ICU-1981 swedish data in ICU4C locales out of range for ICU4J X-SVN-Rev: 9130 --- icu4c/source/data/locales/sv.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/icu4c/source/data/locales/sv.txt b/icu4c/source/data/locales/sv.txt index c884c237895..d303aef9179 100644 --- a/icu4c/source/data/locales/sv.txt +++ b/icu4c/source/data/locales/sv.txt @@ -275,11 +275,12 @@ sv { "2,000,000,000,000: << biljoner[ >>];\n" "1,000,000,000,000,000: en triljon[ >>];\n" "2,000,000,000,000,000: << triljoner[ >>];\n" + "1,000,000,000,000,000,000: =#,##0=;\n" +/* + * Current (java) implementation can't handle these magnitudes "1,000,000,000,000,000,000: en triljard[ >>];\n" "2,000,000,000,000,000,000: << triljarder[ >>];\n" - "1,000,000,000,000,000,000,000: =#,##0=;\n" -/* - * Current implementation can't handle these magnitudes) + * Current (c++) implmenatation can't handle these magnitudes "1,000,000,000,000,000,000,000: en kvartiljon[ >>];\n" "2,000,000,000,000,000,000,000: << kvartiljoner[ >>];\n" "1,000,000,000,000,000,000,000,000: en kvartiljard[ >>];\n"