Created
August 6, 2017 20:35
-
-
Save james-see/f3612d454268f105faf34aef56499bb2 to your computer and use it in GitHub Desktop.
Json dictionary of the pigpen plaintext font for fun ciphering
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":"_|", | |
| "b":"|_|", | |
| "c":"|_", | |
| "d":"]", | |
| "e":"[]", | |
| "f":"[", | |
| "g":"-|", | |
| "h":"|-|", | |
| "i":"|-", | |
| "j":"._|", | |
| "k":"|._|", | |
| "l":"|._", | |
| "m":".]", | |
| "n":"[.]", | |
| "o":"[.", | |
| "p":".-|", | |
| "q":"|.-|", | |
| "r":"|.-", | |
| "s":"v", | |
| "t":">", | |
| "u":"<", | |
| "v":"^", | |
| "w":".v", | |
| "x":".>", | |
| "y":".<", | |
| "z":".^", | |
| ".":"\n", | |
| " ":" " | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment