From 7e69b27d7c6b31e10a7d75016871f0c4209cff75 Mon Sep 17 00:00:00 2001 From: ivanpanch Date: Sat, 23 Aug 2025 20:29:16 +0200 Subject: [PATCH] Update tutorial.qbk --- doc/tutorial.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial.qbk b/doc/tutorial.qbk index 516fa1da..1fa88654 100644 --- a/doc/tutorial.qbk +++ b/doc/tutorial.qbk @@ -2241,7 +2241,7 @@ encoding. Here is how it deduces which case the call falls under: * Otherwise, the input is in a UTF encoding. -[tip if you want to want to parse in ASCII-only mode, or in some other +[tip If you want to parse in ASCII-only mode, or in some other non-Unicode encoding, use only sequences of `char`, like _std_str_ or `char const *`.]