[Libreoffice-bugs] [Bug 128533] EDITING, FORMATTING: Accept any decimal separator
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Dec 17 05:30:35 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=128533
Anton Tsyganenko <anton-tsyganenko at yandex.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|1 |0
Status|NEEDINFO |UNCONFIRMED
--- Comment #3 from Anton Tsyganenko <anton-tsyganenko at yandex.ru> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191217/23064bb4/attachment.htm>
More information about the Libreoffice-bugs
mailing list