https://bugs.kde.org/show_bug.cgi?id=406388

--- Comment #22 from Mahmud Nabil <nabilsnig...@gmail.com> ---
(In reply to Alexander Lohnau from comment #21)
> This does not seem to work when I have an English locale set and do queries
> with a comma as decimal separator like "4,5+5,5"

With locale en_DK.UTF-8 the query "4,5+5,5" results "10" and
with locale en_US.UTF-8 it results a vector [4  (5 + 5)  5].
This is the exact behavior you get with the Qalculator GUI and it seems a
reasonable decision since one would generally set a locale with ',' as decimal
point if they are used to use ','  as decimal point.

P.S. It seems they fixed the decimal_point issue for es_PE.UTF-8, it is "."
now.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to