-
- Downloads
[parametertree][locale][fs1528] Check ParameterTree::get() with a locale using...
[parametertree][locale][fs1528] Check ParameterTree::get() with a locale using "," as the decimal seperator. ParameterTrees are usually read from configuration files. The format of the configuration file should not depend on the locale. For the commandline parser it would likewise be surprising if "progname -param 0.5" stopped working in a german locale. Not long ago these kinds of errors would not even generate a diagnosis due to FS#1527. However, the locale of the program is "C" by default, so probably not many poeple are actually affected by this problem. It can happen however that other libraries linked into the same program set the locale from the environment.
Showing
- dune/common/test/.gitignore 1 addition, 0 deletionsdune/common/test/.gitignore
- dune/common/test/CMakeLists.txt 4 additions, 0 deletionsdune/common/test/CMakeLists.txt
- dune/common/test/Makefile.am 2 additions, 0 deletionsdune/common/test/Makefile.am
- dune/common/test/parametertreelocaletest.cc 97 additions, 0 deletionsdune/common/test/parametertreelocaletest.cc
dune/common/test/parametertreelocaletest.cc
0 → 100644
Please register or sign in to comment