https://bugs.kde.org/show_bug.cgi?id=521760
Thomas Baumgart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WAITINGFORINFO |FIXED Status|NEEDSINFO |RESOLVED Latest Commit| |https://invent.kde.org/offi | |ce/kmymoney/-/commit/054075 | |df537cc7ab9343ea293910c1bae | |93d5550 Version| |5.2.3 Fixed/Implemented| | In| | --- Comment #20 from Thomas Baumgart <[email protected]> --- Git commit 054075df537cc7ab9343ea293910c1bae93d5550 by Thomas Baumgart. Committed on 16/09/2026 at 12:09. Pushed by tbaumgart into branch 'master'. Fix decimal symbol detection in CSV parser The reported problem most likely occurred when the locale has different settings for the decimalSymbol in LC_NUMERIC and LC_MONETARY. Also, the regular expression did not do what the adjacent comment suggested it would do. FIXED-IN: 5.2.3 M +2 -2 kmymoney/plugins/csv/import/core/csvimportercore.cpp M +7 -5 kmymoney/plugins/csv/import/core/csvutil.cpp M +49 -2 kmymoney/plugins/csv/import/core/tests/test-parsedata.cpp M +2 -1 kmymoney/plugins/csv/import/core/tests/test-parsedata.h M +7 -5 kmymoney/plugins/csv/import/core/tests/test-symbol.cpp M +5 -4 kmymoney/plugins/csv/import/investmentwizardpage.cpp https://invent.kde.org/office/kmymoney/-/commit/054075df537cc7ab9343ea293910c1bae93d5550 -- You are receiving this mail because: You are watching all bug changes.
