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

--- Comment #6 from Eike Rathke <er...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to