[Orxonox-commit 6420] r11077 - code/trunk/src/libraries/core/input
muemart at orxonox.net
muemart at orxonox.net
Tue Jan 19 14:22:10 CET 2016
Author: muemart
Date: 2016-01-19 14:22:10 +0100 (Tue, 19 Jan 2016)
New Revision: 11077
Modified:
code/trunk/src/libraries/core/input/InputBuffer.cc
Log:
Remove some non-ASCII characters to avoid encoding issues. This only worked on computers with German locale, if at all.
Modified: code/trunk/src/libraries/core/input/InputBuffer.cc
===================================================================
--- code/trunk/src/libraries/core/input/InputBuffer.cc 2016-01-19 12:53:36 UTC (rev 11076)
+++ code/trunk/src/libraries/core/input/InputBuffer.cc 2016-01-19 13:22:10 UTC (rev 11077)
@@ -44,7 +44,6 @@
this->maxLength_ = 1024;
this->allowedChars_ = "abcdefghijklmnopqrstuvwxyz \
ABCDEFGHIJKLMNOPQRSTUVWXYZ \
- äëïöüÄËÏÖÜáâàéêèíîìóôòúûù \
0123456789 \
\\\"(){}[]<>.:,;_-+*/=!?|$&%^~#";
More information about the Orxonox-commit
mailing list