Files
P4RS3LT0NGV3/data/alphabets/dancing-men.json
T

14 lines
545 B
JSON

{
"name": "Dancing Men Cipher",
"priority": 100,
"description": "Sherlock Holmes stick-figure cipher (Unicode approximations)",
"detectorHint": "[┣┫┳┻├┤┬┴╋╞╡╤╧]",
"map": {
"A": "┣", "B": "┫", "C": "┳", "D": "┻", "E": "├", "F": "┤",
"G": "┬", "H": "┴", "I": "╋", "J": "╞", "K": "╡", "L": "╤",
"M": "╧", "N": "╥", "O": "╨", "P": "╪", "Q": "╫", "R": "╬",
"S": "╭", "T": "╮", "U": "╯", "V": "╰", "W": "▸", "X": "◂",
"Y": "▴", "Z": "▾"
}
}