mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 22:44:47 +03:00
[ABNF] Fix typo in rule that excludes bidi chars.
The 2070 should have been 206A all along.
This commit is contained in:
parent
5960ae21ac
commit
02ad2a390d
@ -21,7 +21,7 @@
|
||||
|
||||
ascii = %x0-7F
|
||||
|
||||
safe-nonascii = %x80-2029 / %x202F-2065 / %x2070-D7FF / %xE000-10FFFF
|
||||
safe-nonascii = %x80-2029 / %x202F-2065 / %x206A-D7FF / %xE000-10FFFF
|
||||
; excludes bidi embeddings/overrides/isolates
|
||||
; and excludes high/low surrogates
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user