From 2bbd80c8df129ee6810f6ec6d8d379ed3190760b Mon Sep 17 00:00:00 2001 From: Sebastian Wick Date: Tue, 23 Apr 2024 19:17:22 +0200 Subject: [PATCH] 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 --- doc/publican/sources/Protocol.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/publican/sources/Protocol.xml b/doc/publican/sources/Protocol.xml index 89d76d8e..38243fa7 100644 --- a/doc/publican/sources/Protocol.xml +++ b/doc/publican/sources/Protocol.xml @@ -150,9 +150,9 @@ 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.