From d4333322d9b7ef84246d2b03b84e7d98e9e5f699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 17 Dec 2023 13:24:00 -0800 Subject: [PATCH] Add LRM/RLM to the direction control char list --- SPEC.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index 6fee66c..70661eb 100644 --- a/SPEC.md +++ b/SPEC.md @@ -600,7 +600,8 @@ They may be represented in Strings (but not Raw Strings) using `\u{}`. * `0x7F` (the Delete control character). * Any codepoint that is not a [Unicode Scalar 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) ## Full Grammar