We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6773d commit 8b45c9cCopy full SHA for 8b45c9c
doc/src/manual/strings.md
@@ -384,8 +384,9 @@ a sequence of code units from left to right characters are formed by the longest
384
* `10xxxxxx`;
385
* `11111xxx`.
386
387
-In particular this implies that overlong and too high code unit sequences are accepted.
388
-This rule is best explained by an example:
+In particular this means that overlong and too-high code unit sequences and prefixes thereof are treated
+as a single invalid character rather than multiple invalid characters.
389
+This rule may be best explained with an example:
390
391
```julia-repl
392
julia> s = "\xc0\xa0\xe2\x88\xe2|"
0 commit comments