Created
January 8, 2015 17:24
-
-
Save tal/0ea8c2cb6137fb458112 to your computer and use it in GitHub Desktop.
Mask characcters with lookalikes
This file contains hidden or 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
{ | |
"A": "Α", | |
"a": "α", | |
"B": "Β", | |
"C": "Ç", | |
"c": "ç", | |
"D": "Đ", | |
"d": "ԁ", | |
"E": "Ε", | |
"e": "ė", | |
"F": "𝔽", | |
"f": "𝕗", | |
"G": "Ġ", | |
"g": "ġ", | |
"H": "Η", | |
"h": "ħ", | |
"I": "İ", | |
"i": "ı", | |
"J": "𝕁", | |
"j": "𝕛", | |
"K": "Κ", | |
"k": "ķ", | |
"L": "Ŀ", | |
"l": "ŀ", | |
"M": "Μ", | |
"m": "𝕞", | |
"N": "Ν", | |
"n": "ŋ", | |
"O": "Ο", | |
"o": "ø", | |
"P": "Ρ", | |
"p": "𝕡", | |
"Q": "Ԛ", | |
"q": "ԛ", | |
"r": "𝕣", | |
"s": "𝕤", | |
"T": "Τ", | |
"t": "ŧ", | |
"U": "𝕌", | |
"u": "𝕦", | |
"V": "𝕍", | |
"v": "𝕧", | |
"W": "Ԝ", | |
"w": "ԝ", | |
"X": "Χ", | |
"x": "𝕩", | |
"Y": "Υ", | |
"y": "𝕪", | |
"Z": "Ζ", | |
"z": "𝕫" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment