Posted By:
Anonymous
Posted On:
Thursday, October 13, 2005 05:47 AM
I believe you don't need to call setDecimalFormatSymbols, since dd's locale is already set to France.
I thought the problem came from the position of the whitespace (it is a thousand separator!), but even in the right place, it doesn't work better.
The logic seems correct, since changing locale to ENGLISH and separator to comma gives correct results.
I wonder if this is a bug, like parse stopping to parse on a space even if this a valid separator.
Note: I checked dd.isGroupingUsed() and it is OK...