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

--- Comment #3 from Eike Rathke <er...@redhat.com> ---
Entering a formula it was never guaranteed to accept group separators in values
(as in many locales the group separator also is the parameter separator ',').
It may have worked by chance in some locales that use a NO-BREAK SPACE as group
separator, but already using an ordinary SPACE character instead made that
attempt fail; or if parameter separator was set to ';' a group separator of ','
may have worked.

I can investigate why an extra zero is added in
12345,67 => =123450,67
of the original description (fi-FI locale).

But in an en-US locale with default ',' parameter separator things like
1,000 => 1,0
are logical because it is parsed as
number 1  separator ,  number 0
Certainly the result of SUM(1,234) shall not be 1234 but 235 instead..
This was not different in earlier versions.

-- 
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