source: node_modules/character-entities-legacy/index.json

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "AElig": "Æ",
3 "AMP": "&",
4 "Aacute": "Á",
5 "Acirc": "Â",
6 "Agrave": "À",
7 "Aring": "Å",
8 "Atilde": "Ã",
9 "Auml": "Ä",
10 "COPY": "©",
11 "Ccedil": "Ç",
12 "ETH": "Ð",
13 "Eacute": "É",
14 "Ecirc": "Ê",
15 "Egrave": "È",
16 "Euml": "Ë",
17 "GT": ">",
18 "Iacute": "Í",
19 "Icirc": "Î",
20 "Igrave": "Ì",
21 "Iuml": "Ï",
22 "LT": "<",
23 "Ntilde": "Ñ",
24 "Oacute": "Ó",
25 "Ocirc": "Ô",
26 "Ograve": "Ò",
27 "Oslash": "Ø",
28 "Otilde": "Õ",
29 "Ouml": "Ö",
30 "QUOT": "\"",
31 "REG": "®",
32 "THORN": "Þ",
33 "Uacute": "Ú",
34 "Ucirc": "Û",
35 "Ugrave": "Ù",
36 "Uuml": "Ü",
37 "Yacute": "Ý",
38 "aacute": "á",
39 "acirc": "â",
40 "acute": "´",
41 "aelig": "æ",
42 "agrave": "à",
43 "amp": "&",
44 "aring": "å",
45 "atilde": "ã",
46 "auml": "ä",
47 "brvbar": "¦",
48 "ccedil": "ç",
49 "cedil": "¸",
50 "cent": "¢",
51 "copy": "©",
52 "curren": "¤",
53 "deg": "°",
54 "divide": "÷",
55 "eacute": "é",
56 "ecirc": "ê",
57 "egrave": "è",
58 "eth": "ð",
59 "euml": "ë",
60 "frac12": "½",
61 "frac14": "¼",
62 "frac34": "¾",
63 "gt": ">",
64 "iacute": "í",
65 "icirc": "î",
66 "iexcl": "¡",
67 "igrave": "ì",
68 "iquest": "¿",
69 "iuml": "ï",
70 "laquo": "«",
71 "lt": "<",
72 "macr": "¯",
73 "micro": "µ",
74 "middot": "·",
75 "nbsp": " ",
76 "not": "¬",
77 "ntilde": "ñ",
78 "oacute": "ó",
79 "ocirc": "ô",
80 "ograve": "ò",
81 "ordf": "ª",
82 "ordm": "º",
83 "oslash": "ø",
84 "otilde": "õ",
85 "ouml": "ö",
86 "para": "¶",
87 "plusmn": "±",
88 "pound": "£",
89 "quot": "\"",
90 "raquo": "»",
91 "reg": "®",
92 "sect": "§",
93 "shy": "­",
94 "sup1": "¹",
95 "sup2": "²",
96 "sup3": "³",
97 "szlig": "ß",
98 "thorn": "þ",
99 "times": "×",
100 "uacute": "ú",
101 "ucirc": "û",
102 "ugrave": "ù",
103 "uml": "¨",
104 "uuml": "ü",
105 "yacute": "ý",
106 "yen": "¥",
107 "yuml": "ÿ"
108}
Note: See TracBrowser for help on using the repository browser.