Commit 0f11ce85 authored by Warren Dukes's avatar Warren Dukes

update documents about UTF-8, oops

git-svn-id: https://svn.musicpd.org/mpd/trunk@261 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent b2abb577
...@@ -11,6 +11,14 @@ marks, ". ...@@ -11,6 +11,14 @@ marks, ".
command <type arg1> <type arg2> ... command <type arg1> <type arg2> ...
explanation: w/ arg1 and arg2 explanation: w/ arg1 and arg2
All data between the client and server is encoded in UTF-8. (Note,
that in UTF-8 all standard ansi characters, 0-127, are the same as a 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\n" encoded in UTF-8 is
simply "OK\n". For more information on UTF=8:
http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8 )
Command Completion: Command Completion:
------------------- -------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment