]> arthur.barton.de Git - ngircd.git/commitdiff
Commands.txt: Add description for the "CHARCONV" command
authorAlexander Barton <alex@barton.de>
Sun, 3 Feb 2013 18:02:42 +0000 (19:02 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 3 Feb 2013 18:02:42 +0000 (19:02 +0100)
doc/Commands.txt

index ac77c6503b73774e694364f91a70f89a1bd6ccfe..431a410affaa4d9c92cd0d1ff0d7e5e8f936cbe0 100644 (file)
@@ -83,7 +83,22 @@ Connection Handling Commands
         - doc/Capabilities.txt
 
 - CHARCONV
-       See doc/Protocol.txt
+       CHARCONV <client-charset>
+       .
+       Set client character set encoding to <client-charset>.
+       .
+       After receiving such a command, the server translates all message
+       data received from the client using the set <client-charset> to the
+       server encoding (UTF-8), and all message data which is to be sent to
+       the client from the server encoding (UTF-8) to <client-charset>.
+       .
+       This enables older clients and clients using "strange" character sets
+       to transparently participate in channels and direct messages to
+       clients using UTF-8, which should be the default today.
+
+       References:
+        - <http://ngircd.barton.de/doc/Protocol.txt>
+        - doc/Protocol.txt
 
 - NICK
        NICK <nick>