ICU-13634 Adding TODO comment in CurrencyUnit constructor.
X-SVN-Rev: 41249
This commit is contained in:
parent
f11ca0d363
commit
f164bc1498
@ -37,6 +37,7 @@ CurrencyUnit::CurrencyUnit(ConstChar16Ptr _isoCode, UErrorCode& ec) {
|
||||
} else {
|
||||
isoCodeToUse = _isoCode;
|
||||
}
|
||||
// TODO: Perform uppercasing here like in ICU4J Currency.getInstance()?
|
||||
u_strncpy(isoCode, isoCodeToUse, 3);
|
||||
isoCode[3] = 0;
|
||||
char simpleIsoCode[4];
|
||||
|
Loading…
Reference in New Issue
Block a user