mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4985 Update for LUF
X-SVN-Rev: 19611
This commit is contained in:
parent
eac56d17c4
commit
7e90d04bc0
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 1997-2005, International Business Machines
|
||||
// * Copyright (C) 1997-2006, International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// ***************************************************************************
|
||||
|
@ -32,7 +32,9 @@ CurrencyData:table(nofallback){
|
|||
KMF:intvector { 0, 0 } // Comoro Franc: COMOROS (KM)
|
||||
KRW:intvector { 0, 0 } // Won: KOREA, REPUBLIC OF (KR)
|
||||
KWD:intvector { 3, 0 } // Kuwaiti Dinar: KUWAIT (KW)
|
||||
LUF:intvector { 0, 0 } // LUXEMBOURG Franc: LUXEMBOURG (LU)
|
||||
LYD:intvector { 3, 0 } // Lybian Dinar: LIBYAN ARAB JAMAHIRIYA (LY)
|
||||
MGA:intvector { 0, 0 } // Malagascy Ariary: MADAGASCAR (MG)
|
||||
MGF:intvector { 0, 0 } // Malagasy Franc: MADAGASCAR (MG)
|
||||
OMR:intvector { 3, 0 } // Rial Omani: OMAN (OM)
|
||||
PYG:intvector { 0, 0 } // Guarani: PARAGUAY (PY)
|
||||
|
|
|
@ -467,7 +467,7 @@ static void TestCurrencyPreEuro(void)
|
|||
};
|
||||
|
||||
const char* result[]={
|
||||
"\\u20A7 2", "2 F", "\\u00A31.50", "1,50 mk", "1,50 F", "\\u20A4 2",
|
||||
"\\u20A7 2", "2 F", "\\u00A31.50", "1,50 mk", "2 F", "\\u20A4 2",
|
||||
"1$50 Esc.", "\\u00F6S 1,50", "1,50 \\u0394\\u03C1\\u03C7", "2 \\u20A7", "1,50 FB", "\\u00a31.50",
|
||||
"1,50 BF", "1,50 DM", "1,50 BF", "\\u20A7 2", "1,50 F", "\\u20A7 2",
|
||||
"fl 1,50"
|
||||
|
|
Loading…
Add table
Reference in a new issue