https://bugs.kde.org/show_bug.cgi?id=522826
--- Comment #5 from Dimitrios Glentadakis <[email protected]> --- This may be related to commit https://invent.kde.org/office/kmymoney/-/commit/0487f47b6da4b2cee47a13983f375eda7f205501 "Extract monetary formatting rules from QLocale" That commit made MyMoneyMoney derive monetary formatting from QLocale / LC_MONETARY instead of the previous setup. This seems correct for formatting monetary values, but AmountValidator still uses QDoubleValidator's default numeric QLocale. In mixed locale setups, for example LC_NUMERIC=C and LC_MONETARY=fr_FR.UTF-8, this causes AmountValidator and MyMoneyMoney to disagree about separators: QLocale decimal "." QLocale group "," MyMoneyMoney decimal "," MyMoneyMoney group U+202F So the regression is probably not the monetary formatting change itself, but that AmountValidator was not updated to use the same monetary locale. -- You are receiving this mail because: You are watching all bug changes.
