From 1e0a60e73d043f0da580da4177ad0919a908a754 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Feb 2017 11:21:43 +0100 Subject: [PATCH] doc/protocol: remove UTF-8 explanation These days, this is common knowledge, and doesn't need a lengthy explanation. --- doc/protocol.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/doc/protocol.xml b/doc/protocol.xml index 8cf783f76..4355334e2 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -59,15 +59,7 @@ All data between the client and the server is encoded in - UTF-8. (Note: In UTF-8 all standard ansi characters, 0-127 are - the same as in standard ansi encoding. Also, no ansi character - appears in any multi-byte characters. So, you can use - standard C functions like strlen, and - strcpy just fine with UTF-8 encoded - strings. For example: OK encoded in - UTF-8 is simply OK. For more - information on UTF-8: - ) + UTF-8.