https://bugs.kde.org/show_bug.cgi?id=406388
--- Comment #6 from Cesar Garcia <cesa...@gmail.com> --- Tried with a Manjaro VM. Updated to the latest version offered: KDE Plasma Version: 5.18.5 KDE Frameworks Version: 5.70.0 Qt Version: 5.15.0 libqalculate: 3.10.0 LC_NUMERIC information: $ locale -kc LC_NUMERIC LC_NUMERIC decimal_point="," thousands_sep="." grouping=3;3 numeric-decimal-point-wc=44 numeric-thousands-sep-wc=46 numeric-codeset="UTF-8" If i try =12.50+25.06 and press enter i get 37,56 on the edit area (and [37;56] on the resulting preview). If i try =12,50+25,06 and press enter i get [12; 75; 6] in both areas. So no matter the decimal separator used i end with a result that cannot be used to continue using arithmetic operations. -- You are receiving this mail because: You are watching all bug changes.