Closed nonlin-lin-chaos-order-etc-etal closed 7 years ago
http://stackoverflow.com/questions/19316260/android-ndk-doesnt-support-stdlocale
There is no support for locales in the C library / from native code, and this is intentional. As Elliot pointed out, your only hope is to use JNI to get relevant values.
util.cpp:
using boost::property_tree::ptree;
http://www.boost.org/doc/libs/1_57_0/doc/html/property_tree/reference.html
переписываю на QSettings
в анонкойне поюзали boost:: ptree ,а он завязан на локали которых в ндк нету
QSettings На локали не повязан
переписал
after first wiz completion: