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:
Sebastian Wick 2024-04-23 19:17:22 +02:00 committed by Simon Ser
parent 65454cf7db
commit 2bbd80c8df

View file

@ -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>