Add LRM/RLM to the direction control char list

This commit is contained in:
Kat Marchán 2023-12-17 13:24:00 -08:00
parent 511ab6b6ff
commit d4333322d9
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 2 additions and 1 deletions

View File

@ -600,7 +600,8 @@ They may be represented in Strings (but not Raw Strings) using `\u{}`.
* `0x7F` (the Delete control character). * `0x7F` (the Delete control character).
* Any codepoint that is not a [Unicode Scalar * Any codepoint that is not a [Unicode Scalar
Value](https://unicode.org/glossary/#unicode_scalar_value). Value](https://unicode.org/glossary/#unicode_scalar_value).
* `0x2066-2069` and `0x202A-202E`, the [unicode "direction control" * `0x2066-2069`, `0x202A-202E`, `0x200E`, and `0x200F`, the [unicode
"direction control"
characters](https://www.w3.org/International/questions/qa-bidi-unicode-controls) characters](https://www.w3.org/International/questions/qa-bidi-unicode-controls)
## Full Grammar ## Full Grammar