Name: nl37777 Date: 08/28/2002
The currency format pattern doesn't support the Indian
format of currency.
In India, we have the grouping done at 3,2,2,2.... starting at the
decimal point and moving leftward. E.g., 123456789 -> 12,34,56,789
(twelve crore thirty four lakhs fifty six thousand seven hundred eighty nine).
My code for this doesn't give correct results. The setPattern method
works for grouping like ###,### or ##,## but not for ##,##,### (a
pattern in which any change from 3 to 2 is made).
======================================================================
- duplicates
-
JDK-6609374 Pattern not correctly resolved by DecimalFormat(String pattern) for Nepali
- Closed
-
JDK-4997889 [Fmt-Nu] API: Number format anomaly for Indian(English) Locale
- Closed
-
JDK-8233835 standard-decimal with two different grouping sizes cannot be handled correctly
- Closed