ICU-1097 Fix for Solaris
X-SVN-Rev: 8629
This commit is contained in:
parent
c3fdacb7d0
commit
9a62e43e02
@ -1939,7 +1939,7 @@ void DecimalFormat::expandAffix(const UnicodeString& pattern,
|
||||
}
|
||||
UnicodeString s;
|
||||
if (currency[0] != 0) {
|
||||
s = intl ? currency
|
||||
s = intl ? UnicodeString(currency, "")
|
||||
: UCurrency::getSymbol(currency, fSymbols->getLocale());
|
||||
} else {
|
||||
s = intl ? fSymbols->getSymbol(DecimalFormatSymbols::kIntlCurrencySymbol)
|
||||
|
Loading…
Reference in New Issue
Block a user