[Please ignore should I have already filed this.]
The attached program throws this exception:
Exception in thread "main" java.text.ParseException: Unparseable number: "123.456,78 ?"
at java.text.NumberFormat.parse(NumberFormat.java:314)
at FormatParseCurrency_de_DE.main(FormatParseCurrency_de_DE.java:15)
The program works fine for other locales such as en_US or it_IT.
            
The attached program throws this exception:
Exception in thread "main" java.text.ParseException: Unparseable number: "123.456,78 ?"
at java.text.NumberFormat.parse(NumberFormat.java:314)
at FormatParseCurrency_de_DE.main(FormatParseCurrency_de_DE.java:15)
The program works fine for other locales such as en_US or it_IT.
- duplicates
- 
                    JDK-4630856 [Fmt-Nu] Fail to parse integer portion from de-DE and fr-FR currencies -           
- Closed
 
-