ICU-3739 add post processing to RBNF

X-SVN-Rev: 15216
This commit is contained in:
Doug Felt 2004-05-09 01:38:05 +00:00
parent 09ecb0bf7d
commit 793f4740b0

View file

@ -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,