Summary: | KRunner handles inconsistently decimal points in maths' operations | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Wojciech Ryrych <rrh> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | agostinelli, m.wege, mat69 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | this works for me |
Description
Wojciech Ryrych
2010-08-28 22:23:51 UTC
The problem isn't in the calculator runner, because that correctly handles conversion from/to locale character. But it is the ";" handling that allows multiple expressions to be entered, and this incorrectly allows the "," character. So it won't be fixed? *** Bug 242849 has been marked as a duplicate of this bug. *** Created attachment 54180 [details]
this works for me
As it appears to me the problem is the qalculate engine _not_ correctly handling a different set of decimal symbols.
If I also replace the decimal symbol with "." when using the qalculate engine it works perfectly for me.
Kcalc handels this correctly. May be this could help. Fixed in r1204235 |