Created
November 2, 2021 14:01
-
-
Save prabhu/919565e674eafb70593b31a54496ab04 to your computer and use it in GitHub Desktop.
Bidi Control characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# grep -w Bidi_Control /usr/share/unicode/PropList.txt | |
061C ; Bidi_Control # Cf ARABIC LETTER MARK | |
200E..200F ; Bidi_Control # Cf [2] LEFT-TO-RIGHT MARK..RIGHT-TO-LEFT MARK | |
202A..202E ; Bidi_Control # Cf [5] LEFT-TO-RIGHT EMBEDDING..RIGHT-TO-LEFT OVERRIDE | |
2066..2069 ; Bidi_Control # Cf [4] LEFT-TO-RIGHT ISOLATE..POP DIRECTIONAL ISOLATE | |
# Check your files for U+061C, U+200E, U+200F, U+202A, U+202B, U+202C, U+202D, U+202E, U+2066, U+2067, U+2068, U+2069 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment