-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdata.json
65 lines (65 loc) · 1.23 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"A": "\u00c7",
"a": "\u00fc",
"B": "\u00e9",
"b": "\u00e2",
"C": "\u00e4",
"c": "\u00e7",
"D": "\u00e0",
"d": "\u00e5",
"E": "\u00fd",
"e": "\u00f8",
"F": "\u2022",
"f": "\u00fe",
"G": "\u00da",
"g": "\u00dd",
"H": "\u00de",
"h": "\u00c3",
"I": "\u00db",
"i": "\u0161",
"J": "\u02dc",
"j": "\u0160",
"K": "\u0178",
"k": "\u00d8",
"L": "\u00eb",
"l": "\u2122",
"M": "\u00dc",
"m": "\u00ea",
"N": "\u00ef",
"n": "\u00d9",
"O": "\u00e8",
"o": "\u00be",
"P": "\u00c8",
"p": "\u00e6",
"Q": "\u00e3",
"q": "\u25ba",
"R": "\u0192",
"r": "\u2030",
"S": "\u2568",
"s": "\u00cb",
"T": "\u00c6",
"t": "\u00ee",
"U": "\u00f0",
"u": "\u00c0",
"V": "\u00f4",
"v": "\u00a3",
"W": "\u00a5",
"w": "\u00f5",
"X": "\u00c1",
"x": "\u00ec",
"Y": "\u00c2",
"y": "\u00ca",
"Z": "\u00a2",
"z": "\u00f6",
"0": "\u00fb",
"1": "\u00ff",
"2": "\u00f2",
"3": "\u251c",
"4": "\u250c",
"5": "\u2302",
"6": "\u2551",
"7": "\u2264",
"8": "\u00f9",
"9": "\u00e1",
" ": "\u00bb"
}