2019-04-17 17:58:26
Cosmetic.
GitHub
2019-04-17 18:11:55
@Fireduck did you roll the input parsing yourself?
Rotonen
2019-04-17 18:13:04
in that it is a simple non-locale aware Double.parseValue(), kinda
Fireduck
2019-04-17 18:13:12
That is a fair bug
Fireduck
2019-04-17 18:13:29
Is there a good way to parse doubles in a locale aware way?
Fireduck
2019-04-17 18:14:29
https://www.oracle.com/technetwork/java/javase/12-relnote-issues-5211422.html This document describes important changes and information of the JDK 12 release.
Rotonen
2019-04-17 18:14:44
dunno in java, but probably there is
Rotonen
2019-04-17 18:15:05
java has everything and the kitchen sink baked in
Rotonen
2019-04-17 18:15:31
or you pass an extra locale object to the constructor or something
Rotonen
2019-04-17 18:17:44
I'll take a look
Fireduck