2
0
mirror of https://github.com/boostorg/parser.git synced 2026-01-19 04:22:13 +00:00

Update tutorial.qbk

This commit is contained in:
ivanpanch
2025-08-23 20:29:16 +02:00
committed by Zach Laine
parent 17d76bc158
commit 7e69b27d7c

View File

@@ -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 *`.]