https://bugs.winehq.org/show_bug.cgi?id=31618
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |fgouget@codeweavers.com CC| |fgouget@codeweavers.com
--- Comment #15 from François Gouget fgouget@codeweavers.com --- * In French the thousands separator is a non-breaking space. * When sThousand is a non-breaking space, regular spaces are also treated as thousands separators. * Furthermore VarParseNumFromStr() does not require thousands separators to follow a neat three digits pattern. So in English "1,000" is handled the same as "100,0" or even ",10,,00", etc. See where this is going?
In French, when parsed with NUMPRS_THOUSANDS, " 10 6" is identical to "106". (and in English ",10,6" == "106") I will send a patch shortly.