You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3coop/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.
9 years ago
..
resourcehelpers.cpp Port ResourceHelpers to new VFS 10 years ago
resourcehelpers.hpp Add back resource handling workarounds to the gui code 10 years ago
rng.cpp Move rng to components 10 years ago
rng.hpp Move rng to components 10 years ago
stringops.hpp StringUtils: use the locale-unaware tolower function 9 years ago
utf8stream.hpp Remove extra semicolons at the end of some lines. 10 years ago