[Libreoffice-bugs] [Bug 123752] EDITING: Regression in handling of the group separator in formula context

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Mar 4 20:53:18 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=123752

--- Comment #6 from Eike Rathke <erack at redhat.com> ---
What happens is that 12_345,67 (here with '_' for the no-break space) is
lexically tokenized to

12
_345
,67

which then leads to three numbers 12 and 345 (because there in the number
parser the no-break space is just a leading space) and 0,67 (from which stems
the extra 0 because a leading decimal separator is allowed), which then with
the formula tokens concatenated as strings produces 123450,67

-- 
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/20190304/678a5436/attachment.html>


More information about the Libreoffice-bugs mailing list