Minor cleanup.

This commit is contained in:
Markus Armbruster 2006-01-21 20:07:19 +00:00
parent d5339e72a7
commit cb8f7e9311

View file

@ -77,7 +77,7 @@ external encoding into internal encoding. We call this input
filtering. Since highlighting is not supported on input, the result
is always valid UTF-8. Commands retrieve input that is player-player
communication directly as UTF-8. Other input is retrieved as ASCII,
which replaces non-ASCII characters by '?'[1].
with non-ASCII characters replaced by '?'.
Input filtering from UTF-8 drops ASCII control characters except
'\t' and '\n'.