mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
ICU-8456 don't use converter when creating pattern string
X-SVN-Rev: 31522
This commit is contained in:
parent
9960ee3a3f
commit
1e769d9b33
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ LocaleDisplayNamesImpl::LocaleDisplayNamesImpl(const Locale& locale,
|
|||
UnicodeString ktPattern;
|
||||
langData.get("localeDisplayPattern", "keyTypePattern", ktPattern);
|
||||
if (ktPattern.isBogus()) {
|
||||
ktPattern = UnicodeString("{0}={1}");
|
||||
ktPattern = UnicodeString("{0}={1}", -1, US_INV);
|
||||
}
|
||||
keyTypeFormat = new MessageFormat(ktPattern, status);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue