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

--- Comment #3 from Kai Struck <[email protected]> ---
I can confirm a (mysterious) change in behaviour of the cint command in the 7er
versions.
with English local language setting:
In all previous versions (and OpenOffice) something like
cint("1,a")  gave 1
cint("1,e")  gave 1
cint("1,e2")  gave 1

In LO7 all above give 0

In German local setting the "e" is suddenly treated as exponent:
In all previous versions (and OpenOffice) something like
cint("1,a")  gave 1
cint("1,e")  gave 1
cint("1,e1")  gave 1
cint("1,e2")  gave 1

In LO7:
cint("1,a")  still gives 1
cint("1,e")  gives 0
cint("1,e1")  gives 10
cint("1,e2")  gives 100

I don't know what's going on but report it here. Tested on Windows 10 and
LinuxMint17 and 21.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to