https://bugs.kde.org/show_bug.cgi?id=491828
--- Comment #20 from Thomas Baumgart <tbaumg...@kde.org> --- > Since kmymoney uses QLocale for formatting currency amounts, ... That is not completely correct. KMyMoney uses QLocale::toCurrencyString() only, if it was not able to match its test pattern in the output of QLocale::toCurrencyString(). This is the case for some e.g. arabic locales to my knowledge. KMyMoney indicates that with a debug output of "Using Qt internal formatter". If that output is not visible after the start of the application and outputting the result of the test pattern, then it uses it's own logic. -- You are receiving this mail because: You are watching all bug changes.