Re: [NEW BUG] NumberFormat.parse fails in some scenarios

2020-08-26 Thread naoto . sato
Hi Christoph, The behavior you are observing is what is expected with the CLDR provider, as the currency format is exactly the one that CLDR has for the de locale: https://unicode-org.github.io/cldr-staging/charts/37/by_type/numbers.number_formatting_patterns.html#53687a25c19b6481 I'd recomm

Re: [NEW BUG] NumberFormat.parse fails in some scenarios

2020-08-26 Thread Roger Riggs
Hi Christoph, Its worth investigating, tracking the issue with: https://bugs.openjdk.java.net/browse/JDK-8252383 Bugs can be reported with:    https://bugreport.java.com/bugreport/ Thanks, Roger On 8/26/20 10:18 AM, Christoph Dreis wrote: Hi, A colleague of mine (filipe.silvest...@innogame

[NEW BUG] NumberFormat.parse fails in some scenarios

2020-08-26 Thread Christoph Dreis
Hi, A colleague of mine (filipe.silvest...@innogames.com) approached me today that his code wasn’t working that converted a currency String into cents. Apparently, the code worked with Java 8 while it didn’t with 11+. public class Main { public static void main(String[] args) throws IOE