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

--- Comment #12 from TallFurryMan <eric.dejouha...@gmail.com> ---
I'm planning to:
- replace atof calls used to read XML numbers, which use the system locale,
with QLocale::C string-to-type functions.
- make sure QString calls used to write XML numbers use the QLocale::C
serialization.

Side not-so-related question: XML serialization is using the lilXML library,
any plan to use QXMLStreamReader and QXMLStreamWriter at some point? This is
compatible back to Qt4.3 and could possibly simplify some serialization code.
In any case I think saving/loading configurations should be moved out of their
related modules first.

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

Reply via email to