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

--- Comment #7 from TallFurryMan <eric.dejouha...@gmail.com> ---
Read some Qt docs, and found the problem: all of our arg() and number() calls
basically ignore locale. To properly support that, we can use "%L1" instead of
"%1" for a float number for instance, or use toString(), which uses the current
locale but is not very flexible. That also raises the problem of portable XML
files, in which we should better choose the right QLocale before reading and
writing. Plenty of changes everywhere, apparently.

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

Reply via email to