diff --git a/src/doc/rust.md b/src/doc/rust.md index 1413bc92d9f17..a07b8a42dc004 100644 --- a/src/doc/rust.md +++ b/src/doc/rust.md @@ -112,8 +112,7 @@ production. See [tokens](#tokens) for more information. ## Input format -Rust input is interpreted as a sequence of Unicode codepoints encoded in UTF-8, -normalized to Unicode normalization form NFKC. +Rust input is interpreted as a sequence of Unicode codepoints encoded in UTF-8. Most Rust grammar rules are defined in terms of printable ASCII-range codepoints, but a small number are defined in terms of Unicode properties or explicit codepoint lists. [^inputformat]