mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-27 13:13:17 +00:00

In 94ad6dab0e5b8d9eb65467dd1b635d708ce58b53, we changed it so typing characters outside of CC's codepage were replaced with '?' rather than ignored. This can be quite annoying for non-European users (where latin1 isn't very helpful!), so it makes sense to revert this change. See discussion in #860 for more context.