mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-3739 add post processing to RBNF
X-SVN-Rev: 15216
This commit is contained in:
parent
09ecb0bf7d
commit
793f4740b0
1 changed files with 1 additions and 1 deletions
|
@ -615,7 +615,7 @@ public class RuleBasedNumberFormat extends NumberFormat {
|
|||
// load up the resource bundle containing the description
|
||||
// from the specified locale
|
||||
// ResourceBundle bundle = ICULocaleData.getResourceBundle("NumberFormatRules", locale);
|
||||
ICUResourceBundle bundle = (ICUResourceBundle)UResourceBundle.getBundleInstance(locale);
|
||||
ICUResourceBundle bundle = (ICUResourceBundle)UResourceBundle.getBundleInstance(new ULocale(locale));
|
||||
|
||||
// TODO: determine correct actual/valid locale. Note ambiguity
|
||||
// here -- do actual/valid refer to pattern, DecimalFormatSymbols,
|
||||
|
|
Loading…
Add table
Reference in a new issue