mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-1981 swedish data in ICU4C locales out of range for ICU4J
X-SVN-Rev: 9130
This commit is contained in:
parent
32635ba9d2
commit
8aae3e91ca
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue