mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
doc: Require strings to be UTF-8
Nothing checks this yet but this gives us the opportunity to do so when we want. Signed-off-by: Sebastian Wick <sebastian.wick@redhat.com>
This commit is contained in:
parent
65454cf7db
commit
2bbd80c8df
1 changed files with 3 additions and 3 deletions
|
|
@ -150,9 +150,9 @@
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Starts with an unsigned 32-bit length (including null terminator),
|
Starts with an unsigned 32-bit length (including null terminator),
|
||||||
followed by the string contents, including terminating null byte,
|
followed by the UTF-8 encoded string contents, including
|
||||||
then padding to a 32-bit boundary. A null value is represented
|
terminating null byte, then padding to a 32-bit boundary. A null
|
||||||
with a length of 0.
|
value is represented with a length of 0.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue