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>
|
||||
<para>
|
||||
Starts with an unsigned 32-bit length (including null terminator),
|
||||
followed by the string contents, including terminating null byte,
|
||||
then padding to a 32-bit boundary. A null value is represented
|
||||
with a length of 0.
|
||||
followed by the UTF-8 encoded string contents, including
|
||||
terminating null byte, then padding to a 32-bit boundary. A null
|
||||
value is represented with a length of 0.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue