1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00
OpenMW/components/misc
scrawl 27e669296e StringUtils: use the locale-unaware tolower function
There is no change in behaviour since we were using the C locale.

The locale-aware tolower is much slower than the locale-unaware one. At least on Linux/GCC it calls dynamic_cast's, and is overall slower by an order of magnitude.
2015-11-27 03:22:52 +01:00
..
resourcehelpers.cpp
resourcehelpers.hpp
rng.cpp
rng.hpp
stringops.hpp StringUtils: use the locale-unaware tolower function 2015-11-27 03:22:52 +01:00
utf8stream.hpp