Merge pull request #2044 from AleoHQ/abnf-bidi-fix

[ABNF] Fix typo in rule that excludes bidi chars.
This commit is contained in:
Collin Chin 2022-09-06 23:32:59 +02:00 committed by GitHub
commit eaf837e0a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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