summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-02-08 11:21:43 +0100
committerMax Kellermann <max@musicpd.org>2017-02-08 11:22:08 +0100
commit1e0a60e73d043f0da580da4177ad0919a908a754 (patch)
treeb9b8990a0e98c9a675de0aa0a158dc498f3df6f4 /doc
parente9c99e0518d6646ba8843c16828e234bb05a2e52 (diff)
doc/protocol: remove UTF-8 explanation
These days, this is common knowledge, and doesn't need a lengthy explanation.
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.xml10
1 files changed, 1 insertions, 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 @@
<para>
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 <function>strlen</function>, and
- <function>strcpy</function> just fine with UTF-8 encoded
- strings. For example: <returnvalue>OK</returnvalue> encoded in
- UTF-8 is simply <returnvalue>OK</returnvalue>. For more
- information on UTF-8:
- <ulink url="http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8"/>)
+ UTF-8.
</para>
</section>