mirror of https://github.com/kdl-org/kdl.git
Add LRM/RLM to the direction control char list
This commit is contained in:
parent
511ab6b6ff
commit
d4333322d9
3
SPEC.md
3
SPEC.md
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue