https://bugs.kde.org/show_bug.cgi?id=498903

--- Comment #3 from Christoph Vogtländer <k...@mockies.de> ---
A quick test on my system shows that

output = QLocale().toDouble("1,234", &ok);

results in

output == 1.234
ok == true

as expected. I'm not sure why this does not work in skrooge. For me, it would
be perfectly fine if I could manually enter "1,234" and have it recognized as
double "1.234". Would a test with QLocale::German in skrooge like

SKGTEST(QStringLiteral("CONV:stringToDouble"),
SKGServices::stringToDouble(QStringLiteral("1,234")), 1.234)

succeed? I'm not able to test this atm. But, I can download the skrooge source
and try to compile it myself. What do you think?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to