Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11077 for code/trunk/src


Ignore:
Timestamp:
Jan 19, 2016, 2:22:10 PM (8 years ago)
Author:
muemart
Message:

Remove some non-ASCII characters to avoid encoding issues. This only worked on computers with German locale, if at all.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/input/InputBuffer.cc

    r11071 r11077  
    4545        this->allowedChars_ = "abcdefghijklmnopqrstuvwxyz \
    4646                               ABCDEFGHIJKLMNOPQRSTUVWXYZ \
    47                                äëïöüÄËÏÖÜáâàéêèíîìóôòúûù \
    4847                               0123456789 \
    4948                               \\\"(){}[]<>.:,;_-+*/=!?|$&%^~#";
Note: See TracChangeset for help on using the changeset viewer.