From cb8f7e93112ce1c079b2d759c2b970d79a910141 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 21 Jan 2006 20:07:19 +0000 Subject: [PATCH] Minor cleanup. --- doc/unicode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/unicode b/doc/unicode index a5b5c11d..a140e62f 100644 --- a/doc/unicode +++ b/doc/unicode @@ -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'.