From 109b6dd1881d90915e972f0d263a032bd262adb5 Mon Sep 17 00:00:00 2001 From: Omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sun, 25 Feb 2024 17:31:17 +1100 Subject: disclaimer about some string apis not being unicode aware --- src/std/str.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/std') diff --git a/src/std/str.h b/src/std/str.h index 3d3cb41..f3ade5a 100644 --- a/src/std/str.h +++ b/src/std/str.h @@ -7,8 +7,9 @@ #include "defines.h" /** - * @brief Fat pointer representing a UTF8 (TODO) encoded string - * @note when using `printf` you must use %s.*s length, string + * @brief Fat pointer representing a UTF8 (TODO some APIs supporting utf8) encoded string + * @note when using `printf` you must use %s.*s length, string until our own modified + print routines are written. alternatively wrap in `cstr()` and pass to `%s`. */ typedef struct { u8 *buf; -- cgit v1.2.3-70-g09d2