diff options
| -rw-r--r-- | src/doc/rust.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/rust.md b/src/doc/rust.md index 1413bc92d9f..a07b8a42dc0 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] |
