Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- std::string foo = "FOO";
- std::cerr << "original case: '" << foo << "' lower case: '" << utils::lowercase(foo) << "'\n";
- ...
- shadowm@nanacore:~/src/wesnoth-1.12% env | egrep LC\|LANG
- LANGUAGE=en_US:en
- LANG=en_US.UTF-8
- shadowm@nanacore:~/src/wesnoth-1.12% wesnoth-1.12
- original case: 'FOO' lower case: 'FOO'
Advertisement
Add Comment
Please, Sign In to add comment