https://bugs.kde.org/show_bug.cgi?id=508703
Thomas Baumgart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |NEEDSINFO Resolution|--- |WAITINGFORINFO --- Comment #3 from Thomas Baumgart <[email protected]> --- That is rather strange. What does KMyMoney print out on the very first few lines when you start in in a terminal window? Here's what I get: --> start with my own locale $ kmymoney Model for "ST" loaded with 4 items in 0 ms Monetary values will be formatted based on locale "de_DE" Example: "123,45 €" Long date format "dddd, d. MMMM yyyy" Short date format "dd.MM.yy" Narrow date format "dd.MM.yy" Decimal symbol ',' 44 Thousand separator '.' --> start with yours: $ LC_MONETARY="uk_UA.UTF-8" kmymoney Model for "ST" loaded with 4 items in 0 ms Monetary values will be formatted based on locale "uk_UA" Example: "123,45 ₴" Long date format "dddd, d. MMMM yyyy" Short date format "dd.MM.yy" Narrow date format "dd.MM.yy" Decimal symbol ',' 44 Thousand separator '.' Important is the decimal symbol and thousand separator. BTW, the important part is to set LC_MONETARY and not LC_NUMERIC. The function of the keypad dot or comma is controlled via KDE's advanced keyboard setting called "Numeric keypad Delete behavior". That might also influence the behavior. -- You are receiving this mail because: You are watching all bug changes.
