]> git.pond.sub.org Git - empserver/commitdiff
Minor cleanup.
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 21 Jan 2006 20:07:19 +0000 (20:07 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 21 Jan 2006 20:07:19 +0000 (20:07 +0000)
doc/unicode

index a5b5c11da507b39b1cbc5b8818137510e9e8895f..a140e62fd6e6dfdc8a580a6c636489ca2c2846b7 100644 (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'.