Re: Problem running some examples with non US locales

2018-02-14 Thread Christofer Dutz
Ups ... wrong list ... forget this __ Am 14.02.18, 22:06 schrieb "Christofer Dutz" : Hi, I’m currently working though some of the examples and encountered a problem: Code like this: nextValue = Double.valueOf(df.format(nextValue)); Seems to not work correctly

Problem running some examples with non US locales

2018-02-14 Thread Christofer Dutz
Hi, I’m currently working though some of the examples and encountered a problem: Code like this: nextValue = Double.valueOf(df.format(nextValue)); Seems to not work correctly in Germany as we have a “,” as decimal separator and “.” as grouping character. This results numbers like “10,3” being p