https://bugs.documentfoundation.org/show_bug.cgi?id=128533
Anton Tsyganenko <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|1 |0
Status|NEEDINFO |UNCONFIRMED
--- Comment #3 from Anton Tsyganenko <[email protected]> ---
There are many possible ways:
1) Assume that the input does not contain thousands separator, assume both dot
and comma to be decimal separator, raise error if a number contains more then
one dot or comma.
2) If number contains one dot or comma, assume it to be a decimal separator, if
more then one, then use the current algorithm (decimal and thousands separator
based on locale settings).
3) If thousands separator in the locale is not dot or comma (for example, a
space), then assume both dot and comma to be decimal separator, otherwise use
current algorithm.
4) Allow user to choose between the current behavior and variants 1-3 in
settings.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs