Changeset 12022
- Timestamp:
- Sep 26, 2018, 10:44:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cegui0.8_ogre1.9/src/external/ois/linux/LinuxKeyboard.cpp
r8351 r12022 36 36 : Keyboard(creator->inputSystemName(), buffered, 0, creator) 37 37 { 38 setlocale(LC_CTYPE, " "); //Set the locale to (hopefully) the users LANG UTF-8 Env var38 setlocale(LC_CTYPE, "C"); //Set the locale to (hopefully) the users LANG UTF-8 Env var 39 39 40 40 display = 0;
Note: See TracChangeset
for help on using the changeset viewer.