We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c99e0 commit 1e0a60eCopy full SHA for 1e0a60e
doc/protocol.xml
@@ -59,15 +59,7 @@
59
60
<para>
61
All data between the client and the server is encoded in
62
- UTF-8. (Note: In UTF-8 all standard ansi characters, 0-127 are
63
- the same as in standard ansi encoding. Also, no ansi character
64
- appears in any multi-byte characters. So, you can use
65
- standard C functions like <function>strlen</function>, and
66
- <function>strcpy</function> just fine with UTF-8 encoded
67
- strings. For example: <returnvalue>OK</returnvalue> encoded in
68
- UTF-8 is simply <returnvalue>OK</returnvalue>. For more
69
- information on UTF-8:
70
- <ulink url="http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8"/>)
+ UTF-8.
71
</para>
72
</section>
73
0 commit comments