[kmymoney] [Bug 508703] problem entering monetary values with decimal separator
Thomas Baumgart
bugzilla_noreply at kde.org
Mon Aug 25 14:06:36 BST 2025
https://bugs.kde.org/show_bug.cgi?id=508703
Thomas Baumgart <tbaumgart at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REPORTED |NEEDSINFO
Resolution|--- |WAITINGFORINFO
--- Comment #3 from Thomas Baumgart <tbaumgart at kde.org> ---
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 the assignee for the bug.
More information about the KMyMoney-devel
mailing list