Categories for Locale All Categories Android C++ CMake Debugging JSON Layouts Locale QML Qt Qt Script Qt Tricks Scripting Widgets Windows Canonical Locale Posted in Locale, Qt Tricks Sometimes you need a fixed locale. One of my latest applications was reading and writing floats in XML, and the string parse and write routines for floats are locale dependent. So the XML file would either have “2,01” (US notation) …
Canonical Locale Posted in Locale, Qt Tricks Sometimes you need a fixed locale. One of my latest applications was reading and writing floats in XML, and the string parse and write routines for floats are locale dependent. So the XML file would either have “2,01” (US notation) …