Completed
Pull Request — master (#36)
by
unknown
06:08
created
prive/squelettes/hierarchie/dist_fonctions.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 if (!defined('_ECRIRE_INC_VERSION')) {
4
-	return;
4
+    return;
5 5
 }
6 6
 
7 7
 include_spip('inc/pipelines_ecrire');
Please login to merge, or discard this patch.
prive/rss/a_suivre_fonctions.php 2 patches
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -1,22 +1,22 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 if (!defined('_ECRIRE_INC_VERSION')) {
4
-	return;
4
+    return;
5 5
 }
6 6
 
7 7
 function trier_rss($texte) {
8
-	if (preg_match_all(',<item.*</item>\s*?,Uims', $texte, $matches, PREG_SET_ORDER)) {
9
-		$placeholder = '<!--REINSERT-->';
10
-		$items = array();
11
-		foreach ($matches as $match) {
12
-			if (preg_match(',<dc:date>(.*)</dc:date>,Uims', $match[0], $r)) {
13
-				$items[strtotime($r[1])] = trim($match[0]);
14
-				$texte = str_replace($match[0], unique($placeholder), $texte);
15
-			}
16
-		}
17
-		krsort($items);
18
-		$texte = str_replace($placeholder, implode("\n\t", $items) . "\n", $texte);
19
-	}
8
+    if (preg_match_all(',<item.*</item>\s*?,Uims', $texte, $matches, PREG_SET_ORDER)) {
9
+        $placeholder = '<!--REINSERT-->';
10
+        $items = array();
11
+        foreach ($matches as $match) {
12
+            if (preg_match(',<dc:date>(.*)</dc:date>,Uims', $match[0], $r)) {
13
+                $items[strtotime($r[1])] = trim($match[0]);
14
+                $texte = str_replace($match[0], unique($placeholder), $texte);
15
+            }
16
+        }
17
+        krsort($items);
18
+        $texte = str_replace($placeholder, implode("\n\t", $items) . "\n", $texte);
19
+    }
20 20
 
21
-	return $texte;
21
+    return $texte;
22 22
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 			}
16 16
 		}
17 17
 		krsort($items);
18
-		$texte = str_replace($placeholder, implode("\n\t", $items) . "\n", $texte);
18
+		$texte = str_replace($placeholder, implode("\n\t", $items)."\n", $texte);
19 19
 	}
20 20
 
21 21
 	return $texte;
Please login to merge, or discard this patch.
ecrire/charsets/cp1256.php 1 patch
Indentation   +128 added lines, -128 removed lines patch added patch discarded remove patch
@@ -10,132 +10,132 @@
 block discarded – undo
10 10
  **/
11 11
 
12 12
 $GLOBALS['CHARSET']['cp1256'] = array(
13
-	0x80 => 0x20AC,
14
-	0x81 => 0x067E,
15
-	0x82 => 0x201A,
16
-	0x83 => 0x0192,
17
-	0x84 => 0x201E,
18
-	0x85 => 0x2026,
19
-	0x86 => 0x2020,
20
-	0x87 => 0x2021,
21
-	0x88 => 0x02C6,
22
-	0x89 => 0x2030,
23
-	0x8A => 0x0679,
24
-	0x8B => 0x2039,
25
-	0x8C => 0x0152,
26
-	0x8D => 0x0686,
27
-	0x8E => 0x0698,
28
-	0x8F => 0x0688,
29
-	0x90 => 0x06AF,
30
-	0x91 => 0x2018,
31
-	0x92 => 0x2019,
32
-	0x93 => 0x201C,
33
-	0x94 => 0x201D,
34
-	0x95 => 0x2022,
35
-	0x96 => 0x2013,
36
-	0x97 => 0x2014,
37
-	0x98 => 0x06A9,
38
-	0x99 => 0x2122,
39
-	0x9A => 0x0691,
40
-	0x9B => 0x203A,
41
-	0x9C => 0x0153,
42
-	0x9D => 0x200C,
43
-	0x9E => 0x200D,
44
-	0x9F => 0x06BA,
45
-	0xA0 => 0x00A0,
46
-	0xA1 => 0x060C,
47
-	0xA2 => 0x00A2,
48
-	0xA3 => 0x00A3,
49
-	0xA4 => 0x00A4,
50
-	0xA5 => 0x00A5,
51
-	0xA6 => 0x00A6,
52
-	0xA7 => 0x00A7,
53
-	0xA8 => 0x00A8,
54
-	0xA9 => 0x00A9,
55
-	0xAA => 0x06BE,
56
-	0xAB => 0x00AB,
57
-	0xAC => 0x00AC,
58
-	0xAD => 0x00AD,
59
-	0xAE => 0x00AE,
60
-	0xAF => 0x00AF,
61
-	0xB0 => 0x00B0,
62
-	0xB1 => 0x00B1,
63
-	0xB2 => 0x00B2,
64
-	0xB3 => 0x00B3,
65
-	0xB4 => 0x00B4,
66
-	0xB5 => 0x00B5,
67
-	0xB6 => 0x00B6,
68
-	0xB7 => 0x00B7,
69
-	0xB8 => 0x00B8,
70
-	0xB9 => 0x00B9,
71
-	0xBA => 0x061B,
72
-	0xBB => 0x00BB,
73
-	0xBC => 0x00BC,
74
-	0xBD => 0x00BD,
75
-	0xBE => 0x00BE,
76
-	0xBF => 0x061F,
77
-	0xC0 => 0x06C1,
78
-	0xC1 => 0x0621,
79
-	0xC2 => 0x0622,
80
-	0xC3 => 0x0623,
81
-	0xC4 => 0x0624,
82
-	0xC5 => 0x0625,
83
-	0xC6 => 0x0626,
84
-	0xC7 => 0x0627,
85
-	0xC8 => 0x0628,
86
-	0xC9 => 0x0629,
87
-	0xCA => 0x062A,
88
-	0xCB => 0x062B,
89
-	0xCC => 0x062C,
90
-	0xCD => 0x062D,
91
-	0xCE => 0x062E,
92
-	0xCF => 0x062F,
93
-	0xD0 => 0x0630,
94
-	0xD1 => 0x0631,
95
-	0xD2 => 0x0632,
96
-	0xD3 => 0x0633,
97
-	0xD4 => 0x0634,
98
-	0xD5 => 0x0635,
99
-	0xD6 => 0x0636,
100
-	0xD7 => 0x00D7,
101
-	0xD8 => 0x0637,
102
-	0xD9 => 0x0638,
103
-	0xDA => 0x0639,
104
-	0xDB => 0x063A,
105
-	0xDC => 0x0640,
106
-	0xDD => 0x0641,
107
-	0xDE => 0x0642,
108
-	0xDF => 0x0643,
109
-	0xE0 => 0x00E0,
110
-	0xE1 => 0x0644,
111
-	0xE2 => 0x00E2,
112
-	0xE3 => 0x0645,
113
-	0xE4 => 0x0646,
114
-	0xE5 => 0x0647,
115
-	0xE6 => 0x0648,
116
-	0xE7 => 0x00E7,
117
-	0xE8 => 0x00E8,
118
-	0xE9 => 0x00E9,
119
-	0xEA => 0x00EA,
120
-	0xEB => 0x00EB,
121
-	0xEC => 0x0649,
122
-	0xED => 0x064A,
123
-	0xEE => 0x00EE,
124
-	0xEF => 0x00EF,
125
-	0xF0 => 0x064B,
126
-	0xF1 => 0x064C,
127
-	0xF2 => 0x064D,
128
-	0xF3 => 0x064E,
129
-	0xF4 => 0x00F4,
130
-	0xF5 => 0x064F,
131
-	0xF6 => 0x0650,
132
-	0xF7 => 0x00F7,
133
-	0xF8 => 0x0651,
134
-	0xF9 => 0x00F9,
135
-	0xFA => 0x0652,
136
-	0xFB => 0x00FB,
137
-	0xFC => 0x00FC,
138
-	0xFD => 0x200E,
139
-	0xFE => 0x200F,
140
-	0xFF => 0x06D2
13
+    0x80 => 0x20AC,
14
+    0x81 => 0x067E,
15
+    0x82 => 0x201A,
16
+    0x83 => 0x0192,
17
+    0x84 => 0x201E,
18
+    0x85 => 0x2026,
19
+    0x86 => 0x2020,
20
+    0x87 => 0x2021,
21
+    0x88 => 0x02C6,
22
+    0x89 => 0x2030,
23
+    0x8A => 0x0679,
24
+    0x8B => 0x2039,
25
+    0x8C => 0x0152,
26
+    0x8D => 0x0686,
27
+    0x8E => 0x0698,
28
+    0x8F => 0x0688,
29
+    0x90 => 0x06AF,
30
+    0x91 => 0x2018,
31
+    0x92 => 0x2019,
32
+    0x93 => 0x201C,
33
+    0x94 => 0x201D,
34
+    0x95 => 0x2022,
35
+    0x96 => 0x2013,
36
+    0x97 => 0x2014,
37
+    0x98 => 0x06A9,
38
+    0x99 => 0x2122,
39
+    0x9A => 0x0691,
40
+    0x9B => 0x203A,
41
+    0x9C => 0x0153,
42
+    0x9D => 0x200C,
43
+    0x9E => 0x200D,
44
+    0x9F => 0x06BA,
45
+    0xA0 => 0x00A0,
46
+    0xA1 => 0x060C,
47
+    0xA2 => 0x00A2,
48
+    0xA3 => 0x00A3,
49
+    0xA4 => 0x00A4,
50
+    0xA5 => 0x00A5,
51
+    0xA6 => 0x00A6,
52
+    0xA7 => 0x00A7,
53
+    0xA8 => 0x00A8,
54
+    0xA9 => 0x00A9,
55
+    0xAA => 0x06BE,
56
+    0xAB => 0x00AB,
57
+    0xAC => 0x00AC,
58
+    0xAD => 0x00AD,
59
+    0xAE => 0x00AE,
60
+    0xAF => 0x00AF,
61
+    0xB0 => 0x00B0,
62
+    0xB1 => 0x00B1,
63
+    0xB2 => 0x00B2,
64
+    0xB3 => 0x00B3,
65
+    0xB4 => 0x00B4,
66
+    0xB5 => 0x00B5,
67
+    0xB6 => 0x00B6,
68
+    0xB7 => 0x00B7,
69
+    0xB8 => 0x00B8,
70
+    0xB9 => 0x00B9,
71
+    0xBA => 0x061B,
72
+    0xBB => 0x00BB,
73
+    0xBC => 0x00BC,
74
+    0xBD => 0x00BD,
75
+    0xBE => 0x00BE,
76
+    0xBF => 0x061F,
77
+    0xC0 => 0x06C1,
78
+    0xC1 => 0x0621,
79
+    0xC2 => 0x0622,
80
+    0xC3 => 0x0623,
81
+    0xC4 => 0x0624,
82
+    0xC5 => 0x0625,
83
+    0xC6 => 0x0626,
84
+    0xC7 => 0x0627,
85
+    0xC8 => 0x0628,
86
+    0xC9 => 0x0629,
87
+    0xCA => 0x062A,
88
+    0xCB => 0x062B,
89
+    0xCC => 0x062C,
90
+    0xCD => 0x062D,
91
+    0xCE => 0x062E,
92
+    0xCF => 0x062F,
93
+    0xD0 => 0x0630,
94
+    0xD1 => 0x0631,
95
+    0xD2 => 0x0632,
96
+    0xD3 => 0x0633,
97
+    0xD4 => 0x0634,
98
+    0xD5 => 0x0635,
99
+    0xD6 => 0x0636,
100
+    0xD7 => 0x00D7,
101
+    0xD8 => 0x0637,
102
+    0xD9 => 0x0638,
103
+    0xDA => 0x0639,
104
+    0xDB => 0x063A,
105
+    0xDC => 0x0640,
106
+    0xDD => 0x0641,
107
+    0xDE => 0x0642,
108
+    0xDF => 0x0643,
109
+    0xE0 => 0x00E0,
110
+    0xE1 => 0x0644,
111
+    0xE2 => 0x00E2,
112
+    0xE3 => 0x0645,
113
+    0xE4 => 0x0646,
114
+    0xE5 => 0x0647,
115
+    0xE6 => 0x0648,
116
+    0xE7 => 0x00E7,
117
+    0xE8 => 0x00E8,
118
+    0xE9 => 0x00E9,
119
+    0xEA => 0x00EA,
120
+    0xEB => 0x00EB,
121
+    0xEC => 0x0649,
122
+    0xED => 0x064A,
123
+    0xEE => 0x00EE,
124
+    0xEF => 0x00EF,
125
+    0xF0 => 0x064B,
126
+    0xF1 => 0x064C,
127
+    0xF2 => 0x064D,
128
+    0xF3 => 0x064E,
129
+    0xF4 => 0x00F4,
130
+    0xF5 => 0x064F,
131
+    0xF6 => 0x0650,
132
+    0xF7 => 0x00F7,
133
+    0xF8 => 0x0651,
134
+    0xF9 => 0x00F9,
135
+    0xFA => 0x0652,
136
+    0xFB => 0x00FB,
137
+    0xFC => 0x00FC,
138
+    0xFD => 0x200E,
139
+    0xFE => 0x200F,
140
+    0xFF => 0x06D2
141 141
 );
Please login to merge, or discard this patch.
ecrire/charsets/cp1250.php 1 patch
Indentation   +123 added lines, -123 removed lines patch added patch discarded remove patch
@@ -10,127 +10,127 @@
 block discarded – undo
10 10
  **/
11 11
 
12 12
 $GLOBALS['CHARSET']['cp1250'] = array(
13
-	0x80 => 0x20AC,
14
-	0x82 => 0x201A,
15
-	0x84 => 0x201E,
16
-	0x85 => 0x2026,
17
-	0x86 => 0x2020,
18
-	0x87 => 0x2021,
19
-	0x89 => 0x2030,
20
-	0x8A => 0x0160,
21
-	0x8B => 0x2039,
22
-	0x8C => 0x015A,
23
-	0x8D => 0x0164,
24
-	0x8E => 0x017D,
25
-	0x8F => 0x0179,
26
-	0x91 => 0x2018,
27
-	0x92 => 0x2019,
28
-	0x93 => 0x201C,
29
-	0x94 => 0x201D,
30
-	0x95 => 0x2022,
31
-	0x96 => 0x2013,
32
-	0x97 => 0x2014,
33
-	0x99 => 0x2122,
34
-	0x9A => 0x0161,
35
-	0x9B => 0x203A,
36
-	0x9C => 0x015B,
37
-	0x9D => 0x0165,
38
-	0x9E => 0x017E,
39
-	0x9F => 0x017A,
40
-	0xA0 => 0x00A0,
41
-	0xA1 => 0x02C7,
42
-	0xA2 => 0x02D8,
43
-	0xA3 => 0x0141,
44
-	0xA4 => 0x00A4,
45
-	0xA5 => 0x0104,
46
-	0xA6 => 0x00A6,
47
-	0xA7 => 0x00A7,
48
-	0xA8 => 0x00A8,
49
-	0xA9 => 0x00A9,
50
-	0xAA => 0x015E,
51
-	0xAB => 0x00AB,
52
-	0xAC => 0x00AC,
53
-	0xAD => 0x00AD,
54
-	0xAE => 0x00AE,
55
-	0xAF => 0x017B,
56
-	0xB0 => 0x00B0,
57
-	0xB1 => 0x00B1,
58
-	0xB2 => 0x02DB,
59
-	0xB3 => 0x0142,
60
-	0xB4 => 0x00B4,
61
-	0xB5 => 0x00B5,
62
-	0xB6 => 0x00B6,
63
-	0xB7 => 0x00B7,
64
-	0xB8 => 0x00B8,
65
-	0xB9 => 0x0105,
66
-	0xBA => 0x015F,
67
-	0xBB => 0x00BB,
68
-	0xBC => 0x013D,
69
-	0xBD => 0x02DD,
70
-	0xBE => 0x013E,
71
-	0xBF => 0x017C,
72
-	0xC0 => 0x0154,
73
-	0xC1 => 0x00C1,
74
-	0xC2 => 0x00C2,
75
-	0xC3 => 0x0102,
76
-	0xC4 => 0x00C4,
77
-	0xC5 => 0x0139,
78
-	0xC6 => 0x0106,
79
-	0xC7 => 0x00C7,
80
-	0xC8 => 0x010C,
81
-	0xC9 => 0x00C9,
82
-	0xCA => 0x0118,
83
-	0xCB => 0x00CB,
84
-	0xCC => 0x011A,
85
-	0xCD => 0x00CD,
86
-	0xCE => 0x00CE,
87
-	0xCF => 0x010E,
88
-	0xD0 => 0x0110,
89
-	0xD1 => 0x0143,
90
-	0xD2 => 0x0147,
91
-	0xD3 => 0x00D3,
92
-	0xD4 => 0x00D4,
93
-	0xD5 => 0x0150,
94
-	0xD6 => 0x00D6,
95
-	0xD7 => 0x00D7,
96
-	0xD8 => 0x0158,
97
-	0xD9 => 0x016E,
98
-	0xDA => 0x00DA,
99
-	0xDB => 0x0170,
100
-	0xDC => 0x00DC,
101
-	0xDD => 0x00DD,
102
-	0xDE => 0x0162,
103
-	0xDF => 0x00DF,
104
-	0xE0 => 0x0155,
105
-	0xE1 => 0x00E1,
106
-	0xE2 => 0x00E2,
107
-	0xE3 => 0x0103,
108
-	0xE4 => 0x00E4,
109
-	0xE5 => 0x013A,
110
-	0xE6 => 0x0107,
111
-	0xE7 => 0x00E7,
112
-	0xE8 => 0x010D,
113
-	0xE9 => 0x00E9,
114
-	0xEA => 0x0119,
115
-	0xEB => 0x00EB,
116
-	0xEC => 0x011B,
117
-	0xED => 0x00ED,
118
-	0xEE => 0x00EE,
119
-	0xEF => 0x010F,
120
-	0xF0 => 0x0111,
121
-	0xF1 => 0x0144,
122
-	0xF2 => 0x0148,
123
-	0xF3 => 0x00F3,
124
-	0xF4 => 0x00F4,
125
-	0xF5 => 0x0151,
126
-	0xF6 => 0x00F6,
127
-	0xF7 => 0x00F7,
128
-	0xF8 => 0x0159,
129
-	0xF9 => 0x016F,
130
-	0xFA => 0x00FA,
131
-	0xFB => 0x0171,
132
-	0xFC => 0x00FC,
133
-	0xFD => 0x00FD,
134
-	0xFE => 0x0163,
135
-	0xFF => 0x02D9
13
+    0x80 => 0x20AC,
14
+    0x82 => 0x201A,
15
+    0x84 => 0x201E,
16
+    0x85 => 0x2026,
17
+    0x86 => 0x2020,
18
+    0x87 => 0x2021,
19
+    0x89 => 0x2030,
20
+    0x8A => 0x0160,
21
+    0x8B => 0x2039,
22
+    0x8C => 0x015A,
23
+    0x8D => 0x0164,
24
+    0x8E => 0x017D,
25
+    0x8F => 0x0179,
26
+    0x91 => 0x2018,
27
+    0x92 => 0x2019,
28
+    0x93 => 0x201C,
29
+    0x94 => 0x201D,
30
+    0x95 => 0x2022,
31
+    0x96 => 0x2013,
32
+    0x97 => 0x2014,
33
+    0x99 => 0x2122,
34
+    0x9A => 0x0161,
35
+    0x9B => 0x203A,
36
+    0x9C => 0x015B,
37
+    0x9D => 0x0165,
38
+    0x9E => 0x017E,
39
+    0x9F => 0x017A,
40
+    0xA0 => 0x00A0,
41
+    0xA1 => 0x02C7,
42
+    0xA2 => 0x02D8,
43
+    0xA3 => 0x0141,
44
+    0xA4 => 0x00A4,
45
+    0xA5 => 0x0104,
46
+    0xA6 => 0x00A6,
47
+    0xA7 => 0x00A7,
48
+    0xA8 => 0x00A8,
49
+    0xA9 => 0x00A9,
50
+    0xAA => 0x015E,
51
+    0xAB => 0x00AB,
52
+    0xAC => 0x00AC,
53
+    0xAD => 0x00AD,
54
+    0xAE => 0x00AE,
55
+    0xAF => 0x017B,
56
+    0xB0 => 0x00B0,
57
+    0xB1 => 0x00B1,
58
+    0xB2 => 0x02DB,
59
+    0xB3 => 0x0142,
60
+    0xB4 => 0x00B4,
61
+    0xB5 => 0x00B5,
62
+    0xB6 => 0x00B6,
63
+    0xB7 => 0x00B7,
64
+    0xB8 => 0x00B8,
65
+    0xB9 => 0x0105,
66
+    0xBA => 0x015F,
67
+    0xBB => 0x00BB,
68
+    0xBC => 0x013D,
69
+    0xBD => 0x02DD,
70
+    0xBE => 0x013E,
71
+    0xBF => 0x017C,
72
+    0xC0 => 0x0154,
73
+    0xC1 => 0x00C1,
74
+    0xC2 => 0x00C2,
75
+    0xC3 => 0x0102,
76
+    0xC4 => 0x00C4,
77
+    0xC5 => 0x0139,
78
+    0xC6 => 0x0106,
79
+    0xC7 => 0x00C7,
80
+    0xC8 => 0x010C,
81
+    0xC9 => 0x00C9,
82
+    0xCA => 0x0118,
83
+    0xCB => 0x00CB,
84
+    0xCC => 0x011A,
85
+    0xCD => 0x00CD,
86
+    0xCE => 0x00CE,
87
+    0xCF => 0x010E,
88
+    0xD0 => 0x0110,
89
+    0xD1 => 0x0143,
90
+    0xD2 => 0x0147,
91
+    0xD3 => 0x00D3,
92
+    0xD4 => 0x00D4,
93
+    0xD5 => 0x0150,
94
+    0xD6 => 0x00D6,
95
+    0xD7 => 0x00D7,
96
+    0xD8 => 0x0158,
97
+    0xD9 => 0x016E,
98
+    0xDA => 0x00DA,
99
+    0xDB => 0x0170,
100
+    0xDC => 0x00DC,
101
+    0xDD => 0x00DD,
102
+    0xDE => 0x0162,
103
+    0xDF => 0x00DF,
104
+    0xE0 => 0x0155,
105
+    0xE1 => 0x00E1,
106
+    0xE2 => 0x00E2,
107
+    0xE3 => 0x0103,
108
+    0xE4 => 0x00E4,
109
+    0xE5 => 0x013A,
110
+    0xE6 => 0x0107,
111
+    0xE7 => 0x00E7,
112
+    0xE8 => 0x010D,
113
+    0xE9 => 0x00E9,
114
+    0xEA => 0x0119,
115
+    0xEB => 0x00EB,
116
+    0xEC => 0x011B,
117
+    0xED => 0x00ED,
118
+    0xEE => 0x00EE,
119
+    0xEF => 0x010F,
120
+    0xF0 => 0x0111,
121
+    0xF1 => 0x0144,
122
+    0xF2 => 0x0148,
123
+    0xF3 => 0x00F3,
124
+    0xF4 => 0x00F4,
125
+    0xF5 => 0x0151,
126
+    0xF6 => 0x00F6,
127
+    0xF7 => 0x00F7,
128
+    0xF8 => 0x0159,
129
+    0xF9 => 0x016F,
130
+    0xFA => 0x00FA,
131
+    0xFB => 0x0171,
132
+    0xFC => 0x00FC,
133
+    0xFD => 0x00FD,
134
+    0xFE => 0x0163,
135
+    0xFF => 0x02D9
136 136
 );
Please login to merge, or discard this patch.
ecrire/charsets/cp1251.php 1 patch
Indentation   +127 added lines, -127 removed lines patch added patch discarded remove patch
@@ -9,131 +9,131 @@
 block discarded – undo
9 9
  **/
10 10
 
11 11
 $GLOBALS['CHARSET']['cp1251'] = array(
12
-	0x80 => 0x0402,
13
-	0x81 => 0x0403,
14
-	0x82 => 0x201A,
15
-	0x83 => 0x0453,
16
-	0x84 => 0x201E,
17
-	0x85 => 0x2026,
18
-	0x86 => 0x2020,
19
-	0x87 => 0x2021,
20
-	0x88 => 0x20AC,
21
-	0x89 => 0x2030,
22
-	0x8A => 0x0409,
23
-	0x8B => 0x2039,
24
-	0x8C => 0x040A,
25
-	0x8D => 0x040C,
26
-	0x8E => 0x040B,
27
-	0x8F => 0x040F,
28
-	0x90 => 0x0452,
29
-	0x91 => 0x2018,
30
-	0x92 => 0x2019,
31
-	0x93 => 0x201C,
32
-	0x94 => 0x201D,
33
-	0x95 => 0x2022,
34
-	0x96 => 0x2013,
35
-	0x97 => 0x2014,
36
-	0x99 => 0x2122,
37
-	0x9A => 0x0459,
38
-	0x9B => 0x203A,
39
-	0x9C => 0x045A,
40
-	0x9D => 0x045C,
41
-	0x9E => 0x045B,
42
-	0x9F => 0x045F,
43
-	0xA0 => 0x00A0,
44
-	0xA1 => 0x040E,
45
-	0xA2 => 0x045E,
46
-	0xA3 => 0x0408,
47
-	0xA4 => 0x00A4,
48
-	0xA5 => 0x0490,
49
-	0xA6 => 0x00A6,
50
-	0xA7 => 0x00A7,
51
-	0xA8 => 0x0401,
52
-	0xA9 => 0x00A9,
53
-	0xAA => 0x0404,
54
-	0xAB => 0x00AB,
55
-	0xAC => 0x00AC,
56
-	0xAD => 0x00AD,
57
-	0xAE => 0x00AE,
58
-	0xAF => 0x0407,
59
-	0xB0 => 0x00B0,
60
-	0xB1 => 0x00B1,
61
-	0xB2 => 0x0406,
62
-	0xB3 => 0x0456,
63
-	0xB4 => 0x0491,
64
-	0xB5 => 0x00B5,
65
-	0xB6 => 0x00B6,
66
-	0xB7 => 0x00B7,
67
-	0xB8 => 0x0451,
68
-	0xB9 => 0x2116,
69
-	0xBA => 0x0454,
70
-	0xBB => 0x00BB,
71
-	0xBC => 0x0458,
72
-	0xBD => 0x0405,
73
-	0xBE => 0x0455,
74
-	0xBF => 0x0457,
75
-	0xC0 => 0x0410,
76
-	0xC1 => 0x0411,
77
-	0xC2 => 0x0412,
78
-	0xC3 => 0x0413,
79
-	0xC4 => 0x0414,
80
-	0xC5 => 0x0415,
81
-	0xC6 => 0x0416,
82
-	0xC7 => 0x0417,
83
-	0xC8 => 0x0418,
84
-	0xC9 => 0x0419,
85
-	0xCA => 0x041A,
86
-	0xCB => 0x041B,
87
-	0xCC => 0x041C,
88
-	0xCD => 0x041D,
89
-	0xCE => 0x041E,
90
-	0xCF => 0x041F,
91
-	0xD0 => 0x0420,
92
-	0xD1 => 0x0421,
93
-	0xD2 => 0x0422,
94
-	0xD3 => 0x0423,
95
-	0xD4 => 0x0424,
96
-	0xD5 => 0x0425,
97
-	0xD6 => 0x0426,
98
-	0xD7 => 0x0427,
99
-	0xD8 => 0x0428,
100
-	0xD9 => 0x0429,
101
-	0xDA => 0x042A,
102
-	0xDB => 0x042B,
103
-	0xDC => 0x042C,
104
-	0xDD => 0x042D,
105
-	0xDE => 0x042E,
106
-	0xDF => 0x042F,
107
-	0xE0 => 0x0430,
108
-	0xE1 => 0x0431,
109
-	0xE2 => 0x0432,
110
-	0xE3 => 0x0433,
111
-	0xE4 => 0x0434,
112
-	0xE5 => 0x0435,
113
-	0xE6 => 0x0436,
114
-	0xE7 => 0x0437,
115
-	0xE8 => 0x0438,
116
-	0xE9 => 0x0439,
117
-	0xEA => 0x043A,
118
-	0xEB => 0x043B,
119
-	0xEC => 0x043C,
120
-	0xED => 0x043D,
121
-	0xEE => 0x043E,
122
-	0xEF => 0x043F,
123
-	0xF0 => 0x0440,
124
-	0xF1 => 0x0441,
125
-	0xF2 => 0x0442,
126
-	0xF3 => 0x0443,
127
-	0xF4 => 0x0444,
128
-	0xF5 => 0x0445,
129
-	0xF6 => 0x0446,
130
-	0xF7 => 0x0447,
131
-	0xF8 => 0x0448,
132
-	0xF9 => 0x0449,
133
-	0xFA => 0x044A,
134
-	0xFB => 0x044B,
135
-	0xFC => 0x044C,
136
-	0xFD => 0x044D,
137
-	0xFE => 0x044E,
138
-	0xFF => 0x044F
12
+    0x80 => 0x0402,
13
+    0x81 => 0x0403,
14
+    0x82 => 0x201A,
15
+    0x83 => 0x0453,
16
+    0x84 => 0x201E,
17
+    0x85 => 0x2026,
18
+    0x86 => 0x2020,
19
+    0x87 => 0x2021,
20
+    0x88 => 0x20AC,
21
+    0x89 => 0x2030,
22
+    0x8A => 0x0409,
23
+    0x8B => 0x2039,
24
+    0x8C => 0x040A,
25
+    0x8D => 0x040C,
26
+    0x8E => 0x040B,
27
+    0x8F => 0x040F,
28
+    0x90 => 0x0452,
29
+    0x91 => 0x2018,
30
+    0x92 => 0x2019,
31
+    0x93 => 0x201C,
32
+    0x94 => 0x201D,
33
+    0x95 => 0x2022,
34
+    0x96 => 0x2013,
35
+    0x97 => 0x2014,
36
+    0x99 => 0x2122,
37
+    0x9A => 0x0459,
38
+    0x9B => 0x203A,
39
+    0x9C => 0x045A,
40
+    0x9D => 0x045C,
41
+    0x9E => 0x045B,
42
+    0x9F => 0x045F,
43
+    0xA0 => 0x00A0,
44
+    0xA1 => 0x040E,
45
+    0xA2 => 0x045E,
46
+    0xA3 => 0x0408,
47
+    0xA4 => 0x00A4,
48
+    0xA5 => 0x0490,
49
+    0xA6 => 0x00A6,
50
+    0xA7 => 0x00A7,
51
+    0xA8 => 0x0401,
52
+    0xA9 => 0x00A9,
53
+    0xAA => 0x0404,
54
+    0xAB => 0x00AB,
55
+    0xAC => 0x00AC,
56
+    0xAD => 0x00AD,
57
+    0xAE => 0x00AE,
58
+    0xAF => 0x0407,
59
+    0xB0 => 0x00B0,
60
+    0xB1 => 0x00B1,
61
+    0xB2 => 0x0406,
62
+    0xB3 => 0x0456,
63
+    0xB4 => 0x0491,
64
+    0xB5 => 0x00B5,
65
+    0xB6 => 0x00B6,
66
+    0xB7 => 0x00B7,
67
+    0xB8 => 0x0451,
68
+    0xB9 => 0x2116,
69
+    0xBA => 0x0454,
70
+    0xBB => 0x00BB,
71
+    0xBC => 0x0458,
72
+    0xBD => 0x0405,
73
+    0xBE => 0x0455,
74
+    0xBF => 0x0457,
75
+    0xC0 => 0x0410,
76
+    0xC1 => 0x0411,
77
+    0xC2 => 0x0412,
78
+    0xC3 => 0x0413,
79
+    0xC4 => 0x0414,
80
+    0xC5 => 0x0415,
81
+    0xC6 => 0x0416,
82
+    0xC7 => 0x0417,
83
+    0xC8 => 0x0418,
84
+    0xC9 => 0x0419,
85
+    0xCA => 0x041A,
86
+    0xCB => 0x041B,
87
+    0xCC => 0x041C,
88
+    0xCD => 0x041D,
89
+    0xCE => 0x041E,
90
+    0xCF => 0x041F,
91
+    0xD0 => 0x0420,
92
+    0xD1 => 0x0421,
93
+    0xD2 => 0x0422,
94
+    0xD3 => 0x0423,
95
+    0xD4 => 0x0424,
96
+    0xD5 => 0x0425,
97
+    0xD6 => 0x0426,
98
+    0xD7 => 0x0427,
99
+    0xD8 => 0x0428,
100
+    0xD9 => 0x0429,
101
+    0xDA => 0x042A,
102
+    0xDB => 0x042B,
103
+    0xDC => 0x042C,
104
+    0xDD => 0x042D,
105
+    0xDE => 0x042E,
106
+    0xDF => 0x042F,
107
+    0xE0 => 0x0430,
108
+    0xE1 => 0x0431,
109
+    0xE2 => 0x0432,
110
+    0xE3 => 0x0433,
111
+    0xE4 => 0x0434,
112
+    0xE5 => 0x0435,
113
+    0xE6 => 0x0436,
114
+    0xE7 => 0x0437,
115
+    0xE8 => 0x0438,
116
+    0xE9 => 0x0439,
117
+    0xEA => 0x043A,
118
+    0xEB => 0x043B,
119
+    0xEC => 0x043C,
120
+    0xED => 0x043D,
121
+    0xEE => 0x043E,
122
+    0xEF => 0x043F,
123
+    0xF0 => 0x0440,
124
+    0xF1 => 0x0441,
125
+    0xF2 => 0x0442,
126
+    0xF3 => 0x0443,
127
+    0xF4 => 0x0444,
128
+    0xF5 => 0x0445,
129
+    0xF6 => 0x0446,
130
+    0xF7 => 0x0447,
131
+    0xF8 => 0x0448,
132
+    0xF9 => 0x0449,
133
+    0xFA => 0x044A,
134
+    0xFB => 0x044B,
135
+    0xFC => 0x044C,
136
+    0xFD => 0x044D,
137
+    0xFE => 0x044E,
138
+    0xFF => 0x044F
139 139
 );
Please login to merge, or discard this patch.
ecrire/charsets/mathml.php 1 patch
Indentation   +1683 added lines, -1683 removed lines patch added patch discarded remove patch
@@ -7,1688 +7,1688 @@
 block discarded – undo
7 7
  **/
8 8
 $GLOBALS['CHARSET']['mathml'] = array(
9 9
 
10
-	'ac' => '&#xE207;',
11
-	'acd' => '&#xE3A6;',
12
-	'acE' => '&E#290;',
13
-	'acute' => '&#x0301;',
14
-	'Afr' => '&#xE47C;',
15
-	'afr' => '&#xE495;',
16
-	'aleph' => '&#x2135;',
17
-	'alpha' => '&#x03B1;',
18
-	'amalg' => '&#xE251;',
19
-	'amp' => '&#x0026;',
20
-	'And' => '&#x2227;',
21
-	'and' => '&#x2227;',
22
-	'andand' => '&#xE36E;',
23
-	'andd' => '&#xE394;',
24
-	'andslope' => '&#xE50A;',
25
-	'andv' => '&#xE391;',
26
-	'ang' => '&#x2220;',
27
-	'ange' => '&#xE2D6;',
28
-	'angle' => '&#x2220;',
29
-	'angmsd' => '&#x2221;',
30
-	'angmsdaa' => '&#xE2D9;',
31
-	'angmsdab' => '&#xE2DA;',
32
-	'angmsdac' => '&#xE2DB;',
33
-	'angmsdad' => '&#xE2DC;',
34
-	'angmsdae' => '&#xE2DD;',
35
-	'angmsdaf' => '&#xE2DE;',
36
-	'angmsdag' => '&#xE2DF;',
37
-	'angmsdah' => '&#xE2E0;',
38
-	'angrt' => '&#x221F;',
39
-	'angrtvb' => '&#xE418;',
40
-	'angrtvbd' => '&#xE2E1;',
41
-	'angsph' => '&#x2222;',
42
-	'angst' => '&#x212B;',
43
-	'angzarr' => '&#xE248;',
44
-	'Aopf' => '&#xE4AF;',
45
-	'ap' => '&#x2248;',
46
-	'apacir' => '&#xE38C;',
47
-	'apE' => '&#xE315;',
48
-	'ape' => '&#x224A;',
49
-	'apid' => '&#x224B;',
50
-	'apos' => '&#x0027;',
51
-	'approx' => '&#x2248;',
52
-	'approxeq' => '&#x224A;',
53
-	'Ascr' => '&#xE4C5;',
54
-	'ascr' => '&#xE4DF;',
55
-	'ast' => '&#x2217;',
56
-	'asymp' => '&#x224D;',
57
-	'awconint' => '&#x2233;',
58
-	'awint' => '&#xE39B;',
59
-	'backcong' => '&#x224C;',
60
-	'backepsilon' => '&#xE420;',
61
-	'backprime' => '&#x2035;',
62
-	'backsim' => '&#x223D;',
63
-	'backsimeq' => '&#x22CD;',
64
-	'Backslash' => '&#x2216;',
65
-	'Barv' => '&#xE311;',
66
-	'barvee' => '&#x22BD;',
67
-	'Barwed' => '&#x2306;',
68
-	'barwed' => '&#x22BC;',
69
-	'barwedge' => '&#x22BC;',
70
-	'bbrk' => '&#xE2EE;',
71
-	'bbrktbrk' => '&#xE419;',
72
-	'bcong' => '&#x224C;',
73
-	'becaus' => '&#x2235;',
74
-	'Because' => '&#x2235;',
75
-	'because' => '&#x2235;',
76
-	'bemptyv' => '&#xE41A;',
77
-	'benzen' => '&#xE43C;',
78
-	'benzena' => '&#xE42A;',
79
-	'benzenb' => '&#xE42B;',
80
-	'benzenc' => '&#xE42C;',
81
-	'benzend' => '&#xE42D;',
82
-	'benzene' => '&#xE42E;',
83
-	'benzenf' => '&#xE42F;',
84
-	'benzeng' => '&#xE430;',
85
-	'benzenh' => '&#xE431;',
86
-	'benzeni' => '&#xE432;',
87
-	'benzenj' => '&#xE433;',
88
-	'benzenk' => '&#xE434;',
89
-	'benzenl' => '&#xE435;',
90
-	'benzenm' => '&#xE436;',
91
-	'benzenn' => '&#xE437;',
92
-	'benzeno' => '&#xE438;',
93
-	'benzenp' => '&#xE439;',
94
-	'benzenq' => '&#xE43A;',
95
-	'benzenr' => '&#xE43B;',
96
-	'bepsi' => '&#xE420;',
97
-	'bernou' => '&#x212C;',
98
-	'beta' => '&#x03B2;',
99
-	'beth' => '&#x2136;',
100
-	'between' => '&#x226C;',
101
-	'Bfr' => '&#xE47D;',
102
-	'bfr' => '&#xE496;',
103
-	'bigcap' => '&#x22C2;',
104
-	'bigcirc' => '&#x25CB;',
105
-	'bigcup' => '&#x22C3;',
106
-	'bigodot' => '&#x2299;',
107
-	'bigoplus' => '&#x2295;',
108
-	'bigotimes' => '&#x2297;',
109
-	'bigsqcup' => '&#x2294;',
110
-	'bigstar' => '&#x2605;',
111
-	'bigtriangledown' => '&#x25BD;',
112
-	'bigtriangleup' => '&#x25B3;',
113
-	'biguplus' => '&#x228E;',
114
-	'bigvee' => '&#x22C1;',
115
-	'bigwedge' => '&#x22C0;',
116
-	'bkarow' => '&#xE405;',
117
-	'blacklozenge' => '&#xE501;',
118
-	'blacksquare' => '&#x25A0;',
119
-	'blacktriangle' => '&#x25B4;',
120
-	'blacktriangledown' => '&#x25BE;',
121
-	'blacktriangleleft' => '&#x25C2;',
122
-	'blacktriangleright' => '&#x25B8;',
123
-	'blank' => '&#xE4F9;',
124
-	'blk12' => '&#x2592;',
125
-	'blk14' => '&#x2591;',
126
-	'blk34' => '&#x2593;',
127
-	'block' => '&#x2588;',
128
-	'bne' => '&#xE388;',
129
-	'bnequiv' => '&#xE387;',
130
-	'bNot' => '&#xE3AD;',
131
-	'bnot' => '&#x2310;',
132
-	'Bopf' => '&#xE4B0;',
133
-	'bot' => '&#x22A5;',
134
-	'bottom' => '&#x22A5;',
135
-	'bowtie' => '&#x22C8;',
136
-	'boxbox' => '&#xE2E6;',
137
-	'boxminus' => '&#x229F;',
138
-	'boxplus' => '&#x229E;',
139
-	'boxtimes' => '&#x22A0;',
140
-	'bprime' => '&#x2035;',
141
-	'Breve' => '&#x0306;',
142
-	'breve' => '&#x0306;',
143
-	'brvbar' => '&#x00A6;',
144
-	'Bscr' => '&#xE4C6;',
145
-	'bscr' => '&#xE4E0;',
146
-	'bsemi' => '&#xE2ED;',
147
-	'bsim' => '&#x223D;',
148
-	'bsime' => '&#x22CD;',
149
-	'bsol' => '&#x005C;',
150
-	'bsolb' => '&#xE280;',
151
-	'bsolhsub' => '&#xE34D;',
152
-	'bull' => '&#x2022;',
153
-	'bullet' => '&#x2022;',
154
-	'bump' => '&#x224E;',
155
-	'bumpe' => '&#x224F;',
156
-	'Bumpeq' => '&#x224E;',
157
-	'bumpeq' => '&#x224F;',
158
-	'Cap' => '&#x22D2;',
159
-	'cap' => '&#x2229;',
160
-	'capand' => '&#xE281;',
161
-	'capbrcup' => '&#xE271;',
162
-	'capcap' => '&#xE273;',
163
-	'capcup' => '&#xE26F;',
164
-	'capdot' => '&#xE261;',
165
-	'caps' => '&#xE275;',
166
-	'caret' => '&#x2038;',
167
-	'caron' => '&#x030C;',
168
-	'ccaps' => '&#xE279;',
169
-	'Cconint' => '&#x2230;',
170
-	'ccups' => '&#xE278;',
171
-	'ccupssm' => '&#xE27A;',
172
-	'cdot' => '&#x22C5;',
173
-	'cedil' => '&#x0327;',
174
-	'Cedilla' => '&#x0327;',
175
-	'cemptyv' => '&#xE2E8;',
176
-	'cent' => '&#x00A2;',
177
-	'CenterDot' => '&#x00B7;',
178
-	'centerdot' => '&#x00B7;',
179
-	'Cfr' => '&#xE47E;',
180
-	'cfr' => '&#xE497;',
181
-	'check' => '&#x2713;',
182
-	'checkmark' => '&#x2713;',
183
-	'chi' => '&#x03C7;',
184
-	'cir' => '&#x2218;',
185
-	'circ' => '&#x2218;',
186
-	'circeq' => '&#x2257;',
187
-	'circle' => '&#xE4FA;',
188
-	'circlearrowleft' => '&#x21BA;',
189
-	'circlearrowright' => '&#x21BB;',
190
-	'circledast' => '&#x229B;',
191
-	'circledcirc' => '&#x229A;',
192
-	'circleddash' => '&#x229D;',
193
-	'CircleDot' => '&#x2299;',
194
-	'circledR' => '&#x00AF;',
195
-	'circledS' => '&#xE41D;',
196
-	'circlef' => '&#x25CF;',
197
-	'circlefb' => '&#x25D2;',
198
-	'circlefl' => '&#x25D0;',
199
-	'circlefr' => '&#x25D1;',
200
-	'circleft' => '&#x25D3;',
201
-	'CircleMinus' => '&#x2296;',
202
-	'CirclePlus' => '&#x2295;',
203
-	'CircleTimes' => '&#x2297;',
204
-	'cirE' => '&#xE41B;',
205
-	'cire' => '&#x2257;',
206
-	'cirfnint' => '&#xE395;',
207
-	'cirmid' => '&#xE250;',
208
-	'cirscir' => '&#xE41C;',
209
-	'ClockwiseContourIntegral' => '&#x2232;',
210
-	'CloseCurlyDoubleQuote' => '&#x201D;',
211
-	'CloseCurlyQuote' => '&#x2019;',
212
-	'clubs' => '&#x2663;',
213
-	'clubsuit' => '&#x2663;',
214
-	'Colon' => '&#x2237;',
215
-	'colon' => '&#x003A;',
216
-	'Colone' => '&#xE30E;',
217
-	'colone' => '&#x2254;',
218
-	'coloneq' => '&#x2254;',
219
-	'comma' => '&#x002C;',
220
-	'commat' => '&#x0040;',
221
-	'comp' => '&#x2201;',
222
-	'compfn' => '&#x2218;',
223
-	'complement' => '&#x2201;',
224
-	'cong' => '&#x2245;',
225
-	'congdot' => '&#xE314;',
226
-	'Congruent' => '&#x2261;',
227
-	'Conint' => '&#x222F;',
228
-	'conint' => '&#x222E;',
229
-	'ContourIntegral' => '&#x222E;',
230
-	'Copf' => '&#x2102;',
231
-	'coprod' => '&#x2210;',
232
-	'Coproduct' => '&#x2210;',
233
-	'copy' => '&#x00A9;',
234
-	'copysr' => '&#x2117;',
235
-	'CounterClockwiseContourIntegral' => '&#x2233;',
236
-	'cross' => '&#x2612;',
237
-	'Cscr' => '&#xE4C7;',
238
-	'cscr' => '&#xE4E1;',
239
-	'csub' => '&#xE351;',
240
-	'csube' => '&#xE353;',
241
-	'csup' => '&#xE352;',
242
-	'csupe' => '&#xE354;',
243
-	'ctdot' => '&#x22EF;',
244
-	'cudarrl' => '&#xE23E;',
245
-	'cudarrr' => '&#xE400;',
246
-	'cuepr' => '&#x22DE;',
247
-	'cuesc' => '&#x22DF;',
248
-	'cularr' => '&#x21B6;',
249
-	'cularrp' => '&#xE24A;',
250
-	'Cup' => '&#x2323;',
251
-	'cup' => '&#x222A;',
252
-	'cupbrcap' => '&#xE270;',
253
-	'CupCap' => '&#x224D;',
254
-	'cupcap' => '&#xE26E;',
255
-	'cupcup' => '&#xE272;',
256
-	'cupdot' => '&#x228D;',
257
-	'cupor' => '&#xE282;',
258
-	'cups' => '&#xE274;',
259
-	'curarr' => '&#x21B7;',
260
-	'curarrm' => '&#xE249;',
261
-	'curlyeqprec' => '&#x22DE;',
262
-	'curlyeqsucc' => '&#x22DF;',
263
-	'curlyvee' => '&#x22CE;',
264
-	'curlywedge' => '&#x22CF;',
265
-	'curren' => '&#x00A4;',
266
-	'curvearrowleft' => '&#x21B6;',
267
-	'curvearrowright' => '&#x21B7;',
268
-	'cuvee' => '&#x22CE;',
269
-	'cuwed' => '&#x22CF;',
270
-	'cwconint' => '&#x2232;',
271
-	'cwint' => '&#x2231;',
272
-	'cylcty' => '&#x232D;',
273
-	'Dagger' => '&#x2021;',
274
-	'dagger' => '&#x2020;',
275
-	'daleth' => '&#x2138;',
276
-	'Darr' => '&#x21A1;',
277
-	'dArr' => '&#x21D3;',
278
-	'darr' => '&#x2193;',
279
-	'dash' => '&#x2010;',
280
-	'Dashv' => '&#xE30F;',
281
-	'dashv' => '&#x22A3;',
282
-	'dbkarow' => '&#xE207;',
283
-	'dblac' => '&#x030B;',
284
-	'ddagger' => '&#x2021;',
285
-	'ddarr' => '&#x21CA;',
286
-	'DDotrahd' => '&#xE238;',
287
-	'ddotseq' => '&#xE309;',
288
-	'deg' => '&#x00B0;',
289
-	'Del' => '&#x2207;',
290
-	'Delta' => '&#x0394;',
291
-	'delta' => '&#x03B4;',
292
-	'demptyv' => '&#xE2E7;',
293
-	'dfisht' => '&#xE24C;',
294
-	'Dfr' => '&#xE47F;',
295
-	'dfr' => '&#xE498;',
296
-	'dHar' => '&#xE227;',
297
-	'dharl' => '&#x21C3;',
298
-	'dharr' => '&#x21C2;',
299
-	'DiacriticalAcute' => '&#x0301;',
300
-	'DiacriticalDot' => '&#x0307;',
301
-	'DiacriticalDoubleAcute' => '&#x030B;',
302
-	'DiacriticalGrave' => '&#x0300;',
303
-	'DiacriticalLeftArrow' => '&#x20D6;',
304
-	'DiacriticalLeftRightArrow' => '&#x20E1;',
305
-	'DiacriticalLeftRightVector' => '&#xF505;',
306
-	'DiacriticalLeftVector' => '&#x20D0;',
307
-	'DiacriticalRightArrow' => '&#x20D7;',
308
-	'DiacriticalRightVector' => '&#x20D1;',
309
-	'DiacriticalTilde' => '&#x0303;',
310
-	'diam' => '&#x22C4;',
311
-	'diamond' => '&#x22C4;',
312
-	'diamondf' => '&#xE4FB;',
313
-	'diamondsuit' => '&#x2662;',
314
-	'diamonfb' => '&#xE4FC;',
315
-	'diamonfl' => '&#xE4FD;',
316
-	'diamonfr' => '&#xE4FE;',
317
-	'diamonft' => '&#xE4FF;',
318
-	'diams' => '&#x2662;',
319
-	'die' => '&#x0308;',
320
-	'digamma' => '&#x03DC;',
321
-	'disin' => '&#xE3A0;',
322
-	'div' => '&#x00F7;',
323
-	'divide' => '&#x00F7;',
324
-	'divideontimes' => '&#x22C7;',
325
-	'divonx' => '&#x22C7;',
326
-	'dlcorn' => '&#x231E;',
327
-	'dlcrop' => '&#x230D;',
328
-	'dollar' => '&#x0024;',
329
-	'Dopf' => '&#xE4B1;',
330
-	'Dot' => '&#x0308;',
331
-	'dot' => '&#x0307;',
332
-	'DotDot' => '&#x20DC;',
333
-	'doteq' => '&#x2250;',
334
-	'doteqdot' => '&#x2251;',
335
-	'DotEqual' => '&#x2250;',
336
-	'dotminus' => '&#x2238;',
337
-	'dotplus' => '&#x2214;',
338
-	'dotsquare' => '&#x22A1;',
339
-	'doublebarwedge' => '&#x2306;',
340
-	'DoubleContourIntegral' => '&#x222F;',
341
-	'DoubleDot' => '&#x0308;',
342
-	'DoubleDownArrow' => '&#x21D3;',
343
-	'DoubleLeftArrow' => '&#x21D0;',
344
-	'DoubleLeftRightArrow' => '&#x21D4;',
345
-	'DoubleLongLeftArrow' => '&#xE200;',
346
-	'DoubleLongLeftRightArrow' => '&#xE202;',
347
-	'DoubleLongRightArrow' => '&#xE204;',
348
-	'DoubleRightArrow' => '&#x21D2;',
349
-	'DoubleRightTee' => '&#x22A8;',
350
-	'DoubleUpArrow' => '&#x21D1;',
351
-	'DoubleUpDownArrow' => '&#x21D5;',
352
-	'DoubleVerticalBar' => '&#x2225;',
353
-	'DownArrow' => '&#x2193;',
354
-	'Downarrow' => '&#x21D3;',
355
-	'downarrow' => '&#x2193;',
356
-	'DownArrowUpArrow' => '&#xE216;',
357
-	'downdownarrows' => '&#x21CA;',
358
-	'downharpoonleft' => '&#x21C3;',
359
-	'downharpoonright' => '&#x21C2;',
360
-	'DownLeftVector' => '&#x21BD;',
361
-	'DownRightVector' => '&#x21C1;',
362
-	'DownTee' => '&#x22A4;',
363
-	'drbkarow' => '&#xE209;',
364
-	'drcorn' => '&#x231F;',
365
-	'drcrop' => '&#x230C;',
366
-	'Dscr' => '&#xE4C8;',
367
-	'dscr' => '&#xE4E2;',
368
-	'dsol' => '&#xE3A9;',
369
-	'dtdot' => '&#x22F1;',
370
-	'dtri' => '&#x25BF;',
371
-	'dtrif' => '&#x25BE;',
372
-	'duarr' => '&#xE216;',
373
-	'duhar' => '&#xE217;',
374
-	'dwangle' => '&#xE3AA;',
375
-	'dzigrarr' => '&#x21DD;',
376
-	'easter' => '&#x225B;',
377
-	'ecir' => '&#x2256;',
378
-	'ecolon' => '&#x2255;',
379
-	'eDDot' => '&#xE309;',
380
-	'eDot' => '&#x2251;',
381
-	'efDot' => '&#x2252;',
382
-	'Efr' => '&#xE480;',
383
-	'efr' => '&#xE499;',
384
-	'eg' => '&#xE328;',
385
-	'egs' => '&#x22DD;',
386
-	'egsdot' => '&#xE324;',
387
-	'el' => '&#xE327;',
388
-	'Element' => '&#x2208;',
389
-	'elinters' => '&#xE3A7;',
390
-	'ell' => '&#x2113;',
391
-	'els' => '&#x22DC;',
392
-	'elsdot' => '&#xE323;',
393
-	'empty' => '&#xE2D3;',
394
-	'emptyset' => '&#xE2D3;',
395
-	'emptyv' => '&#x2205;',
396
-	'emsp' => '&#x2003;',
397
-	'emsp13' => '&#x2004;',
398
-	'emsp14' => '&#x2005;',
399
-	'ensp' => '&#x2002;',
400
-	'Eopf' => '&#xE4B2;',
401
-	'epar' => '&#x22D5;',
402
-	'eparsl' => '&#xE384;',
403
-	'eplus' => '&#xE268;',
404
-	'epsi' => '&#x220A;',
405
-	'epsiv' => '&#x03B5;',
406
-	'eqcirc' => '&#x2256;',
407
-	'eqcolon' => '&#x2255;',
408
-	'eqsim' => '&#x2242;',
409
-	'eqslantgtr' => '&#x22DD;',
410
-	'eqslantless' => '&#x22DC;',
411
-	'equals' => '&#x003D;',
412
-	'EqualTilde' => '&#x2242;',
413
-	'equest' => '&#x225F;',
414
-	'Equilibrium' => '&#x21CC;',
415
-	'equiv' => '&#x2261;',
416
-	'equivDD' => '&#xE318;',
417
-	'eqvparsl' => '&#xE386;',
418
-	'erarr' => '&#xE236;',
419
-	'erDot' => '&#x2253;',
420
-	'Escr' => '&#xE4C9;',
421
-	'escr' => '&#xE4E3;',
422
-	'esdot' => '&#x2250;',
423
-	'Esim' => '&#xE317;',
424
-	'esim' => '&#x2242;',
425
-	'eta' => '&#x03B7;',
426
-	'excl' => '&#x0021;',
427
-	'exist' => '&#x2203;',
428
-	'Exists' => '&#x2203;',
429
-	'fallingdotseq' => '&#x2252;',
430
-	'female' => '&#x2640;',
431
-	'ffilig' => '&#xFB03;',
432
-	'fflig' => '&#xFB00;',
433
-	'ffllig' => '&#xFB04;',
434
-	'Ffr' => '&#xE481;',
435
-	'ffr' => '&#xE49A;',
436
-	'filig' => '&#xFB01;',
437
-	'fjlig' => '&#xE500;',
438
-	'flat' => '&#x266D;',
439
-	'fllig' => '&#xFB02;',
440
-	'fltns' => '&#xE381;',
441
-	'Fopf' => '&#xE4B3;',
442
-	'ForAll' => '&#x2200;',
443
-	'forall' => '&#x2200;',
444
-	'fork' => '&#x22D4;',
445
-	'forkv' => '&#xE31B;',
446
-	'fpartint' => '&#xE396;',
447
-	'frac12' => '&#x00BD;',
448
-	'frac13' => '&#x2153;',
449
-	'frac14' => '&#x00BC;',
450
-	'frac15' => '&#x2155;',
451
-	'frac16' => '&#x2159;',
452
-	'frac18' => '&#x215B;',
453
-	'frac23' => '&#x2254;',
454
-	'frac25' => '&#x2156;',
455
-	'frac34' => '&#x00BE;',
456
-	'frac35' => '&#x2157;',
457
-	'frac38' => '&#x215C;',
458
-	'frac45' => '&#x2158;',
459
-	'frac56' => '&#x215A;',
460
-	'frac58' => '&#x215D;',
461
-	'frac78' => '&#x215E;',
462
-	'frown' => '&#x2322;',
463
-	'Fscr' => '&#xE4CA;',
464
-	'fscr' => '&#xE4E4;',
465
-	'Gamma' => '&#x0393;',
466
-	'gamma' => '&#x03B3;',
467
-	'Gammad' => '&#x03DC;',
468
-	'gammad' => '&#x03DC;',
469
-	'gap' => '&#x2273;',
470
-	'gE' => '&#x2267;',
471
-	'ge' => '&#x2265;',
472
-	'gEl' => '&#x22DB;',
473
-	'gel' => '&#x22DB;',
474
-	'geq' => '&#x2265;',
475
-	'geqq' => '&#x2267;',
476
-	'geqslant' => '&#xE421;',
477
-	'ges' => '&#xE421;',
478
-	'gescc' => '&#xE358;',
479
-	'gesdot' => '&#xE31E;',
480
-	'gesdoto' => '&#xE320;',
481
-	'gesdotol' => '&#xE322;',
482
-	'gesl' => '&#xE32C;',
483
-	'gesles' => '&#xE332;',
484
-	'Gfr' => '&#xE482;',
485
-	'gfr' => '&#xE49B;',
486
-	'Gg' => '&#x22D9;',
487
-	'gg' => '&#x226B;',
488
-	'ggg' => '&#x22D9;',
489
-	'gimel' => '&#x2137;',
490
-	'gl' => '&#x2277;',
491
-	'gla' => '&#xE330;',
492
-	'glE' => '&#xE32E;',
493
-	'glj' => '&#xE32F;',
494
-	'gnap' => '&#xE411;',
495
-	'gnapprox' => '&#xE411;',
496
-	'gnE' => '&#x2269;',
497
-	'gne' => '&#x2269;',
498
-	'gneq' => '&#x2269;',
499
-	'gneqq' => '&#x2269;',
500
-	'gnsim' => '&#x22E7;',
501
-	'Gopf' => '&#xE4B4;',
502
-	'grave' => '&#x0300;',
503
-	'GreaterEqual' => '&#x2265;',
504
-	'GreaterEqualLess' => '&#x22DB;',
505
-	'GreaterFullEqual' => '&#x2267;',
506
-	'GreaterLess' => '&#x2277;',
507
-	'GreaterSlantEqual' => '&#xE421;',
508
-	'GreaterTilde' => '&#x2273;',
509
-	'Gscr' => '&#xE4CB;',
510
-	'gscr' => '&#xE4E5;',
511
-	'gsim' => '&#x2273;',
512
-	'gsime' => '&#xE334;',
513
-	'gsiml' => '&#xE336;',
514
-	'Gt' => '&#x226B;',
515
-	'gt' => '&#x003E;',
516
-	'gtcc' => '&#xE356;',
517
-	'gtcir' => '&#xE326;',
518
-	'gtdot' => '&#x22D7;',
519
-	'gtlPar' => '&#xE296;',
520
-	'gtquest' => '&#xE32A;',
521
-	'gtrapprox' => '&#x2273;',
522
-	'gtrarr' => '&#xE35F;',
523
-	'gtrdot' => '&#x22D7;',
524
-	'gtreqless' => '&#x22DB;',
525
-	'gtreqqless' => '&#x22DB;',
526
-	'gtrless' => '&#x2277;',
527
-	'gtrsim' => '&#x2273;',
528
-	'gvertneqq' => '&#xE2A1;',
529
-	'gvnE' => '&#xE2A1;',
530
-	'Hacek' => '&#x030C;',
531
-	'hairsp' => '&#x200A;',
532
-	'half' => '&#x00BD;',
533
-	'hamilt' => '&#x210B;',
534
-	'hArr' => '&#x21D4;',
535
-	'harr' => '&#x2194;',
536
-	'harrcir' => '&#xE240;',
537
-	'harrw' => '&#x21AD;',
538
-	'Hat' => '&#x0302;',
539
-	'hbar' => '&#xE2D5;',
540
-	'hbenzen' => '&#xE44F;',
541
-	'hbenzena' => '&#xE43D;',
542
-	'hbenzenb' => '&#xE43E;',
543
-	'hbenzenc' => '&#xE43F;',
544
-	'hbenzend' => '&#xE440;',
545
-	'hbenzene' => '&#xE441;',
546
-	'hbenzenf' => '&#xE442;',
547
-	'hbenzeng' => '&#xE443;',
548
-	'hbenzenh' => '&#xE444;',
549
-	'hbenzeni' => '&#xE445;',
550
-	'hbenzenj' => '&#xE446;',
551
-	'hbenzenk' => '&#xE447;',
552
-	'hbenzenl' => '&#xE448;',
553
-	'hbenzenm' => '&#xE449;',
554
-	'hbenzenn' => '&#xE44A;',
555
-	'hbenzeno' => '&#xE44B;',
556
-	'hbenzenp' => '&#xE44C;',
557
-	'hbenzenq' => '&#xE44D;',
558
-	'hbenzenr' => '&#xE44E;',
559
-	'hearts' => '&#x2661;',
560
-	'heartsuit' => '&#x2661;',
561
-	'hellip' => '&#x2026;',
562
-	'hercon' => '&#x22B9;',
563
-	'Hfr' => '&#xE483;',
564
-	'hfr' => '&#xE49C;',
565
-	'hksearow' => '&#xE20B;',
566
-	'hkswarow' => '&#xE20A;',
567
-	'hoarr' => '&#xE243;',
568
-	'homtht' => '&#x223B;',
569
-	'hookleftarrow' => '&#x21A9;',
570
-	'hookrightarrow' => '&#x21AA;',
571
-	'Hopf' => '&#xE4B5;',
572
-	'horbar' => '&#x2015;',
573
-	'Hscr' => '&#xE4CC;',
574
-	'hscr' => '&#xE4E6;',
575
-	'hslash' => '&#x210F;',
576
-	'HumpDownHump' => '&#x224E;',
577
-	'HumpEqual' => '&#x224F;',
578
-	'hybull' => '&#x2043;',
579
-	'hyphen' => '&#xE4F8;',
580
-	'iexcl' => '&#x00A1;',
581
-	'iff' => '&#xE365;',
582
-	'Ifr' => '&#xE484;',
583
-	'ifr' => '&#xE49D;',
584
-	'iiiint' => '&#xE378;',
585
-	'iiint' => '&#x222D;',
586
-	'iinfin' => '&#xE372;',
587
-	'iiota' => '&#x2129;',
588
-	'Im' => '&#x2111;',
589
-	'image' => '&#x2111;',
590
-	'imath' => '&#x0131;',
591
-	'imof' => '&#x22B7;',
592
-	'imped' => '&#xE50B;',
593
-	'Implies' => '&#x21D2;',
594
-	'in' => '&#x220A;',
595
-	'incare' => '&#x2105;',
596
-	'infin' => '&#x221E;',
597
-	'infintie' => '&#xE50C;',
598
-	'Int' => '&#x222C;',
599
-	'int' => '&#x222B;',
600
-	'intcal' => '&#x22BA;',
601
-	'Integral' => '&#x222B;',
602
-	'intercal' => '&#x22BA;',
603
-	'Intersection' => '&#x22C2;',
604
-	'intlarhk' => '&#xE39A;',
605
-	'intprod' => '&#xE259;',
606
-	'Iopf' => '&#xE4B6;',
607
-	'iota' => '&#x03B9;',
608
-	'iprod' => '&#xE259;',
609
-	'iquest' => '&#x00BF;',
610
-	'Iscr' => '&#xE4CD;',
611
-	'iscr' => '&#xE4E7;',
612
-	'isin' => '&#x220A;',
613
-	'isindot' => '&#xE39C;',
614
-	'isinE' => '&#xE39E;',
615
-	'isins' => '&#xE3A4;',
616
-	'isinsv' => '&#xE3A2;',
617
-	'isinv' => '&#x2208;',
618
-	'Jfr' => '&#xE485;',
619
-	'jfr' => '&#xE49E;',
620
-	'jmath' => '&#xE2D4;',
621
-	'Jopf' => '&#xE4B7;',
622
-	'Jscr' => '&#xE4CE;',
623
-	'jscr' => '&#xE4E8;',
624
-	'kappa' => '&#x03BA;',
625
-	'kappav' => '&#x03F0;',
626
-	'Kfr' => '&#xE486;',
627
-	'kfr' => '&#xE49F;',
628
-	'Kopf' => '&#xE4B8;',
629
-	'Kscr' => '&#xE4CF;',
630
-	'kscr' => '&#xE4E9;',
631
-	'lAarr' => '&#x21DA;',
632
-	'laemptyv' => '&#xE2EA;',
633
-	'lagran' => '&#x2112;',
634
-	'Lambda' => '&#x039B;',
635
-	'lambda' => '&#x03BB;',
636
-	'Lang' => '&#x300A;',
637
-	'lang' => '&#x3008;',
638
-	'langd' => '&#xE297;',
639
-	'langle' => '&#x3008;',
640
-	'lap' => '&#x2272;',
641
-	'laquo' => '&#x00AB;',
642
-	'Larr' => '&#x219E;',
643
-	'lArr' => '&#x21D0;',
644
-	'larr' => '&#x2190;',
645
-	'larrbfs' => '&#xE220;',
646
-	'larrfs' => '&#xE222;',
647
-	'larrhk' => '&#x21A9;',
648
-	'larrlp' => '&#x21AB;',
649
-	'larrpl' => '&#xE23F;',
650
-	'larrsim' => '&#xE24E;',
651
-	'larrtl' => '&#x21A2;',
652
-	'lat' => '&#xE33A;',
653
-	'lAtail' => '&#xE23D;',
654
-	'latail' => '&#xE23C;',
655
-	'late' => '&#xE33C;',
656
-	'lates' => '&#xE33E;',
657
-	'lBarr' => '&#xE206;',
658
-	'lbarr' => '&#xE402;',
659
-	'lbbrk' => '&#x3014;',
660
-	'lbrace' => '&#x007B;',
661
-	'lbrack' => '&#x005B;',
662
-	'lbrke' => '&#xE299;',
663
-	'lbrksld' => '&#xE29D;',
664
-	'lbrkslu' => '&#xE29B;',
665
-	'lceil' => '&#x2308;',
666
-	'lcub' => '&#x007B;',
667
-	'ldca' => '&#xE21A;',
668
-	'ldquo' => '&#x201C;',
669
-	'ldquor' => '&#x201E;',
670
-	'ldrdhar' => '&#xE22C;',
671
-	'ldrushar' => '&#xE228;',
672
-	'ldsh' => '&#x21B2;',
673
-	'lE' => '&#x2266;',
674
-	'le' => '&#x2264;',
675
-	'LeftAngleBracket' => '&#x3008;',
676
-	'LeftArrow' => '&#x2190;',
677
-	'Leftarrow' => '&#x21D0;',
678
-	'leftarrow' => '&#x2190;',
679
-	'LeftArrowRightArrow' => '&#x21C6;',
680
-	'leftarrowtail' => '&#x21A2;',
681
-	'LeftCeiling' => '&#x2308;',
682
-	'LeftDownVector' => '&#x21C3;',
683
-	'LeftFloor' => '&#x230A;',
684
-	'leftharpoondown' => '&#x21BD;',
685
-	'leftharpoonup' => '&#x21BC;',
686
-	'leftleftarrows' => '&#x21C7;',
687
-	'LeftRightArrow' => '&#x2194;',
688
-	'Leftrightarrow' => '&#x21D4;',
689
-	'leftrightarrow' => '&#x2194;',
690
-	'leftrightarrows' => '&#x21C6;',
691
-	'leftrightharpoons' => '&#x21CB;',
692
-	'leftrightsquigarrow' => '&#x21AD;',
693
-	'LeftTee' => '&#x22A3;',
694
-	'leftthreetimes' => '&#x22CB;',
695
-	'LeftTriangle' => '&#x22B2;',
696
-	'LeftTriangleEqual' => '&#x22B4;',
697
-	'LeftUpVector' => '&#x21BF;',
698
-	'LeftVector' => '&#x21BC;',
699
-	'lEg' => '&#x22DA;',
700
-	'leg' => '&#x22DA;',
701
-	'leq' => '&#x2264;',
702
-	'leqq' => '&#x2266;',
703
-	'leqslant' => '&#xE425;',
704
-	'les' => '&#xE425;',
705
-	'lescc' => '&#xE357;',
706
-	'lesdot' => '&#xE31D;',
707
-	'lesdoto' => '&#xE31F;',
708
-	'lesdotor' => '&#xE321;',
709
-	'lesg' => '&#xE32B;',
710
-	'lesges' => '&#xE331;',
711
-	'lessapprox' => '&#x2272;',
712
-	'lessdot' => '&#x22D6;',
713
-	'lesseqgtr' => '&#x22DA;',
714
-	'lesseqqgtr' => '&#x22DA;',
715
-	'LessEqualGreater' => '&#x22DA;',
716
-	'LessFullEqual' => '&#x2266;',
717
-	'LessGreater' => '&#x2276;',
718
-	'lessgtr' => '&#x2276;',
719
-	'lesssim' => '&#x2272;',
720
-	'LessSlantEqual' => '&#xE425;',
721
-	'LessTilde' => '&#x2272;',
722
-	'lfisht' => '&#xE214;',
723
-	'lfloor' => '&#x230A;',
724
-	'Lfr' => '&#xE487;',
725
-	'lfr' => '&#xE4A0;',
726
-	'lg' => '&#x2276;',
727
-	'lgE' => '&#xE32D;',
728
-	'lHar' => '&#xE225;',
729
-	'lhard' => '&#x21BD;',
730
-	'lharu' => '&#x21BC;',
731
-	'lharul' => '&#xE22E;',
732
-	'lhblk' => '&#x2584;',
733
-	'Ll' => '&#x22D8;',
734
-	'll' => '&#x226A;',
735
-	'llarr' => '&#x21C7;',
736
-	'llcorner' => '&#x231E;',
737
-	'Lleftarrow' => '&#x21DA;',
738
-	'llhard' => '&#xE231;',
739
-	'lltri' => '&#xE2E5;',
740
-	'lmoust' => '&#xE294;',
741
-	'lmoustache' => '&#xE294;',
742
-	'lnap' => '&#xE2A2;',
743
-	'lnapprox' => '&#xE2A2;',
744
-	'lnE' => '&#x2268;',
745
-	'lne' => '&#x2268;',
746
-	'lneq' => '&#x2268;',
747
-	'lneqq' => '&#x2268;',
748
-	'lnsim' => '&#x22E6;',
749
-	'loang' => '&#x3018;',
750
-	'loarr' => '&#xE242;',
751
-	'lobrk' => '&#x301A;',
752
-	'LongLeftArrow' => '&#xE201;',
753
-	'Longleftarrow' => '&#xE200;',
754
-	'longleftarrow' => '&#xE201;',
755
-	'LongLeftRightArrow' => '&#xE203;',
756
-	'Longleftrightarrow' => '&#xE202;',
757
-	'longleftrightarrow' => '&#xE203;',
758
-	'longmapsto' => '&#xE208;',
759
-	'LongRightArrow' => '&#xE205;',
760
-	'Longrightarrow' => '&#xE204;',
761
-	'longrightarrow' => '&#xE205;',
762
-	'looparrowleft' => '&#x21AB;',
763
-	'looparrowright' => '&#x21AC;',
764
-	'lopar' => '&#xE379;',
765
-	'Lopf' => '&#xE4B9;',
766
-	'loplus' => '&#xE25C;',
767
-	'lotimes' => '&#xE25E;',
768
-	'lowast' => '&#x2217;',
769
-	'lowbar' => '&#x005F;',
770
-	'LowerLeftArrow' => '&#x2199;',
771
-	'LowerRightArrow' => '&#x2198;',
772
-	'loz' => '&#x25CA;',
773
-	'lozenge' => '&#x25CA;',
774
-	'lozf' => '&#xE501;',
775
-	'lpar' => '&#x0028;',
776
-	'lparlt' => '&#xE292;',
777
-	'lrarr' => '&#x21C6;',
778
-	'lrcorner' => '&#x231F;',
779
-	'lrhar' => '&#x21CB;',
780
-	'lrhard' => '&#xE22F;',
781
-	'lrtri' => '&#xE2E3;',
782
-	'Lscr' => '&#xE4D0;',
783
-	'lscr' => '&#xE4EA;',
784
-	'Lsh' => '&#x21B0;',
785
-	'lsh' => '&#x21B0;',
786
-	'lsim' => '&#x2272;',
787
-	'lsime' => '&#xE333;',
788
-	'lsimg' => '&#xE335;',
789
-	'lsqb' => '&#x005B;',
790
-	'lsquo' => '&#x2018;',
791
-	'lsquor' => '&#x201A;',
792
-	'Lt' => '&#x226A;',
793
-	'lt' => '&#x003C;',
794
-	'ltcc' => '&#xE355;',
795
-	'ltcir' => '&#xE325;',
796
-	'ltdot' => '&#x22D6;',
797
-	'lthree' => '&#x22CB;',
798
-	'ltimes' => '&#x22C9;',
799
-	'ltlarr' => '&#xE35E;',
800
-	'ltquest' => '&#xE329;',
801
-	'ltri' => '&#x25C3;',
802
-	'ltrie' => '&#x22B4;',
803
-	'ltrif' => '&#x25C2;',
804
-	'ltrPar' => '&#xE295;',
805
-	'lurdshar' => '&#xE229;',
806
-	'luruhar' => '&#xE22B;',
807
-	'lvertneqq' => '&#xE2A4;',
808
-	'lvnE' => '&#xE2A4;',
809
-	'macr' => '&#x0304;',
810
-	'male' => '&#x2642;',
811
-	'malt' => '&#x2720;',
812
-	'maltese' => '&#x2720;',
813
-	'Map' => '&#xE212;',
814
-	'map' => '&#x21A6;',
815
-	'mapsto' => '&#x21A6;',
816
-	'marker' => '&#xE502;',
817
-	'mcomma' => '&#xE31A;',
818
-	'mdash' => '&#x2014;',
819
-	'mDDot' => '&#x223A;',
820
-	'measuredangle' => '&#x2221;',
821
-	'Mfr' => '&#xE488;',
822
-	'mfr' => '&#xE4A1;',
823
-	'mho' => '&#x2127;',
824
-	'micro' => '&#x00B5;',
825
-	'mid' => '&#x2223;',
826
-	'midast' => '&#x2217;',
827
-	'midcir' => '&#xE20F;',
828
-	'middot' => '&#x00B7;',
829
-	'minus' => '&#x2212;',
830
-	'minusb' => '&#x229F;',
831
-	'minusd' => '&#x2238;',
832
-	'minusdu' => '&#xE25B;',
833
-	'MinusPlus' => '&#x2213;',
834
-	'mlcp' => '&#xE30A;',
835
-	'mldr' => '&#xE503;',
836
-	'mnplus' => '&#x2213;',
837
-	'models' => '&#x22A7;',
838
-	'Mopf' => '&#xE4BA;',
839
-	'mp' => '&#x2213;',
840
-	'Mscr' => '&#xE4D1;',
841
-	'mscr' => '&#xE4EB;',
842
-	'mstpos' => '&#x223E;',
843
-	'mu' => '&#x03BC;',
844
-	'multimap' => '&#x22B8;',
845
-	'mumap' => '&#x22B8;',
846
-	'nabla' => '&#x2207;',
847
-	'nang' => '&#xE2D8;',
848
-	'nap' => '&#x2249;',
849
-	'napE' => '&#xE2C7;',
850
-	'napid' => '&#xE2BC;',
851
-	'napprox' => '&#x2249;',
852
-	'natur' => '&#x266E;',
853
-	'natural' => '&#x266E;',
854
-	'nbsp' => '&#x00A0;',
855
-	'ncap' => '&#xE284;',
856
-	'ncong' => '&#x2247;',
857
-	'ncongdot' => '&#xE2C5;',
858
-	'ncup' => '&#xE283;',
859
-	'ndash' => '&#x2013;',
860
-	'ne' => '&#x2260;',
861
-	'nearhk' => '&#xE20D;',
862
-	'neArr' => '&#x21D7;',
863
-	'nearr' => '&#x2197;',
864
-	'nearrow' => '&#x2197;',
865
-	'nedot' => '&#xE38A;',
866
-	'nequiv' => '&#x2262;',
867
-	'nesear' => '&#xE20E;',
868
-	'NestedGreaterGreater' => '&#x226B;',
869
-	'NestedLessLess' => '&#x226A;',
870
-	'nexist' => '&#x2204;',
871
-	'nexists' => '&#x2204;',
872
-	'Nfr' => '&#xE489;',
873
-	'nfr' => '&#xE4A2;',
874
-	'ngE' => '&#x2271;',
875
-	'nge' => '&#xE2A6;',
876
-	'ngeq' => '&#xE2A6;',
877
-	'ngeqq' => '&#x2271;',
878
-	'ngeqslant' => '&#x2271;',
879
-	'nges' => '&#x2271;',
880
-	'nGg' => '&#xE2CE;',
881
-	'ngsim' => '&#x2275;',
882
-	'nGt' => '&#xE2CA;',
883
-	'ngt' => '&#x226F;',
884
-	'ngtr' => '&#x226F;',
885
-	'nGtv' => '&#xE2CC;',
886
-	'nhArr' => '&#x21CE;',
887
-	'nharr' => '&#x21AE;',
888
-	'nhpar' => '&#xE38D;',
889
-	'ni' => '&#x220D;',
890
-	'nis' => '&#xE3A5;',
891
-	'nisd' => '&#xE3A1;',
892
-	'niv' => '&#x220B;',
893
-	'nlArr' => '&#x21CD;',
894
-	'nlarr' => '&#x219A;',
895
-	'nldr' => '&#x2025;',
896
-	'nlE' => '&#x2270;',
897
-	'nle' => '&#xE2A7;',
898
-	'nLeftarrow' => '&#x21CD;',
899
-	'nleftarrow' => '&#x219A;',
900
-	'nLeftrightarrow' => '&#x21CE;',
901
-	'nleftrightarrow' => '&#x21AE;',
902
-	'nleq' => '&#xE2A7;',
903
-	'nleqq' => '&#x2270;',
904
-	'nleqslant' => '&#x2270;',
905
-	'nles' => '&#x2270;',
906
-	'nless' => '&#x226E;',
907
-	'nLl' => '&#xE2CD;',
908
-	'nlsim' => '&#x2274;',
909
-	'nLt' => '&#xE2C9;',
910
-	'nlt' => '&#x226E;',
911
-	'nltri' => '&#x22EA;',
912
-	'nltrie' => '&#x22EC;',
913
-	'nLtv' => '&#xE2CB;',
914
-	'nmid' => '&#x2224;',
915
-	'Nopf' => '&#x2115;',
916
-	'Not' => '&#xE3AC;',
917
-	'not' => '&#x00AC;',
918
-	'NotCongruent' => '&#x2262;',
919
-	'NotDoubleVerticalBar' => '&#x2226;',
920
-	'NotElement' => '&#x2209;',
921
-	'NotEqual' => '&#x2260;',
922
-	'NotExists' => '&#x2204;',
923
-	'NotGreater' => '&#x226F;',
924
-	'NotGreaterEqual' => '&#xE2A6;',
925
-	'NotGreaterFullEqual' => '&#x2270;',
926
-	'NotGreaterGreater' => '&#xE2CC;',
927
-	'NotGreaterLess' => '&#x2279;',
928
-	'NotGreaterSlantEqual' => '&#x2271;',
929
-	'NotGreaterTilde' => '&#x2275;',
930
-	'notin' => '&#x2209;',
931
-	'notindot' => '&#xE39D;',
932
-	'notinE' => '&#xE50D;',
933
-	'notinva' => '&#xE370;',
934
-	'notinvb' => '&#xE37B;',
935
-	'notinvc' => '&#xE37C;',
936
-	'NotLeftTriangle' => '&#x22EA;',
937
-	'NotLeftTriangleEqual' => '&#x22EC;',
938
-	'NotLess' => '&#x226E;',
939
-	'NotLessEqual' => '&#xE2A7;',
940
-	'NotLessFullEqual' => '&#x2270;',
941
-	'NotLessGreater' => '&#x2278;',
942
-	'NotLessLess' => '&#xE2CB;',
943
-	'NotLessSlantEqual' => '&#x2270;',
944
-	'NotLessTilde' => '&#x2274;',
945
-	'notni' => '&#x220C;',
946
-	'notniva' => '&#x220C;',
947
-	'notnivb' => '&#xE37D;',
948
-	'notnivc' => '&#xE37E;',
949
-	'NotPrecedes' => '&#x2280;',
950
-	'NotPrecedesEqual' => '&#xE412;',
951
-	'NotPrecedesSlantEqual' => '&#x22E0;',
952
-	'NotReverseElement' => '&#x220C;',
953
-	'NotRightTriangle' => '&#x22EB;',
954
-	'NotRightTriangleEqual' => '&#x22ED;',
955
-	'NotSquareSubsetEqual' => '&#x22E2;',
956
-	'NotSquareSupersetEqual' => '&#x22E3;',
957
-	'NotSubset' => '&#x2284;',
958
-	'NotSucceeds' => '&#x2281;',
959
-	'NotSucceedsEqual' => '&#xE413;',
960
-	'NotSucceedsSlantEqual' => '&#x22E1;',
961
-	'NotSuperset' => '&#x2285;',
962
-	'NotTilde' => '&#x2241;',
963
-	'NotTildeEqual' => '&#x2244;',
964
-	'NotTildeFullEqual' => '&#x2247;',
965
-	'NotTildeTilde' => '&#x2249;',
966
-	'NotVerticalBar' => '&#x2224;',
967
-	'npar' => '&#x2226;',
968
-	'nparallel' => '&#x2226;',
969
-	'nparsl' => '&#xE389;',
970
-	'npart' => '&#xE390;',
971
-	'npolint' => '&#xE399;',
972
-	'npr' => '&#x2280;',
973
-	'nprcue' => '&#x22E0;',
974
-	'npre' => '&#xE412;',
975
-	'nprec' => '&#x2280;',
976
-	'npreceq' => '&#xE412;',
977
-	'nrArr' => '&#x21CF;',
978
-	'nrarr' => '&#x219B;',
979
-	'nrarrc' => '&#xE21D;',
980
-	'nrarrw' => '&#xE21B;',
981
-	'nRightarrow' => '&#x21CF;',
982
-	'nrightarrow' => '&#x219B;',
983
-	'nrtri' => '&#x22EB;',
984
-	'nrtrie' => '&#x22ED;',
985
-	'nsc' => '&#x2281;',
986
-	'nsccue' => '&#x22E1;',
987
-	'nsce' => '&#xE413;',
988
-	'Nscr' => '&#xE4D2;',
989
-	'nscr' => '&#xE4EC;',
990
-	'nshortmid' => '&#xE2AA;',
991
-	'nshortparallel' => '&#xE2AB;',
992
-	'nsim' => '&#x2241;',
993
-	'nsime' => '&#x2244;',
994
-	'nsimeq' => '&#x2244;',
995
-	'nsmid' => '&#xE2AA;',
996
-	'nspar' => '&#xE2AB;',
997
-	'nsqsube' => '&#x22E2;',
998
-	'nsqsupe' => '&#x22E3;',
999
-	'nsub' => '&#x2284;',
1000
-	'nsubE' => '&#x2288;',
1001
-	'nsube' => '&#x2288;',
1002
-	'nsubset' => '&#x2284;',
1003
-	'nsubseteq' => '&#x2288;',
1004
-	'nsubseteqq' => '&#x2288;',
1005
-	'nsucc' => '&#x2281;',
1006
-	'nsucceq' => '&#xE413;',
1007
-	'nsup' => '&#x2285;',
1008
-	'nsupE' => '&#x2289;',
1009
-	'nsupe' => '&#x2289;',
1010
-	'nsupset' => '&#x2285;',
1011
-	'nsupseteq' => '&#x2289;',
1012
-	'nsupseteqq' => '&#x2289;',
1013
-	'ntgl' => '&#x2279;',
1014
-	'ntlg' => '&#x2278;',
1015
-	'ntriangleleft' => '&#x22EA;',
1016
-	'ntrianglelefteq' => '&#x22EC;',
1017
-	'ntriangleright' => '&#x22EB;',
1018
-	'ntrianglerighteq' => '&#x22ED;',
1019
-	'ntvgl' => '&#x2279;',
1020
-	'ntvlg' => '&#x2278;',
1021
-	'nu' => '&#x03BD;',
1022
-	'num' => '&#x0023;',
1023
-	'numsp' => '&#x2007;',
1024
-	'nvap' => '&#xE2C6;',
1025
-	'nVDash' => '&#x22AF;',
1026
-	'nVdash' => '&#x22AE;',
1027
-	'nvDash' => '&#x22AD;',
1028
-	'nvdash' => '&#x22AC;',
1029
-	'nvge' => '&#x2271;',
1030
-	'nvgt' => '&#x226F;',
1031
-	'nvhArr*' => '&#x21CE;',
1032
-	'nvinfin' => '&#xE38E;',
1033
-	'nvlArr' => '&#x21CD;',
1034
-	'nvle' => '&#x2270;',
1035
-	'nvlt' => '&#x226E;',
1036
-	'nvltrie' => '&#xE2D0;',
1037
-	'nvrArr' => '&#x21CF;',
1038
-	'nvrtrie' => '&#xE2CF;',
1039
-	'nvsim' => '&#xE415;',
1040
-	'nwarhk' => '&#xE20C;',
1041
-	'nwArr' => '&#x21D6;',
1042
-	'nwarr' => '&#x2196;',
1043
-	'nwarrow' => '&#x2196;',
1044
-	'nwnear' => '&#xE211;',
1045
-	'oast' => '&#x229B;',
1046
-	'ocir' => '&#x229A;',
1047
-	'odash' => '&#x229D;',
1048
-	'odiv' => '&#xE285;',
1049
-	'odot' => '&#x2299;',
1050
-	'odsold' => '&#xE286;',
1051
-	'ofcir' => '&#xE287;',
1052
-	'Ofr' => '&#xE48A;',
1053
-	'ofr' => '&#xE4A3;',
1054
-	'ogon' => '&#x0328;',
1055
-	'ogt' => '&#xE289;',
1056
-	'ohbar' => '&#xE260;',
1057
-	'ohm' => '&#x2126;',
1058
-	'oint' => '&#x222E;',
1059
-	'olarr' => '&#x21BA;',
1060
-	'olcir' => '&#xE409;',
1061
-	'olcross' => '&#xE3A8;',
1062
-	'olt' => '&#xE288;',
1063
-	'Omega' => '&#x03A9;',
1064
-	'omega' => '&#x03C9;',
1065
-	'omicron' => '&#x03BE;',
1066
-	'omid' => '&#xE40A;',
1067
-	'ominus' => '&#x2296;',
1068
-	'Oopf' => '&#xE4BC;',
1069
-	'opar' => '&#xE28A;',
1070
-	'OpenCurlyDoubleQuote' => '&#x201C;',
1071
-	'OpenCurlyQuote' => '&#x2018;',
1072
-	'operp' => '&#xE28B;',
1073
-	'oplus' => '&#x2295;',
1074
-	'Or' => '&#xE375;',
1075
-	'or' => '&#x2228;',
1076
-	'orarr' => '&#x21BB;',
1077
-	'ord' => '&#xE393;',
1078
-	'order' => '&#x2134;',
1079
-	'ordf' => '&#x00AA;',
1080
-	'ordm' => '&#x00BA;',
1081
-	'origof' => '&#x22B6;',
1082
-	'oror' => '&#xE50E;',
1083
-	'orslope' => '&#xE3AE;',
1084
-	'orv' => '&#xE392;',
1085
-	'oS' => '&#xE41D;',
1086
-	'Oscr' => '&#xE4D3;',
1087
-	'oscr' => '&#xE4ED;',
1088
-	'oslash' => '&#x2298;',
1089
-	'osol' => '&#x2298;',
1090
-	'Otimes' => '&#xE28C;',
1091
-	'otimes' => '&#x2297;',
1092
-	'otimesas' => '&#xE28D;',
1093
-	'ovbar' => '&#xE40B;',
1094
-	'OverLine' => '&#x0305;',
1095
-	'par' => '&#x2225;',
1096
-	'para' => '&#x00B6;',
1097
-	'parallel' => '&#x2225;',
1098
-	'parsim' => '&#xE2C8;',
1099
-	'parsl' => '&#xE382;',
1100
-	'part' => '&#x2202;',
1101
-	'PartialD' => '&#x2202;',
1102
-	'percnt' => '&#x0025;',
1103
-	'period' => '&#x002E;',
1104
-	'permil' => '&#x2030;',
1105
-	'perp' => '&#x22A5;',
1106
-	'pertenk' => '&#x2031;',
1107
-	'Pfr' => '&#xE48B;',
1108
-	'pfr' => '&#xE4A4;',
1109
-	'Phi' => '&#x03A6;',
1110
-	'phi' => '&#x03C6;',
1111
-	'phiv' => '&#x03D5;',
1112
-	'phmmat' => '&#x2133;',
1113
-	'phone' => '&#x260E;',
1114
-	'Pi' => '&#x03A0;',
1115
-	'pi' => '&#x03C0;',
1116
-	'pitchfork' => '&#x22D4;',
1117
-	'piv' => '&#x03D6;',
1118
-	'plank' => '&#xE2D5;',
1119
-	'plankv' => '&#x210F;',
1120
-	'plus' => '&#x002B;',
1121
-	'plusacir' => '&#xE26A;',
1122
-	'plusb' => '&#x229E;',
1123
-	'pluscir' => '&#xE266;',
1124
-	'plusdo' => '&#x2214;',
1125
-	'plusdu' => '&#xE25A;',
1126
-	'pluse' => '&#xE267;',
1127
-	'PlusMinus' => '&#x00B1;',
1128
-	'plusmn' => '&#x00B1;',
1129
-	'plussim' => '&#xE26C;',
1130
-	'plustwo' => '&#xE269;',
1131
-	'pm' => '&#x00B1;',
1132
-	'pointint' => '&#xE376;',
1133
-	'Popf' => '&#x2119;',
1134
-	'pound' => '&#x00A3;',
1135
-	'Pr' => '&#xE35C;',
1136
-	'pr' => '&#x227A;',
1137
-	'prap' => '&#x227E;',
1138
-	'prcue' => '&#x227C;',
1139
-	'prE' => '&#x227C;',
1140
-	'pre' => '&#x227C;',
1141
-	'prec' => '&#x227A;',
1142
-	'precapprox' => '&#x227E;',
1143
-	'preccurlyeq' => '&#x227C;',
1144
-	'Precedes' => '&#x227A;',
1145
-	'PrecedesEqual' => '&#x227C;',
1146
-	'PrecedesSlantEqual' => '&#x227C;',
1147
-	'PrecedesTilde' => '&#x227E;',
1148
-	'preceq' => '&#x227C;',
1149
-	'precnapprox' => '&#x22E8;',
1150
-	'precneqq' => '&#xE2B3;',
1151
-	'precnsim' => '&#x22E8;',
1152
-	'precsim' => '&#x227E;',
1153
-	'Prime' => '&#x2033;',
1154
-	'prime' => '&#x2032;',
1155
-	'prnap' => '&#x22E8;',
1156
-	'prnE' => '&#xE2B3;',
1157
-	'prnsim' => '&#x22E8;',
1158
-	'profalar' => '&#x232E;',
1159
-	'profline' => '&#x2312;',
1160
-	'profsurf' => '&#x2313;',
1161
-	'prop' => '&#x221D;',
1162
-	'Proportion' => '&#x2237;',
1163
-	'Proportional' => '&#x221D;',
1164
-	'propto' => '&#x221D;',
1165
-	'prsim' => '&#x227E;',
1166
-	'prurel' => '&#x22B0;',
1167
-	'Pscr' => '&#xE4D4;',
1168
-	'pscr' => '&#xE4EE;',
1169
-	'Psi' => '&#x03A8;',
1170
-	'psi' => '&#x03C8;',
1171
-	'puncsp' => '&#x2008;',
1172
-	'Qfr' => '&#xE48C;',
1173
-	'qfr' => '&#xE4A5;',
1174
-	'qint' => '&#xE378;',
1175
-	'Qopf' => '&#x211A;',
1176
-	'qprime' => '&#xE371;',
1177
-	'Qscr' => '&#xE4D5;',
1178
-	'qscr' => '&#xE4EF;',
1179
-	'quatint' => '&#xE377;',
1180
-	'quest' => '&#x003F;',
1181
-	'questeq' => '&#x225F;',
1182
-	'quot' => '&#x0022;',
1183
-	'rAarr' => '&#x21DB;',
1184
-	'race' => '&#xE40C;',
1185
-	'radic' => '&#x221A;',
1186
-	'raemptyv' => '&#xE2E9;',
1187
-	'Rang' => '&#x300B;',
1188
-	'rang' => '&#x3009;',
1189
-	'rangd' => '&#xE298;',
1190
-	'range' => '&#xE2D7;',
1191
-	'rangle' => '&#x3009;',
1192
-	'raquo' => '&#x00BB;',
1193
-	'Rarr' => '&#x21A0;',
1194
-	'rArr' => '&#x21D2;',
1195
-	'rarr' => '&#x2192;',
1196
-	'rarrap' => '&#xE235;',
1197
-	'rarrbfs' => '&#xE221;',
1198
-	'rarrc' => '&#xE21C;',
1199
-	'rarrfs' => '&#xE223;',
1200
-	'rarrhk' => '&#x21AA;',
1201
-	'rarrlp' => '&#x21AC;',
1202
-	'rarrpl' => '&#xE21E;',
1203
-	'rarrsim' => '&#xE24D;',
1204
-	'Rarrtl' => '&#xE239;',
1205
-	'rarrtl' => '&#x21A3;',
1206
-	'rarrw' => '&#x219D;',
1207
-	'rAtail' => '&#xE23B;',
1208
-	'ratail' => '&#x21A3;',
1209
-	'ratio' => '&#x2236;',
1210
-	'RBarr' => '&#xE209;',
1211
-	'rBarr' => '&#xE207;',
1212
-	'rbarr' => '&#xE405;',
1213
-	'rbbrk' => '&#x3015;',
1214
-	'rbrace' => '&#x007D;',
1215
-	'rbrack' => '&#x005D;',
1216
-	'rbrke' => '&#xE29A;',
1217
-	'rbrksld' => '&#xE29C;',
1218
-	'rbrkslu' => '&#xE29E;',
1219
-	'rceil' => '&#x2309;',
1220
-	'rcub' => '&#x007D;',
1221
-	'rdca' => '&#xE219;',
1222
-	'rdldhar' => '&#xE22D;',
1223
-	'rdquo' => '&#x201D;',
1224
-	'rdquor' => '&#x201B;',
1225
-	'rdsh' => '&#x21B3;',
1226
-	'Re' => '&#x211C;',
1227
-	'real' => '&#x211C;',
1228
-	'rect' => '&#xE504;',
1229
-	'reg' => '&#x00AF;',
1230
-	'ReverseElement' => '&#x220B;',
1231
-	'ReverseEquilibrium' => '&#x21CB;',
1232
-	'ReverseUpEquilibrium' => '&#xE217;',
1233
-	'rfisht' => '&#xE215;',
1234
-	'rfloor' => '&#x230B;',
1235
-	'Rfr' => '&#xE48D;',
1236
-	'rfr' => '&#xE4A6;',
1237
-	'rHar' => '&#xE224;',
1238
-	'rhard' => '&#x21C1;',
1239
-	'rharu' => '&#x21C0;',
1240
-	'rharul' => '&#xE230;',
1241
-	'rho' => '&#x03C1;',
1242
-	'rhov' => '&#x03F1;',
1243
-	'RightAngleBracket' => '&#x3009;',
1244
-	'RightArrow' => '&#x2192;',
1245
-	'Rightarrow' => '&#x21D2;',
1246
-	'rightarrow' => '&#x2192;',
1247
-	'RightArrowLeftArrow' => '&#x21C4;',
1248
-	'rightarrowtail' => '&#x21A3;',
1249
-	'RightCeiling' => '&#x2309;',
1250
-	'RightDownVector' => '&#x21C2;',
1251
-	'RightFloor' => '&#x230B;',
1252
-	'rightharpoondown' => '&#x21C1;',
1253
-	'rightharpoonup' => '&#x21C0;',
1254
-	'rightleftarrows' => '&#x21C4;',
1255
-	'rightleftharpoons' => '&#x21CC;',
1256
-	'rightrightarrows' => '&#x21C9;',
1257
-	'rightsquigarrow' => '&#x219D;',
1258
-	'RightTee' => '&#x22A2;',
1259
-	'RightTeeArrow' => '&#x21A6;',
1260
-	'rightthreetimes' => '&#x22CC;',
1261
-	'RightTriangle' => '&#x22B3;',
1262
-	'RightTriangleEqual' => '&#x22B5;',
1263
-	'RightUpVector' => '&#x21BE;',
1264
-	'RightVector' => '&#x21C0;',
1265
-	'ring' => '&#x030A;',
1266
-	'risingdotseq' => '&#x2253;',
1267
-	'rlarr' => '&#x21C4;',
1268
-	'rlhar' => '&#x21CC;',
1269
-	'rmoust' => '&#xE293;',
1270
-	'rmoustache' => '&#xE293;',
1271
-	'rnmid' => '&#xE2D1;',
1272
-	'roang' => '&#x3019;',
1273
-	'roarr' => '&#xE241;',
1274
-	'robrk' => '&#x301B;',
1275
-	'ropar' => '&#xE37A;',
1276
-	'Ropf' => '&#x211D;',
1277
-	'roplus' => '&#xE25D;',
1278
-	'rotimes' => '&#xE40D;',
1279
-	'rpar' => '&#x0029;',
1280
-	'rpargt' => '&#xE291;',
1281
-	'rppolint' => '&#xE397;',
1282
-	'rrarr' => '&#x21C9;',
1283
-	'Rrightarrow' => '&#x21DB;',
1284
-	'Rscr' => '&#xE4D6;',
1285
-	'rscr' => '&#x211B;',
1286
-	'Rsh' => '&#x21B1;',
1287
-	'rsh' => '&#x21B1;',
1288
-	'rsqb' => '&#x005D;',
1289
-	'rsquo' => '&#x2019;',
1290
-	'rsquor' => '&#x201F;',
1291
-	'rthree' => '&#x22CC;',
1292
-	'rtimes' => '&#x22CA;',
1293
-	'rtri' => '&#x25B9;',
1294
-	'rtrie' => '&#x22B5;',
1295
-	'rtrif' => '&#x25B8;',
1296
-	'rtriltri' => '&#xE359;',
1297
-	'ruluhar' => '&#xE22A;',
1298
-	'rx' => '&#x211E;',
1299
-	'Sc' => '&#xE35D;',
1300
-	'sc' => '&#x227B;',
1301
-	'scap' => '&#x227F;',
1302
-	'sccue' => '&#x227D;',
1303
-	'scE' => '&#x227E;',
1304
-	'sce' => '&#x227D;',
1305
-	'scnap' => '&#x22E9;',
1306
-	'scnE' => '&#xE2B5;',
1307
-	'scnsim' => '&#x22E9;',
1308
-	'scpolint' => '&#xE398;',
1309
-	'scsim' => '&#x227F;',
1310
-	'sdot' => '&#x22C5;',
1311
-	'sdotb' => '&#x22A1;',
1312
-	'sdote' => '&#xE319;',
1313
-	'searhk' => '&#xE20B;',
1314
-	'seArr' => '&#x21D8;',
1315
-	'searr' => '&#x2198;',
1316
-	'searrow' => '&#x2198;',
1317
-	'sect' => '&#x00A7;',
1318
-	'semi' => '&#x003B;',
1319
-	'seswar' => '&#xE406;',
1320
-	'setminus' => '&#x2216;',
1321
-	'setmn' => '&#x2216;',
1322
-	'sext' => '&#xE505;',
1323
-	'Sfr' => '&#xE48E;',
1324
-	'sfr' => '&#xE4A7;',
1325
-	'sfrown' => '&#xE426;',
1326
-	'sharp' => '&#x266F;',
1327
-	'ShortLeftArrow' => '&#xE233;',
1328
-	'shortmid' => '&#xE301;',
1329
-	'shortparallel' => '&#xE302;',
1330
-	'ShortRightArrow' => '&#xE232;',
1331
-	'shy' => '&#x00AD;',
1332
-	'Sigma' => '&#x03A3;',
1333
-	'sigma' => '&#x03C3;',
1334
-	'sigmav' => '&#x03C2;',
1335
-	'sim' => '&#x223C;',
1336
-	'simdot' => '&#xE38B;',
1337
-	'sime' => '&#x2243;',
1338
-	'simeq' => '&#x2243;',
1339
-	'simg' => '&#xE30C;',
1340
-	'simgE' => '&#xE338;',
1341
-	'siml' => '&#xE30B;',
1342
-	'simlE' => '&#xE337;',
1343
-	'simne' => '&#x2246;',
1344
-	'simplus' => '&#xE26B;',
1345
-	'simrarr' => '&#xE234;',
1346
-	'slarr' => '&#xE233;',
1347
-	'SmallCircle' => '&#x2218;',
1348
-	'smallfrown' => '&#xE426;',
1349
-	'smallsetminus' => '&#xE844;',
1350
-	'smallsmile' => '&#xE303;',
1351
-	'smashp' => '&#xE264;',
1352
-	'smeparsl' => '&#xE385;',
1353
-	'smid' => '&#xE301;',
1354
-	'smile' => '&#x2323;',
1355
-	'smt' => '&#xE339;',
1356
-	'smte' => '&#xE33B;',
1357
-	'smtes' => '&#xE33D;',
1358
-	'sol' => '&#x002F;',
1359
-	'solb' => '&#xE27F;',
1360
-	'solbar' => '&#xE416;',
1361
-	'Sopf' => '&#xE4BD;',
1362
-	'spades' => '&#x2660;',
1363
-	'spadesuit' => '&#x2660;',
1364
-	'spar' => '&#xE302;',
1365
-	'sqcap' => '&#x2293;',
1366
-	'sqcaps' => '&#xE277;',
1367
-	'sqcup' => '&#x2294;',
1368
-	'sqcups' => '&#xE276;',
1369
-	'Sqrt' => '&#x221A;',
1370
-	'sqsub' => '&#x228F;',
1371
-	'sqsube' => '&#x2291;',
1372
-	'sqsubset' => '&#x228F;',
1373
-	'sqsubseteq' => '&#x2291;',
1374
-	'sqsup' => '&#x2290;',
1375
-	'sqsupe' => '&#x2292;',
1376
-	'sqsupset' => '&#x2290;',
1377
-	'sqsupseteq' => '&#x2292;',
1378
-	'squ' => '&#x25A1;',
1379
-	'square' => '&#x25A1;',
1380
-	'SquareIntersection' => '&#x2293;',
1381
-	'SquareSubset' => '&#x228F;',
1382
-	'SquareSubsetEqual' => '&#x2291;',
1383
-	'SquareSuperset' => '&#x2290;',
1384
-	'SquareSupersetEqual' => '&#x2292;',
1385
-	'SquareUnion' => '&#x2294;',
1386
-	'squarf' => '&#x25A0;',
1387
-	'squarfb' => '&#xE507;',
1388
-	'squarfbl' => '&#xE506;',
1389
-	'squarfbr' => '&#x25EA;',
1390
-	'squarfl' => '&#x25E7;',
1391
-	'squarfr' => '&#x25E8;',
1392
-	'squarft' => '&#xE509;',
1393
-	'squarftl' => '&#x25E9;',
1394
-	'squarftr' => '&#xE508;',
1395
-	'squf' => '&#x25AA;',
1396
-	'srarr' => '&#xE232;',
1397
-	'Sscr' => '&#xE4D7;',
1398
-	'sscr' => '&#xE4F0;',
1399
-	'ssetmn' => '&#xE844;',
1400
-	'ssmile' => '&#xE303;',
1401
-	'sstarf' => '&#x22C6;',
1402
-	'Star' => '&#x22C6;',
1403
-	'star' => '&#x22C6;',
1404
-	'starf' => '&#x2605;',
1405
-	'straightepsilon' => '&#x220A;',
1406
-	'straightphi' => '&#x03C6;',
1407
-	'strns' => '&#xE380;',
1408
-	'Sub' => '&#x22D0;',
1409
-	'sub' => '&#x2282;',
1410
-	'subdot' => '&#xE262;',
1411
-	'subE' => '&#x2286;',
1412
-	'sube' => '&#x2286;',
1413
-	'subedot' => '&#xE34F;',
1414
-	'submult' => '&#xE343;',
1415
-	'subnE' => '&#x228A;',
1416
-	'subne' => '&#x228A;',
1417
-	'subplus' => '&#xE341;',
1418
-	'subrarr' => '&#xE33F;',
1419
-	'Subset' => '&#x22D0;',
1420
-	'subset' => '&#x2282;',
1421
-	'subseteq' => '&#x2286;',
1422
-	'subseteqq' => '&#x2286;',
1423
-	'SubsetEqual' => '&#x2286;',
1424
-	'subsetneq' => '&#x228A;',
1425
-	'subsetneqq' => '&#x228A;',
1426
-	'subsim' => '&#xE345;',
1427
-	'subsub' => '&#xE349;',
1428
-	'subsup' => '&#xE347;',
1429
-	'succ' => '&#x227B;',
1430
-	'succapprox' => '&#x227F;',
1431
-	'succcurlyeq' => '&#x227D;',
1432
-	'Succeeds' => '&#x227B;',
1433
-	'SucceedsEqual' => '&#x227D;',
1434
-	'SucceedsSlantEqual' => '&#x227D;',
1435
-	'SucceedsTilde' => '&#x227F;',
1436
-	'succeq' => '&#x227D;',
1437
-	'succnapprox' => '&#x22E9;',
1438
-	'succneqq' => '&#xE2B5;',
1439
-	'succnsim' => '&#x22E9;',
1440
-	'succsim' => '&#x227F;',
1441
-	'SuchThat' => '&#x220D;',
1442
-	'Sum' => '&#x2211;',
1443
-	'sum' => '&#x2211;',
1444
-	'sung' => '&#x2669;',
1445
-	'Sup' => '&#x22D1;',
1446
-	'sup' => '&#x2283;',
1447
-	'sup1' => '&#x00B9;',
1448
-	'sup2' => '&#x00B2;',
1449
-	'sup3' => '&#x00B3;',
1450
-	'supdot' => '&#xE263;',
1451
-	'supdsub' => '&#xE34C;',
1452
-	'supE' => '&#x2287;',
1453
-	'supe' => '&#x2287;',
1454
-	'supedot' => '&#xE350;',
1455
-	'Superset' => '&#x2283;',
1456
-	'SupersetEqual' => '&#x2287;',
1457
-	'suphsol' => '&#xE34E;',
1458
-	'suphsub' => '&#xE34B;',
1459
-	'suplarr' => '&#xE340;',
1460
-	'supmult' => '&#xE344;',
1461
-	'supnE' => '&#x228B;',
1462
-	'supne' => '&#x228B;',
1463
-	'supplus' => '&#xE342;',
1464
-	'Supset' => '&#x22D1;',
1465
-	'supset' => '&#x2283;',
1466
-	'supseteq' => '&#x2287;',
1467
-	'supseteqq' => '&#x2287;',
1468
-	'supsetneq' => '&#x228B;',
1469
-	'supsetneqq' => '&#x228B;',
1470
-	'supsim' => '&#xE346;',
1471
-	'supsub' => '&#xE348;',
1472
-	'supsup' => '&#xE34A;',
1473
-	'swarhk' => '&#xE20A;',
1474
-	'swArr' => '&#x21D9;',
1475
-	'swarr' => '&#x2199;',
1476
-	'swarrow' => '&#x2199;',
1477
-	'swnwar' => '&#xE210;',
1478
-	'target' => '&#x2316;',
1479
-	'tau' => '&#x03C4;',
1480
-	'tbrk' => '&#xE2EF;',
1481
-	'tdot' => '&#x20DB;',
1482
-	'telrec' => '&#x2315;',
1483
-	'Tfr' => '&#xE48F;',
1484
-	'tfr' => '&#xE4A8;',
1485
-	'there4' => '&#x2234;',
1486
-	'Therefore' => '&#x2234;',
1487
-	'therefore' => '&#x2234;',
1488
-	'Theta' => '&#x0398;',
1489
-	'theta' => '&#x03B8;',
1490
-	'thetav' => '&#x03D1;',
1491
-	'thickapprox' => '&#xE306;',
1492
-	'thicksim' => '&#xE429;',
1493
-	'thinsp' => '&#x2009;',
1494
-	'thkap' => '&#xE306;',
1495
-	'thksim' => '&#xE429;',
1496
-	'Tilde' => '&#x223C;',
1497
-	'tilde' => '&#x0303;',
1498
-	'TildeEqual' => '&#x2243;',
1499
-	'TildeFullEqual' => '&#x2245;',
1500
-	'TildeTilde' => '&#x2248;',
1501
-	'times' => '&#x00D7;',
1502
-	'timesb' => '&#x22A0;',
1503
-	'timesbar' => '&#xE28E;',
1504
-	'timesd' => '&#xE26D;',
1505
-	'tint' => '&#x222D;',
1506
-	'toea' => '&#xE20E;',
1507
-	'top' => '&#x22A4;',
1508
-	'topbot' => '&#x2336;',
1509
-	'topcir' => '&#xE383;',
1510
-	'Topf' => '&#xE4BE;',
1511
-	'topfork' => '&#xE31C;',
1512
-	'tosa' => '&#xE20F;',
1513
-	'tprime' => '&#x2034;',
1514
-	'trade' => '&#x2122;',
1515
-	'triangle' => '&#x25B5;',
1516
-	'triangledown' => '&#x25BF;',
1517
-	'triangleleft' => '&#x25C3;',
1518
-	'trianglelefteq' => '&#x22B4;',
1519
-	'triangleq' => '&#x225C;',
1520
-	'triangleright' => '&#x25B9;',
1521
-	'trianglerighteq' => '&#x22B5;',
1522
-	'tridot' => '&#x25EC;',
1523
-	'trie' => '&#x225C;',
1524
-	'triminus' => '&#xE27C;',
1525
-	'TripleDot' => '&#x20DB;',
1526
-	'triplus' => '&#xE27B;',
1527
-	'trisb' => '&#xE27E;',
1528
-	'tritime' => '&#xE27D;',
1529
-	'trpezium' => '&#xE2EC;',
1530
-	'Tscr' => '&#xE4D8;',
1531
-	'tscr' => '&#xE4F1;',
1532
-	'twixt' => '&#x226C;',
1533
-	'twoheadleftarrow' => '&#x219E;',
1534
-	'twoheadrightarrow' => '&#x21A0;',
1535
-	'Uarr' => '&#x219F;',
1536
-	'uArr' => '&#x21D1;',
1537
-	'uarr' => '&#x2191;',
1538
-	'Uarrocir' => '&#xE237;',
1539
-	'udarr' => '&#x21C5;',
1540
-	'udhar' => '&#xE218;',
1541
-	'ufisht' => '&#xE24B;',
1542
-	'Ufr' => '&#xE490;',
1543
-	'ufr' => '&#xE4A9;',
1544
-	'uHar' => '&#xE226;',
1545
-	'uharl' => '&#x21BF;',
1546
-	'uharr' => '&#x21BE;',
1547
-	'uhblk' => '&#x2580;',
1548
-	'ulcorn' => '&#x231C;',
1549
-	'ulcorner' => '&#x231C;',
1550
-	'ulcrop' => '&#x230F;',
1551
-	'ultri' => '&#xE2E4;',
1552
-	'uml' => '&#x0308;',
1553
-	'UnderLine' => '&#x0332;',
1554
-	'Union' => '&#x22C3;',
1555
-	'UnionPlus' => '&#x228E;',
1556
-	'Uopf' => '&#xE4BF;',
1557
-	'UpArrow' => '&#x2191;',
1558
-	'Uparrow' => '&#x21D1;',
1559
-	'uparrow' => '&#x2191;',
1560
-	'UpArrowDownArrow' => '&#x21C5;',
1561
-	'UpDownArrow' => '&#x2195;',
1562
-	'Updownarrow' => '&#x21D5;',
1563
-	'updownarrow' => '&#x2195;',
1564
-	'UpEquilibrium' => '&#xE218;',
1565
-	'upharpoonleft' => '&#x21BF;',
1566
-	'upharpoonright' => '&#x21BE;',
1567
-	'uplus' => '&#x228E;',
1568
-	'UpperLeftArrow' => '&#x2196;',
1569
-	'UpperRightArrow' => '&#x2197;',
1570
-	'Upsi' => '&#x03D2;',
1571
-	'upsi' => '&#x03C5;',
1572
-	'Upsilon' => '&#x03D2;',
1573
-	'upsilon' => '&#x03C5;',
1574
-	'UpTee' => '&#x22A5;',
1575
-	'upuparrows' => '&#x21C8;',
1576
-	'urcorn' => '&#x231D;',
1577
-	'urcorner' => '&#x231D;',
1578
-	'urcrop' => '&#x230E;',
1579
-	'urtri' => '&#xE2E2;',
1580
-	'Uscr' => '&#xE4D9;',
1581
-	'uscr' => '&#xE4F2;',
1582
-	'utdot' => '&#x22F0;',
1583
-	'utri' => '&#x25B5;',
1584
-	'utrif' => '&#x25B4;',
1585
-	'uuarr' => '&#x21C8;',
1586
-	'uwangle' => '&#xE3AB;',
1587
-	'vangrt' => '&#x22BE;',
1588
-	'varepsilon' => '&#x03B5;',
1589
-	'varkappa' => '&#x03F0;',
1590
-	'varnothing' => '&#x2205;',
1591
-	'varphi' => '&#x03D5;',
1592
-	'varpi' => '&#x03D6;',
1593
-	'varpropto' => '&#x221D;',
1594
-	'vArr' => '&#x21D5;',
1595
-	'varr' => '&#x2195;',
1596
-	'varrho' => '&#x03F1;',
1597
-	'varsigma' => '&#x03C2;',
1598
-	'varsubsetneq' => '&#xE2B9;',
1599
-	'varsubsetneqq' => '&#xE2B8;',
1600
-	'varsupsetneq' => '&#xE2BA;',
1601
-	'varsupsetneqq' => '&#xE2BB;',
1602
-	'vartheta' => '&#x03D1;',
1603
-	'vartriangleleft' => '&#x22B2;',
1604
-	'vartriangleright' => '&#x22B3;',
1605
-	'Vbar' => '&#xE30D;',
1606
-	'vBar' => '&#xE310;',
1607
-	'vBarv' => '&#xE312;',
1608
-	'VDash' => '&#x22AB;',
1609
-	'Vdash' => '&#x22A9;',
1610
-	'vDash' => '&#x22A8;',
1611
-	'vdash' => '&#x22A2;',
1612
-	'Vdashl' => '&#xE313;',
1613
-	'Vee' => '&#x22C1;',
1614
-	'vee' => '&#x2228;',
1615
-	'veebar' => '&#x22BB;',
1616
-	'veeeq' => '&#x225A;',
1617
-	'vellip' => '&#x22EE;',
1618
-	'Verbar' => '&#x2016;',
1619
-	'verbar' => '&#x007C;',
1620
-	'Vert' => '&#x2016;',
1621
-	'vert' => '&#x007C;',
1622
-	'VerticalBar' => '&#x2223;',
1623
-	'VerticalTilde' => '&#x2240;',
1624
-	'Vfr' => '&#xE491;',
1625
-	'vfr' => '&#xE4AA;',
1626
-	'vltri' => '&#x22B2;',
1627
-	'vnsub' => '&#x2284;',
1628
-	'vnsup' => '&#x2285;',
1629
-	'Vopf' => '&#xE4C0;',
1630
-	'vprop' => '&#x221D;',
1631
-	'vrtri' => '&#x22B3;',
1632
-	'Vscr' => '&#xE4DA;',
1633
-	'vscr' => '&#xE4F3;',
1634
-	'vsubnE' => '&#xE2B8;',
1635
-	'vsubne' => '&#xE2B9;',
1636
-	'vsupnE' => '&#xE2BB;',
1637
-	'vsupne' => '&#xE2BA;',
1638
-	'Vvdash' => '&#x22AA;',
1639
-	'vzigzag' => '&#xE2EB;',
1640
-	'wedbar' => '&#xE265;',
1641
-	'Wedge' => '&#x22C0;',
1642
-	'wedge' => '&#x2227;',
1643
-	'wedgeq' => '&#x2259;',
1644
-	'weierp' => '&#x2118;',
1645
-	'Wfr' => '&#xE492;',
1646
-	'wfr' => '&#xE4AB;',
1647
-	'Wopf' => '&#xE4C1;',
1648
-	'wp' => '&#x2118;',
1649
-	'wr' => '&#x2240;',
1650
-	'wreath' => '&#x2240;',
1651
-	'Wscr' => '&#xE4DB;',
1652
-	'wscr' => '&#xE4F4;',
1653
-	'xcap' => '&#x22C2;',
1654
-	'xcirc' => '&#x25CB;',
1655
-	'xcup' => '&#x22C3;',
1656
-	'xdtri' => '&#x25BD;',
1657
-	'Xfr' => '&#xE493;',
1658
-	'xfr' => '&#xE4AC;',
1659
-	'xhArr' => '&#xE202;',
1660
-	'xharr' => '&#xE203;',
1661
-	'Xi' => '&#x039E;',
1662
-	'xi' => '&#x03BE;',
1663
-	'xlArr' => '&#xE200;',
1664
-	'xlarr' => '&#xE201;',
1665
-	'xmap' => '&#xE208;',
1666
-	'xnis' => '&#xE3A3;',
1667
-	'xodot' => '&#x2299;',
1668
-	'Xopf' => '&#xE4C2;',
1669
-	'xoplus' => '&#x2295;',
1670
-	'xotime' => '&#x2297;',
1671
-	'xrArr' => '&#xE204;',
1672
-	'xrarr' => '&#xE205;',
1673
-	'Xscr' => '&#xE4DC;',
1674
-	'xscr' => '&#xE4F5;',
1675
-	'xsqcup' => '&#x2294;',
1676
-	'xuplus' => '&#x228E;',
1677
-	'xutri' => '&#x25B3;',
1678
-	'xvee' => '&#x22C1;',
1679
-	'xwedge' => '&#x22C0;',
1680
-	'yen' => '&#x00A5;',
1681
-	'Yfr' => '&#xE494;',
1682
-	'yfr' => '&#xE4AD;',
1683
-	'Yopf' => '&#xE4C3;',
1684
-	'Yscr' => '&#xE4DD;',
1685
-	'yscr' => '&#xE4F6;',
1686
-	'zeta' => '&#x03B6;',
1687
-	'Zfr' => '&#x2124;',
1688
-	'zfr' => '&#xE4AE;',
1689
-	'zigrarr' => '&#xE244;',
1690
-	'Zopf' => '&#xE4C4;',
1691
-	'Zscr' => '&#xE4DE;',
1692
-	'zscr' => '&#xE4F7;'
10
+    'ac' => '&#xE207;',
11
+    'acd' => '&#xE3A6;',
12
+    'acE' => '&E#290;',
13
+    'acute' => '&#x0301;',
14
+    'Afr' => '&#xE47C;',
15
+    'afr' => '&#xE495;',
16
+    'aleph' => '&#x2135;',
17
+    'alpha' => '&#x03B1;',
18
+    'amalg' => '&#xE251;',
19
+    'amp' => '&#x0026;',
20
+    'And' => '&#x2227;',
21
+    'and' => '&#x2227;',
22
+    'andand' => '&#xE36E;',
23
+    'andd' => '&#xE394;',
24
+    'andslope' => '&#xE50A;',
25
+    'andv' => '&#xE391;',
26
+    'ang' => '&#x2220;',
27
+    'ange' => '&#xE2D6;',
28
+    'angle' => '&#x2220;',
29
+    'angmsd' => '&#x2221;',
30
+    'angmsdaa' => '&#xE2D9;',
31
+    'angmsdab' => '&#xE2DA;',
32
+    'angmsdac' => '&#xE2DB;',
33
+    'angmsdad' => '&#xE2DC;',
34
+    'angmsdae' => '&#xE2DD;',
35
+    'angmsdaf' => '&#xE2DE;',
36
+    'angmsdag' => '&#xE2DF;',
37
+    'angmsdah' => '&#xE2E0;',
38
+    'angrt' => '&#x221F;',
39
+    'angrtvb' => '&#xE418;',
40
+    'angrtvbd' => '&#xE2E1;',
41
+    'angsph' => '&#x2222;',
42
+    'angst' => '&#x212B;',
43
+    'angzarr' => '&#xE248;',
44
+    'Aopf' => '&#xE4AF;',
45
+    'ap' => '&#x2248;',
46
+    'apacir' => '&#xE38C;',
47
+    'apE' => '&#xE315;',
48
+    'ape' => '&#x224A;',
49
+    'apid' => '&#x224B;',
50
+    'apos' => '&#x0027;',
51
+    'approx' => '&#x2248;',
52
+    'approxeq' => '&#x224A;',
53
+    'Ascr' => '&#xE4C5;',
54
+    'ascr' => '&#xE4DF;',
55
+    'ast' => '&#x2217;',
56
+    'asymp' => '&#x224D;',
57
+    'awconint' => '&#x2233;',
58
+    'awint' => '&#xE39B;',
59
+    'backcong' => '&#x224C;',
60
+    'backepsilon' => '&#xE420;',
61
+    'backprime' => '&#x2035;',
62
+    'backsim' => '&#x223D;',
63
+    'backsimeq' => '&#x22CD;',
64
+    'Backslash' => '&#x2216;',
65
+    'Barv' => '&#xE311;',
66
+    'barvee' => '&#x22BD;',
67
+    'Barwed' => '&#x2306;',
68
+    'barwed' => '&#x22BC;',
69
+    'barwedge' => '&#x22BC;',
70
+    'bbrk' => '&#xE2EE;',
71
+    'bbrktbrk' => '&#xE419;',
72
+    'bcong' => '&#x224C;',
73
+    'becaus' => '&#x2235;',
74
+    'Because' => '&#x2235;',
75
+    'because' => '&#x2235;',
76
+    'bemptyv' => '&#xE41A;',
77
+    'benzen' => '&#xE43C;',
78
+    'benzena' => '&#xE42A;',
79
+    'benzenb' => '&#xE42B;',
80
+    'benzenc' => '&#xE42C;',
81
+    'benzend' => '&#xE42D;',
82
+    'benzene' => '&#xE42E;',
83
+    'benzenf' => '&#xE42F;',
84
+    'benzeng' => '&#xE430;',
85
+    'benzenh' => '&#xE431;',
86
+    'benzeni' => '&#xE432;',
87
+    'benzenj' => '&#xE433;',
88
+    'benzenk' => '&#xE434;',
89
+    'benzenl' => '&#xE435;',
90
+    'benzenm' => '&#xE436;',
91
+    'benzenn' => '&#xE437;',
92
+    'benzeno' => '&#xE438;',
93
+    'benzenp' => '&#xE439;',
94
+    'benzenq' => '&#xE43A;',
95
+    'benzenr' => '&#xE43B;',
96
+    'bepsi' => '&#xE420;',
97
+    'bernou' => '&#x212C;',
98
+    'beta' => '&#x03B2;',
99
+    'beth' => '&#x2136;',
100
+    'between' => '&#x226C;',
101
+    'Bfr' => '&#xE47D;',
102
+    'bfr' => '&#xE496;',
103
+    'bigcap' => '&#x22C2;',
104
+    'bigcirc' => '&#x25CB;',
105
+    'bigcup' => '&#x22C3;',
106
+    'bigodot' => '&#x2299;',
107
+    'bigoplus' => '&#x2295;',
108
+    'bigotimes' => '&#x2297;',
109
+    'bigsqcup' => '&#x2294;',
110
+    'bigstar' => '&#x2605;',
111
+    'bigtriangledown' => '&#x25BD;',
112
+    'bigtriangleup' => '&#x25B3;',
113
+    'biguplus' => '&#x228E;',
114
+    'bigvee' => '&#x22C1;',
115
+    'bigwedge' => '&#x22C0;',
116
+    'bkarow' => '&#xE405;',
117
+    'blacklozenge' => '&#xE501;',
118
+    'blacksquare' => '&#x25A0;',
119
+    'blacktriangle' => '&#x25B4;',
120
+    'blacktriangledown' => '&#x25BE;',
121
+    'blacktriangleleft' => '&#x25C2;',
122
+    'blacktriangleright' => '&#x25B8;',
123
+    'blank' => '&#xE4F9;',
124
+    'blk12' => '&#x2592;',
125
+    'blk14' => '&#x2591;',
126
+    'blk34' => '&#x2593;',
127
+    'block' => '&#x2588;',
128
+    'bne' => '&#xE388;',
129
+    'bnequiv' => '&#xE387;',
130
+    'bNot' => '&#xE3AD;',
131
+    'bnot' => '&#x2310;',
132
+    'Bopf' => '&#xE4B0;',
133
+    'bot' => '&#x22A5;',
134
+    'bottom' => '&#x22A5;',
135
+    'bowtie' => '&#x22C8;',
136
+    'boxbox' => '&#xE2E6;',
137
+    'boxminus' => '&#x229F;',
138
+    'boxplus' => '&#x229E;',
139
+    'boxtimes' => '&#x22A0;',
140
+    'bprime' => '&#x2035;',
141
+    'Breve' => '&#x0306;',
142
+    'breve' => '&#x0306;',
143
+    'brvbar' => '&#x00A6;',
144
+    'Bscr' => '&#xE4C6;',
145
+    'bscr' => '&#xE4E0;',
146
+    'bsemi' => '&#xE2ED;',
147
+    'bsim' => '&#x223D;',
148
+    'bsime' => '&#x22CD;',
149
+    'bsol' => '&#x005C;',
150
+    'bsolb' => '&#xE280;',
151
+    'bsolhsub' => '&#xE34D;',
152
+    'bull' => '&#x2022;',
153
+    'bullet' => '&#x2022;',
154
+    'bump' => '&#x224E;',
155
+    'bumpe' => '&#x224F;',
156
+    'Bumpeq' => '&#x224E;',
157
+    'bumpeq' => '&#x224F;',
158
+    'Cap' => '&#x22D2;',
159
+    'cap' => '&#x2229;',
160
+    'capand' => '&#xE281;',
161
+    'capbrcup' => '&#xE271;',
162
+    'capcap' => '&#xE273;',
163
+    'capcup' => '&#xE26F;',
164
+    'capdot' => '&#xE261;',
165
+    'caps' => '&#xE275;',
166
+    'caret' => '&#x2038;',
167
+    'caron' => '&#x030C;',
168
+    'ccaps' => '&#xE279;',
169
+    'Cconint' => '&#x2230;',
170
+    'ccups' => '&#xE278;',
171
+    'ccupssm' => '&#xE27A;',
172
+    'cdot' => '&#x22C5;',
173
+    'cedil' => '&#x0327;',
174
+    'Cedilla' => '&#x0327;',
175
+    'cemptyv' => '&#xE2E8;',
176
+    'cent' => '&#x00A2;',
177
+    'CenterDot' => '&#x00B7;',
178
+    'centerdot' => '&#x00B7;',
179
+    'Cfr' => '&#xE47E;',
180
+    'cfr' => '&#xE497;',
181
+    'check' => '&#x2713;',
182
+    'checkmark' => '&#x2713;',
183
+    'chi' => '&#x03C7;',
184
+    'cir' => '&#x2218;',
185
+    'circ' => '&#x2218;',
186
+    'circeq' => '&#x2257;',
187
+    'circle' => '&#xE4FA;',
188
+    'circlearrowleft' => '&#x21BA;',
189
+    'circlearrowright' => '&#x21BB;',
190
+    'circledast' => '&#x229B;',
191
+    'circledcirc' => '&#x229A;',
192
+    'circleddash' => '&#x229D;',
193
+    'CircleDot' => '&#x2299;',
194
+    'circledR' => '&#x00AF;',
195
+    'circledS' => '&#xE41D;',
196
+    'circlef' => '&#x25CF;',
197
+    'circlefb' => '&#x25D2;',
198
+    'circlefl' => '&#x25D0;',
199
+    'circlefr' => '&#x25D1;',
200
+    'circleft' => '&#x25D3;',
201
+    'CircleMinus' => '&#x2296;',
202
+    'CirclePlus' => '&#x2295;',
203
+    'CircleTimes' => '&#x2297;',
204
+    'cirE' => '&#xE41B;',
205
+    'cire' => '&#x2257;',
206
+    'cirfnint' => '&#xE395;',
207
+    'cirmid' => '&#xE250;',
208
+    'cirscir' => '&#xE41C;',
209
+    'ClockwiseContourIntegral' => '&#x2232;',
210
+    'CloseCurlyDoubleQuote' => '&#x201D;',
211
+    'CloseCurlyQuote' => '&#x2019;',
212
+    'clubs' => '&#x2663;',
213
+    'clubsuit' => '&#x2663;',
214
+    'Colon' => '&#x2237;',
215
+    'colon' => '&#x003A;',
216
+    'Colone' => '&#xE30E;',
217
+    'colone' => '&#x2254;',
218
+    'coloneq' => '&#x2254;',
219
+    'comma' => '&#x002C;',
220
+    'commat' => '&#x0040;',
221
+    'comp' => '&#x2201;',
222
+    'compfn' => '&#x2218;',
223
+    'complement' => '&#x2201;',
224
+    'cong' => '&#x2245;',
225
+    'congdot' => '&#xE314;',
226
+    'Congruent' => '&#x2261;',
227
+    'Conint' => '&#x222F;',
228
+    'conint' => '&#x222E;',
229
+    'ContourIntegral' => '&#x222E;',
230
+    'Copf' => '&#x2102;',
231
+    'coprod' => '&#x2210;',
232
+    'Coproduct' => '&#x2210;',
233
+    'copy' => '&#x00A9;',
234
+    'copysr' => '&#x2117;',
235
+    'CounterClockwiseContourIntegral' => '&#x2233;',
236
+    'cross' => '&#x2612;',
237
+    'Cscr' => '&#xE4C7;',
238
+    'cscr' => '&#xE4E1;',
239
+    'csub' => '&#xE351;',
240
+    'csube' => '&#xE353;',
241
+    'csup' => '&#xE352;',
242
+    'csupe' => '&#xE354;',
243
+    'ctdot' => '&#x22EF;',
244
+    'cudarrl' => '&#xE23E;',
245
+    'cudarrr' => '&#xE400;',
246
+    'cuepr' => '&#x22DE;',
247
+    'cuesc' => '&#x22DF;',
248
+    'cularr' => '&#x21B6;',
249
+    'cularrp' => '&#xE24A;',
250
+    'Cup' => '&#x2323;',
251
+    'cup' => '&#x222A;',
252
+    'cupbrcap' => '&#xE270;',
253
+    'CupCap' => '&#x224D;',
254
+    'cupcap' => '&#xE26E;',
255
+    'cupcup' => '&#xE272;',
256
+    'cupdot' => '&#x228D;',
257
+    'cupor' => '&#xE282;',
258
+    'cups' => '&#xE274;',
259
+    'curarr' => '&#x21B7;',
260
+    'curarrm' => '&#xE249;',
261
+    'curlyeqprec' => '&#x22DE;',
262
+    'curlyeqsucc' => '&#x22DF;',
263
+    'curlyvee' => '&#x22CE;',
264
+    'curlywedge' => '&#x22CF;',
265
+    'curren' => '&#x00A4;',
266
+    'curvearrowleft' => '&#x21B6;',
267
+    'curvearrowright' => '&#x21B7;',
268
+    'cuvee' => '&#x22CE;',
269
+    'cuwed' => '&#x22CF;',
270
+    'cwconint' => '&#x2232;',
271
+    'cwint' => '&#x2231;',
272
+    'cylcty' => '&#x232D;',
273
+    'Dagger' => '&#x2021;',
274
+    'dagger' => '&#x2020;',
275
+    'daleth' => '&#x2138;',
276
+    'Darr' => '&#x21A1;',
277
+    'dArr' => '&#x21D3;',
278
+    'darr' => '&#x2193;',
279
+    'dash' => '&#x2010;',
280
+    'Dashv' => '&#xE30F;',
281
+    'dashv' => '&#x22A3;',
282
+    'dbkarow' => '&#xE207;',
283
+    'dblac' => '&#x030B;',
284
+    'ddagger' => '&#x2021;',
285
+    'ddarr' => '&#x21CA;',
286
+    'DDotrahd' => '&#xE238;',
287
+    'ddotseq' => '&#xE309;',
288
+    'deg' => '&#x00B0;',
289
+    'Del' => '&#x2207;',
290
+    'Delta' => '&#x0394;',
291
+    'delta' => '&#x03B4;',
292
+    'demptyv' => '&#xE2E7;',
293
+    'dfisht' => '&#xE24C;',
294
+    'Dfr' => '&#xE47F;',
295
+    'dfr' => '&#xE498;',
296
+    'dHar' => '&#xE227;',
297
+    'dharl' => '&#x21C3;',
298
+    'dharr' => '&#x21C2;',
299
+    'DiacriticalAcute' => '&#x0301;',
300
+    'DiacriticalDot' => '&#x0307;',
301
+    'DiacriticalDoubleAcute' => '&#x030B;',
302
+    'DiacriticalGrave' => '&#x0300;',
303
+    'DiacriticalLeftArrow' => '&#x20D6;',
304
+    'DiacriticalLeftRightArrow' => '&#x20E1;',
305
+    'DiacriticalLeftRightVector' => '&#xF505;',
306
+    'DiacriticalLeftVector' => '&#x20D0;',
307
+    'DiacriticalRightArrow' => '&#x20D7;',
308
+    'DiacriticalRightVector' => '&#x20D1;',
309
+    'DiacriticalTilde' => '&#x0303;',
310
+    'diam' => '&#x22C4;',
311
+    'diamond' => '&#x22C4;',
312
+    'diamondf' => '&#xE4FB;',
313
+    'diamondsuit' => '&#x2662;',
314
+    'diamonfb' => '&#xE4FC;',
315
+    'diamonfl' => '&#xE4FD;',
316
+    'diamonfr' => '&#xE4FE;',
317
+    'diamonft' => '&#xE4FF;',
318
+    'diams' => '&#x2662;',
319
+    'die' => '&#x0308;',
320
+    'digamma' => '&#x03DC;',
321
+    'disin' => '&#xE3A0;',
322
+    'div' => '&#x00F7;',
323
+    'divide' => '&#x00F7;',
324
+    'divideontimes' => '&#x22C7;',
325
+    'divonx' => '&#x22C7;',
326
+    'dlcorn' => '&#x231E;',
327
+    'dlcrop' => '&#x230D;',
328
+    'dollar' => '&#x0024;',
329
+    'Dopf' => '&#xE4B1;',
330
+    'Dot' => '&#x0308;',
331
+    'dot' => '&#x0307;',
332
+    'DotDot' => '&#x20DC;',
333
+    'doteq' => '&#x2250;',
334
+    'doteqdot' => '&#x2251;',
335
+    'DotEqual' => '&#x2250;',
336
+    'dotminus' => '&#x2238;',
337
+    'dotplus' => '&#x2214;',
338
+    'dotsquare' => '&#x22A1;',
339
+    'doublebarwedge' => '&#x2306;',
340
+    'DoubleContourIntegral' => '&#x222F;',
341
+    'DoubleDot' => '&#x0308;',
342
+    'DoubleDownArrow' => '&#x21D3;',
343
+    'DoubleLeftArrow' => '&#x21D0;',
344
+    'DoubleLeftRightArrow' => '&#x21D4;',
345
+    'DoubleLongLeftArrow' => '&#xE200;',
346
+    'DoubleLongLeftRightArrow' => '&#xE202;',
347
+    'DoubleLongRightArrow' => '&#xE204;',
348
+    'DoubleRightArrow' => '&#x21D2;',
349
+    'DoubleRightTee' => '&#x22A8;',
350
+    'DoubleUpArrow' => '&#x21D1;',
351
+    'DoubleUpDownArrow' => '&#x21D5;',
352
+    'DoubleVerticalBar' => '&#x2225;',
353
+    'DownArrow' => '&#x2193;',
354
+    'Downarrow' => '&#x21D3;',
355
+    'downarrow' => '&#x2193;',
356
+    'DownArrowUpArrow' => '&#xE216;',
357
+    'downdownarrows' => '&#x21CA;',
358
+    'downharpoonleft' => '&#x21C3;',
359
+    'downharpoonright' => '&#x21C2;',
360
+    'DownLeftVector' => '&#x21BD;',
361
+    'DownRightVector' => '&#x21C1;',
362
+    'DownTee' => '&#x22A4;',
363
+    'drbkarow' => '&#xE209;',
364
+    'drcorn' => '&#x231F;',
365
+    'drcrop' => '&#x230C;',
366
+    'Dscr' => '&#xE4C8;',
367
+    'dscr' => '&#xE4E2;',
368
+    'dsol' => '&#xE3A9;',
369
+    'dtdot' => '&#x22F1;',
370
+    'dtri' => '&#x25BF;',
371
+    'dtrif' => '&#x25BE;',
372
+    'duarr' => '&#xE216;',
373
+    'duhar' => '&#xE217;',
374
+    'dwangle' => '&#xE3AA;',
375
+    'dzigrarr' => '&#x21DD;',
376
+    'easter' => '&#x225B;',
377
+    'ecir' => '&#x2256;',
378
+    'ecolon' => '&#x2255;',
379
+    'eDDot' => '&#xE309;',
380
+    'eDot' => '&#x2251;',
381
+    'efDot' => '&#x2252;',
382
+    'Efr' => '&#xE480;',
383
+    'efr' => '&#xE499;',
384
+    'eg' => '&#xE328;',
385
+    'egs' => '&#x22DD;',
386
+    'egsdot' => '&#xE324;',
387
+    'el' => '&#xE327;',
388
+    'Element' => '&#x2208;',
389
+    'elinters' => '&#xE3A7;',
390
+    'ell' => '&#x2113;',
391
+    'els' => '&#x22DC;',
392
+    'elsdot' => '&#xE323;',
393
+    'empty' => '&#xE2D3;',
394
+    'emptyset' => '&#xE2D3;',
395
+    'emptyv' => '&#x2205;',
396
+    'emsp' => '&#x2003;',
397
+    'emsp13' => '&#x2004;',
398
+    'emsp14' => '&#x2005;',
399
+    'ensp' => '&#x2002;',
400
+    'Eopf' => '&#xE4B2;',
401
+    'epar' => '&#x22D5;',
402
+    'eparsl' => '&#xE384;',
403
+    'eplus' => '&#xE268;',
404
+    'epsi' => '&#x220A;',
405
+    'epsiv' => '&#x03B5;',
406
+    'eqcirc' => '&#x2256;',
407
+    'eqcolon' => '&#x2255;',
408
+    'eqsim' => '&#x2242;',
409
+    'eqslantgtr' => '&#x22DD;',
410
+    'eqslantless' => '&#x22DC;',
411
+    'equals' => '&#x003D;',
412
+    'EqualTilde' => '&#x2242;',
413
+    'equest' => '&#x225F;',
414
+    'Equilibrium' => '&#x21CC;',
415
+    'equiv' => '&#x2261;',
416
+    'equivDD' => '&#xE318;',
417
+    'eqvparsl' => '&#xE386;',
418
+    'erarr' => '&#xE236;',
419
+    'erDot' => '&#x2253;',
420
+    'Escr' => '&#xE4C9;',
421
+    'escr' => '&#xE4E3;',
422
+    'esdot' => '&#x2250;',
423
+    'Esim' => '&#xE317;',
424
+    'esim' => '&#x2242;',
425
+    'eta' => '&#x03B7;',
426
+    'excl' => '&#x0021;',
427
+    'exist' => '&#x2203;',
428
+    'Exists' => '&#x2203;',
429
+    'fallingdotseq' => '&#x2252;',
430
+    'female' => '&#x2640;',
431
+    'ffilig' => '&#xFB03;',
432
+    'fflig' => '&#xFB00;',
433
+    'ffllig' => '&#xFB04;',
434
+    'Ffr' => '&#xE481;',
435
+    'ffr' => '&#xE49A;',
436
+    'filig' => '&#xFB01;',
437
+    'fjlig' => '&#xE500;',
438
+    'flat' => '&#x266D;',
439
+    'fllig' => '&#xFB02;',
440
+    'fltns' => '&#xE381;',
441
+    'Fopf' => '&#xE4B3;',
442
+    'ForAll' => '&#x2200;',
443
+    'forall' => '&#x2200;',
444
+    'fork' => '&#x22D4;',
445
+    'forkv' => '&#xE31B;',
446
+    'fpartint' => '&#xE396;',
447
+    'frac12' => '&#x00BD;',
448
+    'frac13' => '&#x2153;',
449
+    'frac14' => '&#x00BC;',
450
+    'frac15' => '&#x2155;',
451
+    'frac16' => '&#x2159;',
452
+    'frac18' => '&#x215B;',
453
+    'frac23' => '&#x2254;',
454
+    'frac25' => '&#x2156;',
455
+    'frac34' => '&#x00BE;',
456
+    'frac35' => '&#x2157;',
457
+    'frac38' => '&#x215C;',
458
+    'frac45' => '&#x2158;',
459
+    'frac56' => '&#x215A;',
460
+    'frac58' => '&#x215D;',
461
+    'frac78' => '&#x215E;',
462
+    'frown' => '&#x2322;',
463
+    'Fscr' => '&#xE4CA;',
464
+    'fscr' => '&#xE4E4;',
465
+    'Gamma' => '&#x0393;',
466
+    'gamma' => '&#x03B3;',
467
+    'Gammad' => '&#x03DC;',
468
+    'gammad' => '&#x03DC;',
469
+    'gap' => '&#x2273;',
470
+    'gE' => '&#x2267;',
471
+    'ge' => '&#x2265;',
472
+    'gEl' => '&#x22DB;',
473
+    'gel' => '&#x22DB;',
474
+    'geq' => '&#x2265;',
475
+    'geqq' => '&#x2267;',
476
+    'geqslant' => '&#xE421;',
477
+    'ges' => '&#xE421;',
478
+    'gescc' => '&#xE358;',
479
+    'gesdot' => '&#xE31E;',
480
+    'gesdoto' => '&#xE320;',
481
+    'gesdotol' => '&#xE322;',
482
+    'gesl' => '&#xE32C;',
483
+    'gesles' => '&#xE332;',
484
+    'Gfr' => '&#xE482;',
485
+    'gfr' => '&#xE49B;',
486
+    'Gg' => '&#x22D9;',
487
+    'gg' => '&#x226B;',
488
+    'ggg' => '&#x22D9;',
489
+    'gimel' => '&#x2137;',
490
+    'gl' => '&#x2277;',
491
+    'gla' => '&#xE330;',
492
+    'glE' => '&#xE32E;',
493
+    'glj' => '&#xE32F;',
494
+    'gnap' => '&#xE411;',
495
+    'gnapprox' => '&#xE411;',
496
+    'gnE' => '&#x2269;',
497
+    'gne' => '&#x2269;',
498
+    'gneq' => '&#x2269;',
499
+    'gneqq' => '&#x2269;',
500
+    'gnsim' => '&#x22E7;',
501
+    'Gopf' => '&#xE4B4;',
502
+    'grave' => '&#x0300;',
503
+    'GreaterEqual' => '&#x2265;',
504
+    'GreaterEqualLess' => '&#x22DB;',
505
+    'GreaterFullEqual' => '&#x2267;',
506
+    'GreaterLess' => '&#x2277;',
507
+    'GreaterSlantEqual' => '&#xE421;',
508
+    'GreaterTilde' => '&#x2273;',
509
+    'Gscr' => '&#xE4CB;',
510
+    'gscr' => '&#xE4E5;',
511
+    'gsim' => '&#x2273;',
512
+    'gsime' => '&#xE334;',
513
+    'gsiml' => '&#xE336;',
514
+    'Gt' => '&#x226B;',
515
+    'gt' => '&#x003E;',
516
+    'gtcc' => '&#xE356;',
517
+    'gtcir' => '&#xE326;',
518
+    'gtdot' => '&#x22D7;',
519
+    'gtlPar' => '&#xE296;',
520
+    'gtquest' => '&#xE32A;',
521
+    'gtrapprox' => '&#x2273;',
522
+    'gtrarr' => '&#xE35F;',
523
+    'gtrdot' => '&#x22D7;',
524
+    'gtreqless' => '&#x22DB;',
525
+    'gtreqqless' => '&#x22DB;',
526
+    'gtrless' => '&#x2277;',
527
+    'gtrsim' => '&#x2273;',
528
+    'gvertneqq' => '&#xE2A1;',
529
+    'gvnE' => '&#xE2A1;',
530
+    'Hacek' => '&#x030C;',
531
+    'hairsp' => '&#x200A;',
532
+    'half' => '&#x00BD;',
533
+    'hamilt' => '&#x210B;',
534
+    'hArr' => '&#x21D4;',
535
+    'harr' => '&#x2194;',
536
+    'harrcir' => '&#xE240;',
537
+    'harrw' => '&#x21AD;',
538
+    'Hat' => '&#x0302;',
539
+    'hbar' => '&#xE2D5;',
540
+    'hbenzen' => '&#xE44F;',
541
+    'hbenzena' => '&#xE43D;',
542
+    'hbenzenb' => '&#xE43E;',
543
+    'hbenzenc' => '&#xE43F;',
544
+    'hbenzend' => '&#xE440;',
545
+    'hbenzene' => '&#xE441;',
546
+    'hbenzenf' => '&#xE442;',
547
+    'hbenzeng' => '&#xE443;',
548
+    'hbenzenh' => '&#xE444;',
549
+    'hbenzeni' => '&#xE445;',
550
+    'hbenzenj' => '&#xE446;',
551
+    'hbenzenk' => '&#xE447;',
552
+    'hbenzenl' => '&#xE448;',
553
+    'hbenzenm' => '&#xE449;',
554
+    'hbenzenn' => '&#xE44A;',
555
+    'hbenzeno' => '&#xE44B;',
556
+    'hbenzenp' => '&#xE44C;',
557
+    'hbenzenq' => '&#xE44D;',
558
+    'hbenzenr' => '&#xE44E;',
559
+    'hearts' => '&#x2661;',
560
+    'heartsuit' => '&#x2661;',
561
+    'hellip' => '&#x2026;',
562
+    'hercon' => '&#x22B9;',
563
+    'Hfr' => '&#xE483;',
564
+    'hfr' => '&#xE49C;',
565
+    'hksearow' => '&#xE20B;',
566
+    'hkswarow' => '&#xE20A;',
567
+    'hoarr' => '&#xE243;',
568
+    'homtht' => '&#x223B;',
569
+    'hookleftarrow' => '&#x21A9;',
570
+    'hookrightarrow' => '&#x21AA;',
571
+    'Hopf' => '&#xE4B5;',
572
+    'horbar' => '&#x2015;',
573
+    'Hscr' => '&#xE4CC;',
574
+    'hscr' => '&#xE4E6;',
575
+    'hslash' => '&#x210F;',
576
+    'HumpDownHump' => '&#x224E;',
577
+    'HumpEqual' => '&#x224F;',
578
+    'hybull' => '&#x2043;',
579
+    'hyphen' => '&#xE4F8;',
580
+    'iexcl' => '&#x00A1;',
581
+    'iff' => '&#xE365;',
582
+    'Ifr' => '&#xE484;',
583
+    'ifr' => '&#xE49D;',
584
+    'iiiint' => '&#xE378;',
585
+    'iiint' => '&#x222D;',
586
+    'iinfin' => '&#xE372;',
587
+    'iiota' => '&#x2129;',
588
+    'Im' => '&#x2111;',
589
+    'image' => '&#x2111;',
590
+    'imath' => '&#x0131;',
591
+    'imof' => '&#x22B7;',
592
+    'imped' => '&#xE50B;',
593
+    'Implies' => '&#x21D2;',
594
+    'in' => '&#x220A;',
595
+    'incare' => '&#x2105;',
596
+    'infin' => '&#x221E;',
597
+    'infintie' => '&#xE50C;',
598
+    'Int' => '&#x222C;',
599
+    'int' => '&#x222B;',
600
+    'intcal' => '&#x22BA;',
601
+    'Integral' => '&#x222B;',
602
+    'intercal' => '&#x22BA;',
603
+    'Intersection' => '&#x22C2;',
604
+    'intlarhk' => '&#xE39A;',
605
+    'intprod' => '&#xE259;',
606
+    'Iopf' => '&#xE4B6;',
607
+    'iota' => '&#x03B9;',
608
+    'iprod' => '&#xE259;',
609
+    'iquest' => '&#x00BF;',
610
+    'Iscr' => '&#xE4CD;',
611
+    'iscr' => '&#xE4E7;',
612
+    'isin' => '&#x220A;',
613
+    'isindot' => '&#xE39C;',
614
+    'isinE' => '&#xE39E;',
615
+    'isins' => '&#xE3A4;',
616
+    'isinsv' => '&#xE3A2;',
617
+    'isinv' => '&#x2208;',
618
+    'Jfr' => '&#xE485;',
619
+    'jfr' => '&#xE49E;',
620
+    'jmath' => '&#xE2D4;',
621
+    'Jopf' => '&#xE4B7;',
622
+    'Jscr' => '&#xE4CE;',
623
+    'jscr' => '&#xE4E8;',
624
+    'kappa' => '&#x03BA;',
625
+    'kappav' => '&#x03F0;',
626
+    'Kfr' => '&#xE486;',
627
+    'kfr' => '&#xE49F;',
628
+    'Kopf' => '&#xE4B8;',
629
+    'Kscr' => '&#xE4CF;',
630
+    'kscr' => '&#xE4E9;',
631
+    'lAarr' => '&#x21DA;',
632
+    'laemptyv' => '&#xE2EA;',
633
+    'lagran' => '&#x2112;',
634
+    'Lambda' => '&#x039B;',
635
+    'lambda' => '&#x03BB;',
636
+    'Lang' => '&#x300A;',
637
+    'lang' => '&#x3008;',
638
+    'langd' => '&#xE297;',
639
+    'langle' => '&#x3008;',
640
+    'lap' => '&#x2272;',
641
+    'laquo' => '&#x00AB;',
642
+    'Larr' => '&#x219E;',
643
+    'lArr' => '&#x21D0;',
644
+    'larr' => '&#x2190;',
645
+    'larrbfs' => '&#xE220;',
646
+    'larrfs' => '&#xE222;',
647
+    'larrhk' => '&#x21A9;',
648
+    'larrlp' => '&#x21AB;',
649
+    'larrpl' => '&#xE23F;',
650
+    'larrsim' => '&#xE24E;',
651
+    'larrtl' => '&#x21A2;',
652
+    'lat' => '&#xE33A;',
653
+    'lAtail' => '&#xE23D;',
654
+    'latail' => '&#xE23C;',
655
+    'late' => '&#xE33C;',
656
+    'lates' => '&#xE33E;',
657
+    'lBarr' => '&#xE206;',
658
+    'lbarr' => '&#xE402;',
659
+    'lbbrk' => '&#x3014;',
660
+    'lbrace' => '&#x007B;',
661
+    'lbrack' => '&#x005B;',
662
+    'lbrke' => '&#xE299;',
663
+    'lbrksld' => '&#xE29D;',
664
+    'lbrkslu' => '&#xE29B;',
665
+    'lceil' => '&#x2308;',
666
+    'lcub' => '&#x007B;',
667
+    'ldca' => '&#xE21A;',
668
+    'ldquo' => '&#x201C;',
669
+    'ldquor' => '&#x201E;',
670
+    'ldrdhar' => '&#xE22C;',
671
+    'ldrushar' => '&#xE228;',
672
+    'ldsh' => '&#x21B2;',
673
+    'lE' => '&#x2266;',
674
+    'le' => '&#x2264;',
675
+    'LeftAngleBracket' => '&#x3008;',
676
+    'LeftArrow' => '&#x2190;',
677
+    'Leftarrow' => '&#x21D0;',
678
+    'leftarrow' => '&#x2190;',
679
+    'LeftArrowRightArrow' => '&#x21C6;',
680
+    'leftarrowtail' => '&#x21A2;',
681
+    'LeftCeiling' => '&#x2308;',
682
+    'LeftDownVector' => '&#x21C3;',
683
+    'LeftFloor' => '&#x230A;',
684
+    'leftharpoondown' => '&#x21BD;',
685
+    'leftharpoonup' => '&#x21BC;',
686
+    'leftleftarrows' => '&#x21C7;',
687
+    'LeftRightArrow' => '&#x2194;',
688
+    'Leftrightarrow' => '&#x21D4;',
689
+    'leftrightarrow' => '&#x2194;',
690
+    'leftrightarrows' => '&#x21C6;',
691
+    'leftrightharpoons' => '&#x21CB;',
692
+    'leftrightsquigarrow' => '&#x21AD;',
693
+    'LeftTee' => '&#x22A3;',
694
+    'leftthreetimes' => '&#x22CB;',
695
+    'LeftTriangle' => '&#x22B2;',
696
+    'LeftTriangleEqual' => '&#x22B4;',
697
+    'LeftUpVector' => '&#x21BF;',
698
+    'LeftVector' => '&#x21BC;',
699
+    'lEg' => '&#x22DA;',
700
+    'leg' => '&#x22DA;',
701
+    'leq' => '&#x2264;',
702
+    'leqq' => '&#x2266;',
703
+    'leqslant' => '&#xE425;',
704
+    'les' => '&#xE425;',
705
+    'lescc' => '&#xE357;',
706
+    'lesdot' => '&#xE31D;',
707
+    'lesdoto' => '&#xE31F;',
708
+    'lesdotor' => '&#xE321;',
709
+    'lesg' => '&#xE32B;',
710
+    'lesges' => '&#xE331;',
711
+    'lessapprox' => '&#x2272;',
712
+    'lessdot' => '&#x22D6;',
713
+    'lesseqgtr' => '&#x22DA;',
714
+    'lesseqqgtr' => '&#x22DA;',
715
+    'LessEqualGreater' => '&#x22DA;',
716
+    'LessFullEqual' => '&#x2266;',
717
+    'LessGreater' => '&#x2276;',
718
+    'lessgtr' => '&#x2276;',
719
+    'lesssim' => '&#x2272;',
720
+    'LessSlantEqual' => '&#xE425;',
721
+    'LessTilde' => '&#x2272;',
722
+    'lfisht' => '&#xE214;',
723
+    'lfloor' => '&#x230A;',
724
+    'Lfr' => '&#xE487;',
725
+    'lfr' => '&#xE4A0;',
726
+    'lg' => '&#x2276;',
727
+    'lgE' => '&#xE32D;',
728
+    'lHar' => '&#xE225;',
729
+    'lhard' => '&#x21BD;',
730
+    'lharu' => '&#x21BC;',
731
+    'lharul' => '&#xE22E;',
732
+    'lhblk' => '&#x2584;',
733
+    'Ll' => '&#x22D8;',
734
+    'll' => '&#x226A;',
735
+    'llarr' => '&#x21C7;',
736
+    'llcorner' => '&#x231E;',
737
+    'Lleftarrow' => '&#x21DA;',
738
+    'llhard' => '&#xE231;',
739
+    'lltri' => '&#xE2E5;',
740
+    'lmoust' => '&#xE294;',
741
+    'lmoustache' => '&#xE294;',
742
+    'lnap' => '&#xE2A2;',
743
+    'lnapprox' => '&#xE2A2;',
744
+    'lnE' => '&#x2268;',
745
+    'lne' => '&#x2268;',
746
+    'lneq' => '&#x2268;',
747
+    'lneqq' => '&#x2268;',
748
+    'lnsim' => '&#x22E6;',
749
+    'loang' => '&#x3018;',
750
+    'loarr' => '&#xE242;',
751
+    'lobrk' => '&#x301A;',
752
+    'LongLeftArrow' => '&#xE201;',
753
+    'Longleftarrow' => '&#xE200;',
754
+    'longleftarrow' => '&#xE201;',
755
+    'LongLeftRightArrow' => '&#xE203;',
756
+    'Longleftrightarrow' => '&#xE202;',
757
+    'longleftrightarrow' => '&#xE203;',
758
+    'longmapsto' => '&#xE208;',
759
+    'LongRightArrow' => '&#xE205;',
760
+    'Longrightarrow' => '&#xE204;',
761
+    'longrightarrow' => '&#xE205;',
762
+    'looparrowleft' => '&#x21AB;',
763
+    'looparrowright' => '&#x21AC;',
764
+    'lopar' => '&#xE379;',
765
+    'Lopf' => '&#xE4B9;',
766
+    'loplus' => '&#xE25C;',
767
+    'lotimes' => '&#xE25E;',
768
+    'lowast' => '&#x2217;',
769
+    'lowbar' => '&#x005F;',
770
+    'LowerLeftArrow' => '&#x2199;',
771
+    'LowerRightArrow' => '&#x2198;',
772
+    'loz' => '&#x25CA;',
773
+    'lozenge' => '&#x25CA;',
774
+    'lozf' => '&#xE501;',
775
+    'lpar' => '&#x0028;',
776
+    'lparlt' => '&#xE292;',
777
+    'lrarr' => '&#x21C6;',
778
+    'lrcorner' => '&#x231F;',
779
+    'lrhar' => '&#x21CB;',
780
+    'lrhard' => '&#xE22F;',
781
+    'lrtri' => '&#xE2E3;',
782
+    'Lscr' => '&#xE4D0;',
783
+    'lscr' => '&#xE4EA;',
784
+    'Lsh' => '&#x21B0;',
785
+    'lsh' => '&#x21B0;',
786
+    'lsim' => '&#x2272;',
787
+    'lsime' => '&#xE333;',
788
+    'lsimg' => '&#xE335;',
789
+    'lsqb' => '&#x005B;',
790
+    'lsquo' => '&#x2018;',
791
+    'lsquor' => '&#x201A;',
792
+    'Lt' => '&#x226A;',
793
+    'lt' => '&#x003C;',
794
+    'ltcc' => '&#xE355;',
795
+    'ltcir' => '&#xE325;',
796
+    'ltdot' => '&#x22D6;',
797
+    'lthree' => '&#x22CB;',
798
+    'ltimes' => '&#x22C9;',
799
+    'ltlarr' => '&#xE35E;',
800
+    'ltquest' => '&#xE329;',
801
+    'ltri' => '&#x25C3;',
802
+    'ltrie' => '&#x22B4;',
803
+    'ltrif' => '&#x25C2;',
804
+    'ltrPar' => '&#xE295;',
805
+    'lurdshar' => '&#xE229;',
806
+    'luruhar' => '&#xE22B;',
807
+    'lvertneqq' => '&#xE2A4;',
808
+    'lvnE' => '&#xE2A4;',
809
+    'macr' => '&#x0304;',
810
+    'male' => '&#x2642;',
811
+    'malt' => '&#x2720;',
812
+    'maltese' => '&#x2720;',
813
+    'Map' => '&#xE212;',
814
+    'map' => '&#x21A6;',
815
+    'mapsto' => '&#x21A6;',
816
+    'marker' => '&#xE502;',
817
+    'mcomma' => '&#xE31A;',
818
+    'mdash' => '&#x2014;',
819
+    'mDDot' => '&#x223A;',
820
+    'measuredangle' => '&#x2221;',
821
+    'Mfr' => '&#xE488;',
822
+    'mfr' => '&#xE4A1;',
823
+    'mho' => '&#x2127;',
824
+    'micro' => '&#x00B5;',
825
+    'mid' => '&#x2223;',
826
+    'midast' => '&#x2217;',
827
+    'midcir' => '&#xE20F;',
828
+    'middot' => '&#x00B7;',
829
+    'minus' => '&#x2212;',
830
+    'minusb' => '&#x229F;',
831
+    'minusd' => '&#x2238;',
832
+    'minusdu' => '&#xE25B;',
833
+    'MinusPlus' => '&#x2213;',
834
+    'mlcp' => '&#xE30A;',
835
+    'mldr' => '&#xE503;',
836
+    'mnplus' => '&#x2213;',
837
+    'models' => '&#x22A7;',
838
+    'Mopf' => '&#xE4BA;',
839
+    'mp' => '&#x2213;',
840
+    'Mscr' => '&#xE4D1;',
841
+    'mscr' => '&#xE4EB;',
842
+    'mstpos' => '&#x223E;',
843
+    'mu' => '&#x03BC;',
844
+    'multimap' => '&#x22B8;',
845
+    'mumap' => '&#x22B8;',
846
+    'nabla' => '&#x2207;',
847
+    'nang' => '&#xE2D8;',
848
+    'nap' => '&#x2249;',
849
+    'napE' => '&#xE2C7;',
850
+    'napid' => '&#xE2BC;',
851
+    'napprox' => '&#x2249;',
852
+    'natur' => '&#x266E;',
853
+    'natural' => '&#x266E;',
854
+    'nbsp' => '&#x00A0;',
855
+    'ncap' => '&#xE284;',
856
+    'ncong' => '&#x2247;',
857
+    'ncongdot' => '&#xE2C5;',
858
+    'ncup' => '&#xE283;',
859
+    'ndash' => '&#x2013;',
860
+    'ne' => '&#x2260;',
861
+    'nearhk' => '&#xE20D;',
862
+    'neArr' => '&#x21D7;',
863
+    'nearr' => '&#x2197;',
864
+    'nearrow' => '&#x2197;',
865
+    'nedot' => '&#xE38A;',
866
+    'nequiv' => '&#x2262;',
867
+    'nesear' => '&#xE20E;',
868
+    'NestedGreaterGreater' => '&#x226B;',
869
+    'NestedLessLess' => '&#x226A;',
870
+    'nexist' => '&#x2204;',
871
+    'nexists' => '&#x2204;',
872
+    'Nfr' => '&#xE489;',
873
+    'nfr' => '&#xE4A2;',
874
+    'ngE' => '&#x2271;',
875
+    'nge' => '&#xE2A6;',
876
+    'ngeq' => '&#xE2A6;',
877
+    'ngeqq' => '&#x2271;',
878
+    'ngeqslant' => '&#x2271;',
879
+    'nges' => '&#x2271;',
880
+    'nGg' => '&#xE2CE;',
881
+    'ngsim' => '&#x2275;',
882
+    'nGt' => '&#xE2CA;',
883
+    'ngt' => '&#x226F;',
884
+    'ngtr' => '&#x226F;',
885
+    'nGtv' => '&#xE2CC;',
886
+    'nhArr' => '&#x21CE;',
887
+    'nharr' => '&#x21AE;',
888
+    'nhpar' => '&#xE38D;',
889
+    'ni' => '&#x220D;',
890
+    'nis' => '&#xE3A5;',
891
+    'nisd' => '&#xE3A1;',
892
+    'niv' => '&#x220B;',
893
+    'nlArr' => '&#x21CD;',
894
+    'nlarr' => '&#x219A;',
895
+    'nldr' => '&#x2025;',
896
+    'nlE' => '&#x2270;',
897
+    'nle' => '&#xE2A7;',
898
+    'nLeftarrow' => '&#x21CD;',
899
+    'nleftarrow' => '&#x219A;',
900
+    'nLeftrightarrow' => '&#x21CE;',
901
+    'nleftrightarrow' => '&#x21AE;',
902
+    'nleq' => '&#xE2A7;',
903
+    'nleqq' => '&#x2270;',
904
+    'nleqslant' => '&#x2270;',
905
+    'nles' => '&#x2270;',
906
+    'nless' => '&#x226E;',
907
+    'nLl' => '&#xE2CD;',
908
+    'nlsim' => '&#x2274;',
909
+    'nLt' => '&#xE2C9;',
910
+    'nlt' => '&#x226E;',
911
+    'nltri' => '&#x22EA;',
912
+    'nltrie' => '&#x22EC;',
913
+    'nLtv' => '&#xE2CB;',
914
+    'nmid' => '&#x2224;',
915
+    'Nopf' => '&#x2115;',
916
+    'Not' => '&#xE3AC;',
917
+    'not' => '&#x00AC;',
918
+    'NotCongruent' => '&#x2262;',
919
+    'NotDoubleVerticalBar' => '&#x2226;',
920
+    'NotElement' => '&#x2209;',
921
+    'NotEqual' => '&#x2260;',
922
+    'NotExists' => '&#x2204;',
923
+    'NotGreater' => '&#x226F;',
924
+    'NotGreaterEqual' => '&#xE2A6;',
925
+    'NotGreaterFullEqual' => '&#x2270;',
926
+    'NotGreaterGreater' => '&#xE2CC;',
927
+    'NotGreaterLess' => '&#x2279;',
928
+    'NotGreaterSlantEqual' => '&#x2271;',
929
+    'NotGreaterTilde' => '&#x2275;',
930
+    'notin' => '&#x2209;',
931
+    'notindot' => '&#xE39D;',
932
+    'notinE' => '&#xE50D;',
933
+    'notinva' => '&#xE370;',
934
+    'notinvb' => '&#xE37B;',
935
+    'notinvc' => '&#xE37C;',
936
+    'NotLeftTriangle' => '&#x22EA;',
937
+    'NotLeftTriangleEqual' => '&#x22EC;',
938
+    'NotLess' => '&#x226E;',
939
+    'NotLessEqual' => '&#xE2A7;',
940
+    'NotLessFullEqual' => '&#x2270;',
941
+    'NotLessGreater' => '&#x2278;',
942
+    'NotLessLess' => '&#xE2CB;',
943
+    'NotLessSlantEqual' => '&#x2270;',
944
+    'NotLessTilde' => '&#x2274;',
945
+    'notni' => '&#x220C;',
946
+    'notniva' => '&#x220C;',
947
+    'notnivb' => '&#xE37D;',
948
+    'notnivc' => '&#xE37E;',
949
+    'NotPrecedes' => '&#x2280;',
950
+    'NotPrecedesEqual' => '&#xE412;',
951
+    'NotPrecedesSlantEqual' => '&#x22E0;',
952
+    'NotReverseElement' => '&#x220C;',
953
+    'NotRightTriangle' => '&#x22EB;',
954
+    'NotRightTriangleEqual' => '&#x22ED;',
955
+    'NotSquareSubsetEqual' => '&#x22E2;',
956
+    'NotSquareSupersetEqual' => '&#x22E3;',
957
+    'NotSubset' => '&#x2284;',
958
+    'NotSucceeds' => '&#x2281;',
959
+    'NotSucceedsEqual' => '&#xE413;',
960
+    'NotSucceedsSlantEqual' => '&#x22E1;',
961
+    'NotSuperset' => '&#x2285;',
962
+    'NotTilde' => '&#x2241;',
963
+    'NotTildeEqual' => '&#x2244;',
964
+    'NotTildeFullEqual' => '&#x2247;',
965
+    'NotTildeTilde' => '&#x2249;',
966
+    'NotVerticalBar' => '&#x2224;',
967
+    'npar' => '&#x2226;',
968
+    'nparallel' => '&#x2226;',
969
+    'nparsl' => '&#xE389;',
970
+    'npart' => '&#xE390;',
971
+    'npolint' => '&#xE399;',
972
+    'npr' => '&#x2280;',
973
+    'nprcue' => '&#x22E0;',
974
+    'npre' => '&#xE412;',
975
+    'nprec' => '&#x2280;',
976
+    'npreceq' => '&#xE412;',
977
+    'nrArr' => '&#x21CF;',
978
+    'nrarr' => '&#x219B;',
979
+    'nrarrc' => '&#xE21D;',
980
+    'nrarrw' => '&#xE21B;',
981
+    'nRightarrow' => '&#x21CF;',
982
+    'nrightarrow' => '&#x219B;',
983
+    'nrtri' => '&#x22EB;',
984
+    'nrtrie' => '&#x22ED;',
985
+    'nsc' => '&#x2281;',
986
+    'nsccue' => '&#x22E1;',
987
+    'nsce' => '&#xE413;',
988
+    'Nscr' => '&#xE4D2;',
989
+    'nscr' => '&#xE4EC;',
990
+    'nshortmid' => '&#xE2AA;',
991
+    'nshortparallel' => '&#xE2AB;',
992
+    'nsim' => '&#x2241;',
993
+    'nsime' => '&#x2244;',
994
+    'nsimeq' => '&#x2244;',
995
+    'nsmid' => '&#xE2AA;',
996
+    'nspar' => '&#xE2AB;',
997
+    'nsqsube' => '&#x22E2;',
998
+    'nsqsupe' => '&#x22E3;',
999
+    'nsub' => '&#x2284;',
1000
+    'nsubE' => '&#x2288;',
1001
+    'nsube' => '&#x2288;',
1002
+    'nsubset' => '&#x2284;',
1003
+    'nsubseteq' => '&#x2288;',
1004
+    'nsubseteqq' => '&#x2288;',
1005
+    'nsucc' => '&#x2281;',
1006
+    'nsucceq' => '&#xE413;',
1007
+    'nsup' => '&#x2285;',
1008
+    'nsupE' => '&#x2289;',
1009
+    'nsupe' => '&#x2289;',
1010
+    'nsupset' => '&#x2285;',
1011
+    'nsupseteq' => '&#x2289;',
1012
+    'nsupseteqq' => '&#x2289;',
1013
+    'ntgl' => '&#x2279;',
1014
+    'ntlg' => '&#x2278;',
1015
+    'ntriangleleft' => '&#x22EA;',
1016
+    'ntrianglelefteq' => '&#x22EC;',
1017
+    'ntriangleright' => '&#x22EB;',
1018
+    'ntrianglerighteq' => '&#x22ED;',
1019
+    'ntvgl' => '&#x2279;',
1020
+    'ntvlg' => '&#x2278;',
1021
+    'nu' => '&#x03BD;',
1022
+    'num' => '&#x0023;',
1023
+    'numsp' => '&#x2007;',
1024
+    'nvap' => '&#xE2C6;',
1025
+    'nVDash' => '&#x22AF;',
1026
+    'nVdash' => '&#x22AE;',
1027
+    'nvDash' => '&#x22AD;',
1028
+    'nvdash' => '&#x22AC;',
1029
+    'nvge' => '&#x2271;',
1030
+    'nvgt' => '&#x226F;',
1031
+    'nvhArr*' => '&#x21CE;',
1032
+    'nvinfin' => '&#xE38E;',
1033
+    'nvlArr' => '&#x21CD;',
1034
+    'nvle' => '&#x2270;',
1035
+    'nvlt' => '&#x226E;',
1036
+    'nvltrie' => '&#xE2D0;',
1037
+    'nvrArr' => '&#x21CF;',
1038
+    'nvrtrie' => '&#xE2CF;',
1039
+    'nvsim' => '&#xE415;',
1040
+    'nwarhk' => '&#xE20C;',
1041
+    'nwArr' => '&#x21D6;',
1042
+    'nwarr' => '&#x2196;',
1043
+    'nwarrow' => '&#x2196;',
1044
+    'nwnear' => '&#xE211;',
1045
+    'oast' => '&#x229B;',
1046
+    'ocir' => '&#x229A;',
1047
+    'odash' => '&#x229D;',
1048
+    'odiv' => '&#xE285;',
1049
+    'odot' => '&#x2299;',
1050
+    'odsold' => '&#xE286;',
1051
+    'ofcir' => '&#xE287;',
1052
+    'Ofr' => '&#xE48A;',
1053
+    'ofr' => '&#xE4A3;',
1054
+    'ogon' => '&#x0328;',
1055
+    'ogt' => '&#xE289;',
1056
+    'ohbar' => '&#xE260;',
1057
+    'ohm' => '&#x2126;',
1058
+    'oint' => '&#x222E;',
1059
+    'olarr' => '&#x21BA;',
1060
+    'olcir' => '&#xE409;',
1061
+    'olcross' => '&#xE3A8;',
1062
+    'olt' => '&#xE288;',
1063
+    'Omega' => '&#x03A9;',
1064
+    'omega' => '&#x03C9;',
1065
+    'omicron' => '&#x03BE;',
1066
+    'omid' => '&#xE40A;',
1067
+    'ominus' => '&#x2296;',
1068
+    'Oopf' => '&#xE4BC;',
1069
+    'opar' => '&#xE28A;',
1070
+    'OpenCurlyDoubleQuote' => '&#x201C;',
1071
+    'OpenCurlyQuote' => '&#x2018;',
1072
+    'operp' => '&#xE28B;',
1073
+    'oplus' => '&#x2295;',
1074
+    'Or' => '&#xE375;',
1075
+    'or' => '&#x2228;',
1076
+    'orarr' => '&#x21BB;',
1077
+    'ord' => '&#xE393;',
1078
+    'order' => '&#x2134;',
1079
+    'ordf' => '&#x00AA;',
1080
+    'ordm' => '&#x00BA;',
1081
+    'origof' => '&#x22B6;',
1082
+    'oror' => '&#xE50E;',
1083
+    'orslope' => '&#xE3AE;',
1084
+    'orv' => '&#xE392;',
1085
+    'oS' => '&#xE41D;',
1086
+    'Oscr' => '&#xE4D3;',
1087
+    'oscr' => '&#xE4ED;',
1088
+    'oslash' => '&#x2298;',
1089
+    'osol' => '&#x2298;',
1090
+    'Otimes' => '&#xE28C;',
1091
+    'otimes' => '&#x2297;',
1092
+    'otimesas' => '&#xE28D;',
1093
+    'ovbar' => '&#xE40B;',
1094
+    'OverLine' => '&#x0305;',
1095
+    'par' => '&#x2225;',
1096
+    'para' => '&#x00B6;',
1097
+    'parallel' => '&#x2225;',
1098
+    'parsim' => '&#xE2C8;',
1099
+    'parsl' => '&#xE382;',
1100
+    'part' => '&#x2202;',
1101
+    'PartialD' => '&#x2202;',
1102
+    'percnt' => '&#x0025;',
1103
+    'period' => '&#x002E;',
1104
+    'permil' => '&#x2030;',
1105
+    'perp' => '&#x22A5;',
1106
+    'pertenk' => '&#x2031;',
1107
+    'Pfr' => '&#xE48B;',
1108
+    'pfr' => '&#xE4A4;',
1109
+    'Phi' => '&#x03A6;',
1110
+    'phi' => '&#x03C6;',
1111
+    'phiv' => '&#x03D5;',
1112
+    'phmmat' => '&#x2133;',
1113
+    'phone' => '&#x260E;',
1114
+    'Pi' => '&#x03A0;',
1115
+    'pi' => '&#x03C0;',
1116
+    'pitchfork' => '&#x22D4;',
1117
+    'piv' => '&#x03D6;',
1118
+    'plank' => '&#xE2D5;',
1119
+    'plankv' => '&#x210F;',
1120
+    'plus' => '&#x002B;',
1121
+    'plusacir' => '&#xE26A;',
1122
+    'plusb' => '&#x229E;',
1123
+    'pluscir' => '&#xE266;',
1124
+    'plusdo' => '&#x2214;',
1125
+    'plusdu' => '&#xE25A;',
1126
+    'pluse' => '&#xE267;',
1127
+    'PlusMinus' => '&#x00B1;',
1128
+    'plusmn' => '&#x00B1;',
1129
+    'plussim' => '&#xE26C;',
1130
+    'plustwo' => '&#xE269;',
1131
+    'pm' => '&#x00B1;',
1132
+    'pointint' => '&#xE376;',
1133
+    'Popf' => '&#x2119;',
1134
+    'pound' => '&#x00A3;',
1135
+    'Pr' => '&#xE35C;',
1136
+    'pr' => '&#x227A;',
1137
+    'prap' => '&#x227E;',
1138
+    'prcue' => '&#x227C;',
1139
+    'prE' => '&#x227C;',
1140
+    'pre' => '&#x227C;',
1141
+    'prec' => '&#x227A;',
1142
+    'precapprox' => '&#x227E;',
1143
+    'preccurlyeq' => '&#x227C;',
1144
+    'Precedes' => '&#x227A;',
1145
+    'PrecedesEqual' => '&#x227C;',
1146
+    'PrecedesSlantEqual' => '&#x227C;',
1147
+    'PrecedesTilde' => '&#x227E;',
1148
+    'preceq' => '&#x227C;',
1149
+    'precnapprox' => '&#x22E8;',
1150
+    'precneqq' => '&#xE2B3;',
1151
+    'precnsim' => '&#x22E8;',
1152
+    'precsim' => '&#x227E;',
1153
+    'Prime' => '&#x2033;',
1154
+    'prime' => '&#x2032;',
1155
+    'prnap' => '&#x22E8;',
1156
+    'prnE' => '&#xE2B3;',
1157
+    'prnsim' => '&#x22E8;',
1158
+    'profalar' => '&#x232E;',
1159
+    'profline' => '&#x2312;',
1160
+    'profsurf' => '&#x2313;',
1161
+    'prop' => '&#x221D;',
1162
+    'Proportion' => '&#x2237;',
1163
+    'Proportional' => '&#x221D;',
1164
+    'propto' => '&#x221D;',
1165
+    'prsim' => '&#x227E;',
1166
+    'prurel' => '&#x22B0;',
1167
+    'Pscr' => '&#xE4D4;',
1168
+    'pscr' => '&#xE4EE;',
1169
+    'Psi' => '&#x03A8;',
1170
+    'psi' => '&#x03C8;',
1171
+    'puncsp' => '&#x2008;',
1172
+    'Qfr' => '&#xE48C;',
1173
+    'qfr' => '&#xE4A5;',
1174
+    'qint' => '&#xE378;',
1175
+    'Qopf' => '&#x211A;',
1176
+    'qprime' => '&#xE371;',
1177
+    'Qscr' => '&#xE4D5;',
1178
+    'qscr' => '&#xE4EF;',
1179
+    'quatint' => '&#xE377;',
1180
+    'quest' => '&#x003F;',
1181
+    'questeq' => '&#x225F;',
1182
+    'quot' => '&#x0022;',
1183
+    'rAarr' => '&#x21DB;',
1184
+    'race' => '&#xE40C;',
1185
+    'radic' => '&#x221A;',
1186
+    'raemptyv' => '&#xE2E9;',
1187
+    'Rang' => '&#x300B;',
1188
+    'rang' => '&#x3009;',
1189
+    'rangd' => '&#xE298;',
1190
+    'range' => '&#xE2D7;',
1191
+    'rangle' => '&#x3009;',
1192
+    'raquo' => '&#x00BB;',
1193
+    'Rarr' => '&#x21A0;',
1194
+    'rArr' => '&#x21D2;',
1195
+    'rarr' => '&#x2192;',
1196
+    'rarrap' => '&#xE235;',
1197
+    'rarrbfs' => '&#xE221;',
1198
+    'rarrc' => '&#xE21C;',
1199
+    'rarrfs' => '&#xE223;',
1200
+    'rarrhk' => '&#x21AA;',
1201
+    'rarrlp' => '&#x21AC;',
1202
+    'rarrpl' => '&#xE21E;',
1203
+    'rarrsim' => '&#xE24D;',
1204
+    'Rarrtl' => '&#xE239;',
1205
+    'rarrtl' => '&#x21A3;',
1206
+    'rarrw' => '&#x219D;',
1207
+    'rAtail' => '&#xE23B;',
1208
+    'ratail' => '&#x21A3;',
1209
+    'ratio' => '&#x2236;',
1210
+    'RBarr' => '&#xE209;',
1211
+    'rBarr' => '&#xE207;',
1212
+    'rbarr' => '&#xE405;',
1213
+    'rbbrk' => '&#x3015;',
1214
+    'rbrace' => '&#x007D;',
1215
+    'rbrack' => '&#x005D;',
1216
+    'rbrke' => '&#xE29A;',
1217
+    'rbrksld' => '&#xE29C;',
1218
+    'rbrkslu' => '&#xE29E;',
1219
+    'rceil' => '&#x2309;',
1220
+    'rcub' => '&#x007D;',
1221
+    'rdca' => '&#xE219;',
1222
+    'rdldhar' => '&#xE22D;',
1223
+    'rdquo' => '&#x201D;',
1224
+    'rdquor' => '&#x201B;',
1225
+    'rdsh' => '&#x21B3;',
1226
+    'Re' => '&#x211C;',
1227
+    'real' => '&#x211C;',
1228
+    'rect' => '&#xE504;',
1229
+    'reg' => '&#x00AF;',
1230
+    'ReverseElement' => '&#x220B;',
1231
+    'ReverseEquilibrium' => '&#x21CB;',
1232
+    'ReverseUpEquilibrium' => '&#xE217;',
1233
+    'rfisht' => '&#xE215;',
1234
+    'rfloor' => '&#x230B;',
1235
+    'Rfr' => '&#xE48D;',
1236
+    'rfr' => '&#xE4A6;',
1237
+    'rHar' => '&#xE224;',
1238
+    'rhard' => '&#x21C1;',
1239
+    'rharu' => '&#x21C0;',
1240
+    'rharul' => '&#xE230;',
1241
+    'rho' => '&#x03C1;',
1242
+    'rhov' => '&#x03F1;',
1243
+    'RightAngleBracket' => '&#x3009;',
1244
+    'RightArrow' => '&#x2192;',
1245
+    'Rightarrow' => '&#x21D2;',
1246
+    'rightarrow' => '&#x2192;',
1247
+    'RightArrowLeftArrow' => '&#x21C4;',
1248
+    'rightarrowtail' => '&#x21A3;',
1249
+    'RightCeiling' => '&#x2309;',
1250
+    'RightDownVector' => '&#x21C2;',
1251
+    'RightFloor' => '&#x230B;',
1252
+    'rightharpoondown' => '&#x21C1;',
1253
+    'rightharpoonup' => '&#x21C0;',
1254
+    'rightleftarrows' => '&#x21C4;',
1255
+    'rightleftharpoons' => '&#x21CC;',
1256
+    'rightrightarrows' => '&#x21C9;',
1257
+    'rightsquigarrow' => '&#x219D;',
1258
+    'RightTee' => '&#x22A2;',
1259
+    'RightTeeArrow' => '&#x21A6;',
1260
+    'rightthreetimes' => '&#x22CC;',
1261
+    'RightTriangle' => '&#x22B3;',
1262
+    'RightTriangleEqual' => '&#x22B5;',
1263
+    'RightUpVector' => '&#x21BE;',
1264
+    'RightVector' => '&#x21C0;',
1265
+    'ring' => '&#x030A;',
1266
+    'risingdotseq' => '&#x2253;',
1267
+    'rlarr' => '&#x21C4;',
1268
+    'rlhar' => '&#x21CC;',
1269
+    'rmoust' => '&#xE293;',
1270
+    'rmoustache' => '&#xE293;',
1271
+    'rnmid' => '&#xE2D1;',
1272
+    'roang' => '&#x3019;',
1273
+    'roarr' => '&#xE241;',
1274
+    'robrk' => '&#x301B;',
1275
+    'ropar' => '&#xE37A;',
1276
+    'Ropf' => '&#x211D;',
1277
+    'roplus' => '&#xE25D;',
1278
+    'rotimes' => '&#xE40D;',
1279
+    'rpar' => '&#x0029;',
1280
+    'rpargt' => '&#xE291;',
1281
+    'rppolint' => '&#xE397;',
1282
+    'rrarr' => '&#x21C9;',
1283
+    'Rrightarrow' => '&#x21DB;',
1284
+    'Rscr' => '&#xE4D6;',
1285
+    'rscr' => '&#x211B;',
1286
+    'Rsh' => '&#x21B1;',
1287
+    'rsh' => '&#x21B1;',
1288
+    'rsqb' => '&#x005D;',
1289
+    'rsquo' => '&#x2019;',
1290
+    'rsquor' => '&#x201F;',
1291
+    'rthree' => '&#x22CC;',
1292
+    'rtimes' => '&#x22CA;',
1293
+    'rtri' => '&#x25B9;',
1294
+    'rtrie' => '&#x22B5;',
1295
+    'rtrif' => '&#x25B8;',
1296
+    'rtriltri' => '&#xE359;',
1297
+    'ruluhar' => '&#xE22A;',
1298
+    'rx' => '&#x211E;',
1299
+    'Sc' => '&#xE35D;',
1300
+    'sc' => '&#x227B;',
1301
+    'scap' => '&#x227F;',
1302
+    'sccue' => '&#x227D;',
1303
+    'scE' => '&#x227E;',
1304
+    'sce' => '&#x227D;',
1305
+    'scnap' => '&#x22E9;',
1306
+    'scnE' => '&#xE2B5;',
1307
+    'scnsim' => '&#x22E9;',
1308
+    'scpolint' => '&#xE398;',
1309
+    'scsim' => '&#x227F;',
1310
+    'sdot' => '&#x22C5;',
1311
+    'sdotb' => '&#x22A1;',
1312
+    'sdote' => '&#xE319;',
1313
+    'searhk' => '&#xE20B;',
1314
+    'seArr' => '&#x21D8;',
1315
+    'searr' => '&#x2198;',
1316
+    'searrow' => '&#x2198;',
1317
+    'sect' => '&#x00A7;',
1318
+    'semi' => '&#x003B;',
1319
+    'seswar' => '&#xE406;',
1320
+    'setminus' => '&#x2216;',
1321
+    'setmn' => '&#x2216;',
1322
+    'sext' => '&#xE505;',
1323
+    'Sfr' => '&#xE48E;',
1324
+    'sfr' => '&#xE4A7;',
1325
+    'sfrown' => '&#xE426;',
1326
+    'sharp' => '&#x266F;',
1327
+    'ShortLeftArrow' => '&#xE233;',
1328
+    'shortmid' => '&#xE301;',
1329
+    'shortparallel' => '&#xE302;',
1330
+    'ShortRightArrow' => '&#xE232;',
1331
+    'shy' => '&#x00AD;',
1332
+    'Sigma' => '&#x03A3;',
1333
+    'sigma' => '&#x03C3;',
1334
+    'sigmav' => '&#x03C2;',
1335
+    'sim' => '&#x223C;',
1336
+    'simdot' => '&#xE38B;',
1337
+    'sime' => '&#x2243;',
1338
+    'simeq' => '&#x2243;',
1339
+    'simg' => '&#xE30C;',
1340
+    'simgE' => '&#xE338;',
1341
+    'siml' => '&#xE30B;',
1342
+    'simlE' => '&#xE337;',
1343
+    'simne' => '&#x2246;',
1344
+    'simplus' => '&#xE26B;',
1345
+    'simrarr' => '&#xE234;',
1346
+    'slarr' => '&#xE233;',
1347
+    'SmallCircle' => '&#x2218;',
1348
+    'smallfrown' => '&#xE426;',
1349
+    'smallsetminus' => '&#xE844;',
1350
+    'smallsmile' => '&#xE303;',
1351
+    'smashp' => '&#xE264;',
1352
+    'smeparsl' => '&#xE385;',
1353
+    'smid' => '&#xE301;',
1354
+    'smile' => '&#x2323;',
1355
+    'smt' => '&#xE339;',
1356
+    'smte' => '&#xE33B;',
1357
+    'smtes' => '&#xE33D;',
1358
+    'sol' => '&#x002F;',
1359
+    'solb' => '&#xE27F;',
1360
+    'solbar' => '&#xE416;',
1361
+    'Sopf' => '&#xE4BD;',
1362
+    'spades' => '&#x2660;',
1363
+    'spadesuit' => '&#x2660;',
1364
+    'spar' => '&#xE302;',
1365
+    'sqcap' => '&#x2293;',
1366
+    'sqcaps' => '&#xE277;',
1367
+    'sqcup' => '&#x2294;',
1368
+    'sqcups' => '&#xE276;',
1369
+    'Sqrt' => '&#x221A;',
1370
+    'sqsub' => '&#x228F;',
1371
+    'sqsube' => '&#x2291;',
1372
+    'sqsubset' => '&#x228F;',
1373
+    'sqsubseteq' => '&#x2291;',
1374
+    'sqsup' => '&#x2290;',
1375
+    'sqsupe' => '&#x2292;',
1376
+    'sqsupset' => '&#x2290;',
1377
+    'sqsupseteq' => '&#x2292;',
1378
+    'squ' => '&#x25A1;',
1379
+    'square' => '&#x25A1;',
1380
+    'SquareIntersection' => '&#x2293;',
1381
+    'SquareSubset' => '&#x228F;',
1382
+    'SquareSubsetEqual' => '&#x2291;',
1383
+    'SquareSuperset' => '&#x2290;',
1384
+    'SquareSupersetEqual' => '&#x2292;',
1385
+    'SquareUnion' => '&#x2294;',
1386
+    'squarf' => '&#x25A0;',
1387
+    'squarfb' => '&#xE507;',
1388
+    'squarfbl' => '&#xE506;',
1389
+    'squarfbr' => '&#x25EA;',
1390
+    'squarfl' => '&#x25E7;',
1391
+    'squarfr' => '&#x25E8;',
1392
+    'squarft' => '&#xE509;',
1393
+    'squarftl' => '&#x25E9;',
1394
+    'squarftr' => '&#xE508;',
1395
+    'squf' => '&#x25AA;',
1396
+    'srarr' => '&#xE232;',
1397
+    'Sscr' => '&#xE4D7;',
1398
+    'sscr' => '&#xE4F0;',
1399
+    'ssetmn' => '&#xE844;',
1400
+    'ssmile' => '&#xE303;',
1401
+    'sstarf' => '&#x22C6;',
1402
+    'Star' => '&#x22C6;',
1403
+    'star' => '&#x22C6;',
1404
+    'starf' => '&#x2605;',
1405
+    'straightepsilon' => '&#x220A;',
1406
+    'straightphi' => '&#x03C6;',
1407
+    'strns' => '&#xE380;',
1408
+    'Sub' => '&#x22D0;',
1409
+    'sub' => '&#x2282;',
1410
+    'subdot' => '&#xE262;',
1411
+    'subE' => '&#x2286;',
1412
+    'sube' => '&#x2286;',
1413
+    'subedot' => '&#xE34F;',
1414
+    'submult' => '&#xE343;',
1415
+    'subnE' => '&#x228A;',
1416
+    'subne' => '&#x228A;',
1417
+    'subplus' => '&#xE341;',
1418
+    'subrarr' => '&#xE33F;',
1419
+    'Subset' => '&#x22D0;',
1420
+    'subset' => '&#x2282;',
1421
+    'subseteq' => '&#x2286;',
1422
+    'subseteqq' => '&#x2286;',
1423
+    'SubsetEqual' => '&#x2286;',
1424
+    'subsetneq' => '&#x228A;',
1425
+    'subsetneqq' => '&#x228A;',
1426
+    'subsim' => '&#xE345;',
1427
+    'subsub' => '&#xE349;',
1428
+    'subsup' => '&#xE347;',
1429
+    'succ' => '&#x227B;',
1430
+    'succapprox' => '&#x227F;',
1431
+    'succcurlyeq' => '&#x227D;',
1432
+    'Succeeds' => '&#x227B;',
1433
+    'SucceedsEqual' => '&#x227D;',
1434
+    'SucceedsSlantEqual' => '&#x227D;',
1435
+    'SucceedsTilde' => '&#x227F;',
1436
+    'succeq' => '&#x227D;',
1437
+    'succnapprox' => '&#x22E9;',
1438
+    'succneqq' => '&#xE2B5;',
1439
+    'succnsim' => '&#x22E9;',
1440
+    'succsim' => '&#x227F;',
1441
+    'SuchThat' => '&#x220D;',
1442
+    'Sum' => '&#x2211;',
1443
+    'sum' => '&#x2211;',
1444
+    'sung' => '&#x2669;',
1445
+    'Sup' => '&#x22D1;',
1446
+    'sup' => '&#x2283;',
1447
+    'sup1' => '&#x00B9;',
1448
+    'sup2' => '&#x00B2;',
1449
+    'sup3' => '&#x00B3;',
1450
+    'supdot' => '&#xE263;',
1451
+    'supdsub' => '&#xE34C;',
1452
+    'supE' => '&#x2287;',
1453
+    'supe' => '&#x2287;',
1454
+    'supedot' => '&#xE350;',
1455
+    'Superset' => '&#x2283;',
1456
+    'SupersetEqual' => '&#x2287;',
1457
+    'suphsol' => '&#xE34E;',
1458
+    'suphsub' => '&#xE34B;',
1459
+    'suplarr' => '&#xE340;',
1460
+    'supmult' => '&#xE344;',
1461
+    'supnE' => '&#x228B;',
1462
+    'supne' => '&#x228B;',
1463
+    'supplus' => '&#xE342;',
1464
+    'Supset' => '&#x22D1;',
1465
+    'supset' => '&#x2283;',
1466
+    'supseteq' => '&#x2287;',
1467
+    'supseteqq' => '&#x2287;',
1468
+    'supsetneq' => '&#x228B;',
1469
+    'supsetneqq' => '&#x228B;',
1470
+    'supsim' => '&#xE346;',
1471
+    'supsub' => '&#xE348;',
1472
+    'supsup' => '&#xE34A;',
1473
+    'swarhk' => '&#xE20A;',
1474
+    'swArr' => '&#x21D9;',
1475
+    'swarr' => '&#x2199;',
1476
+    'swarrow' => '&#x2199;',
1477
+    'swnwar' => '&#xE210;',
1478
+    'target' => '&#x2316;',
1479
+    'tau' => '&#x03C4;',
1480
+    'tbrk' => '&#xE2EF;',
1481
+    'tdot' => '&#x20DB;',
1482
+    'telrec' => '&#x2315;',
1483
+    'Tfr' => '&#xE48F;',
1484
+    'tfr' => '&#xE4A8;',
1485
+    'there4' => '&#x2234;',
1486
+    'Therefore' => '&#x2234;',
1487
+    'therefore' => '&#x2234;',
1488
+    'Theta' => '&#x0398;',
1489
+    'theta' => '&#x03B8;',
1490
+    'thetav' => '&#x03D1;',
1491
+    'thickapprox' => '&#xE306;',
1492
+    'thicksim' => '&#xE429;',
1493
+    'thinsp' => '&#x2009;',
1494
+    'thkap' => '&#xE306;',
1495
+    'thksim' => '&#xE429;',
1496
+    'Tilde' => '&#x223C;',
1497
+    'tilde' => '&#x0303;',
1498
+    'TildeEqual' => '&#x2243;',
1499
+    'TildeFullEqual' => '&#x2245;',
1500
+    'TildeTilde' => '&#x2248;',
1501
+    'times' => '&#x00D7;',
1502
+    'timesb' => '&#x22A0;',
1503
+    'timesbar' => '&#xE28E;',
1504
+    'timesd' => '&#xE26D;',
1505
+    'tint' => '&#x222D;',
1506
+    'toea' => '&#xE20E;',
1507
+    'top' => '&#x22A4;',
1508
+    'topbot' => '&#x2336;',
1509
+    'topcir' => '&#xE383;',
1510
+    'Topf' => '&#xE4BE;',
1511
+    'topfork' => '&#xE31C;',
1512
+    'tosa' => '&#xE20F;',
1513
+    'tprime' => '&#x2034;',
1514
+    'trade' => '&#x2122;',
1515
+    'triangle' => '&#x25B5;',
1516
+    'triangledown' => '&#x25BF;',
1517
+    'triangleleft' => '&#x25C3;',
1518
+    'trianglelefteq' => '&#x22B4;',
1519
+    'triangleq' => '&#x225C;',
1520
+    'triangleright' => '&#x25B9;',
1521
+    'trianglerighteq' => '&#x22B5;',
1522
+    'tridot' => '&#x25EC;',
1523
+    'trie' => '&#x225C;',
1524
+    'triminus' => '&#xE27C;',
1525
+    'TripleDot' => '&#x20DB;',
1526
+    'triplus' => '&#xE27B;',
1527
+    'trisb' => '&#xE27E;',
1528
+    'tritime' => '&#xE27D;',
1529
+    'trpezium' => '&#xE2EC;',
1530
+    'Tscr' => '&#xE4D8;',
1531
+    'tscr' => '&#xE4F1;',
1532
+    'twixt' => '&#x226C;',
1533
+    'twoheadleftarrow' => '&#x219E;',
1534
+    'twoheadrightarrow' => '&#x21A0;',
1535
+    'Uarr' => '&#x219F;',
1536
+    'uArr' => '&#x21D1;',
1537
+    'uarr' => '&#x2191;',
1538
+    'Uarrocir' => '&#xE237;',
1539
+    'udarr' => '&#x21C5;',
1540
+    'udhar' => '&#xE218;',
1541
+    'ufisht' => '&#xE24B;',
1542
+    'Ufr' => '&#xE490;',
1543
+    'ufr' => '&#xE4A9;',
1544
+    'uHar' => '&#xE226;',
1545
+    'uharl' => '&#x21BF;',
1546
+    'uharr' => '&#x21BE;',
1547
+    'uhblk' => '&#x2580;',
1548
+    'ulcorn' => '&#x231C;',
1549
+    'ulcorner' => '&#x231C;',
1550
+    'ulcrop' => '&#x230F;',
1551
+    'ultri' => '&#xE2E4;',
1552
+    'uml' => '&#x0308;',
1553
+    'UnderLine' => '&#x0332;',
1554
+    'Union' => '&#x22C3;',
1555
+    'UnionPlus' => '&#x228E;',
1556
+    'Uopf' => '&#xE4BF;',
1557
+    'UpArrow' => '&#x2191;',
1558
+    'Uparrow' => '&#x21D1;',
1559
+    'uparrow' => '&#x2191;',
1560
+    'UpArrowDownArrow' => '&#x21C5;',
1561
+    'UpDownArrow' => '&#x2195;',
1562
+    'Updownarrow' => '&#x21D5;',
1563
+    'updownarrow' => '&#x2195;',
1564
+    'UpEquilibrium' => '&#xE218;',
1565
+    'upharpoonleft' => '&#x21BF;',
1566
+    'upharpoonright' => '&#x21BE;',
1567
+    'uplus' => '&#x228E;',
1568
+    'UpperLeftArrow' => '&#x2196;',
1569
+    'UpperRightArrow' => '&#x2197;',
1570
+    'Upsi' => '&#x03D2;',
1571
+    'upsi' => '&#x03C5;',
1572
+    'Upsilon' => '&#x03D2;',
1573
+    'upsilon' => '&#x03C5;',
1574
+    'UpTee' => '&#x22A5;',
1575
+    'upuparrows' => '&#x21C8;',
1576
+    'urcorn' => '&#x231D;',
1577
+    'urcorner' => '&#x231D;',
1578
+    'urcrop' => '&#x230E;',
1579
+    'urtri' => '&#xE2E2;',
1580
+    'Uscr' => '&#xE4D9;',
1581
+    'uscr' => '&#xE4F2;',
1582
+    'utdot' => '&#x22F0;',
1583
+    'utri' => '&#x25B5;',
1584
+    'utrif' => '&#x25B4;',
1585
+    'uuarr' => '&#x21C8;',
1586
+    'uwangle' => '&#xE3AB;',
1587
+    'vangrt' => '&#x22BE;',
1588
+    'varepsilon' => '&#x03B5;',
1589
+    'varkappa' => '&#x03F0;',
1590
+    'varnothing' => '&#x2205;',
1591
+    'varphi' => '&#x03D5;',
1592
+    'varpi' => '&#x03D6;',
1593
+    'varpropto' => '&#x221D;',
1594
+    'vArr' => '&#x21D5;',
1595
+    'varr' => '&#x2195;',
1596
+    'varrho' => '&#x03F1;',
1597
+    'varsigma' => '&#x03C2;',
1598
+    'varsubsetneq' => '&#xE2B9;',
1599
+    'varsubsetneqq' => '&#xE2B8;',
1600
+    'varsupsetneq' => '&#xE2BA;',
1601
+    'varsupsetneqq' => '&#xE2BB;',
1602
+    'vartheta' => '&#x03D1;',
1603
+    'vartriangleleft' => '&#x22B2;',
1604
+    'vartriangleright' => '&#x22B3;',
1605
+    'Vbar' => '&#xE30D;',
1606
+    'vBar' => '&#xE310;',
1607
+    'vBarv' => '&#xE312;',
1608
+    'VDash' => '&#x22AB;',
1609
+    'Vdash' => '&#x22A9;',
1610
+    'vDash' => '&#x22A8;',
1611
+    'vdash' => '&#x22A2;',
1612
+    'Vdashl' => '&#xE313;',
1613
+    'Vee' => '&#x22C1;',
1614
+    'vee' => '&#x2228;',
1615
+    'veebar' => '&#x22BB;',
1616
+    'veeeq' => '&#x225A;',
1617
+    'vellip' => '&#x22EE;',
1618
+    'Verbar' => '&#x2016;',
1619
+    'verbar' => '&#x007C;',
1620
+    'Vert' => '&#x2016;',
1621
+    'vert' => '&#x007C;',
1622
+    'VerticalBar' => '&#x2223;',
1623
+    'VerticalTilde' => '&#x2240;',
1624
+    'Vfr' => '&#xE491;',
1625
+    'vfr' => '&#xE4AA;',
1626
+    'vltri' => '&#x22B2;',
1627
+    'vnsub' => '&#x2284;',
1628
+    'vnsup' => '&#x2285;',
1629
+    'Vopf' => '&#xE4C0;',
1630
+    'vprop' => '&#x221D;',
1631
+    'vrtri' => '&#x22B3;',
1632
+    'Vscr' => '&#xE4DA;',
1633
+    'vscr' => '&#xE4F3;',
1634
+    'vsubnE' => '&#xE2B8;',
1635
+    'vsubne' => '&#xE2B9;',
1636
+    'vsupnE' => '&#xE2BB;',
1637
+    'vsupne' => '&#xE2BA;',
1638
+    'Vvdash' => '&#x22AA;',
1639
+    'vzigzag' => '&#xE2EB;',
1640
+    'wedbar' => '&#xE265;',
1641
+    'Wedge' => '&#x22C0;',
1642
+    'wedge' => '&#x2227;',
1643
+    'wedgeq' => '&#x2259;',
1644
+    'weierp' => '&#x2118;',
1645
+    'Wfr' => '&#xE492;',
1646
+    'wfr' => '&#xE4AB;',
1647
+    'Wopf' => '&#xE4C1;',
1648
+    'wp' => '&#x2118;',
1649
+    'wr' => '&#x2240;',
1650
+    'wreath' => '&#x2240;',
1651
+    'Wscr' => '&#xE4DB;',
1652
+    'wscr' => '&#xE4F4;',
1653
+    'xcap' => '&#x22C2;',
1654
+    'xcirc' => '&#x25CB;',
1655
+    'xcup' => '&#x22C3;',
1656
+    'xdtri' => '&#x25BD;',
1657
+    'Xfr' => '&#xE493;',
1658
+    'xfr' => '&#xE4AC;',
1659
+    'xhArr' => '&#xE202;',
1660
+    'xharr' => '&#xE203;',
1661
+    'Xi' => '&#x039E;',
1662
+    'xi' => '&#x03BE;',
1663
+    'xlArr' => '&#xE200;',
1664
+    'xlarr' => '&#xE201;',
1665
+    'xmap' => '&#xE208;',
1666
+    'xnis' => '&#xE3A3;',
1667
+    'xodot' => '&#x2299;',
1668
+    'Xopf' => '&#xE4C2;',
1669
+    'xoplus' => '&#x2295;',
1670
+    'xotime' => '&#x2297;',
1671
+    'xrArr' => '&#xE204;',
1672
+    'xrarr' => '&#xE205;',
1673
+    'Xscr' => '&#xE4DC;',
1674
+    'xscr' => '&#xE4F5;',
1675
+    'xsqcup' => '&#x2294;',
1676
+    'xuplus' => '&#x228E;',
1677
+    'xutri' => '&#x25B3;',
1678
+    'xvee' => '&#x22C1;',
1679
+    'xwedge' => '&#x22C0;',
1680
+    'yen' => '&#x00A5;',
1681
+    'Yfr' => '&#xE494;',
1682
+    'yfr' => '&#xE4AD;',
1683
+    'Yopf' => '&#xE4C3;',
1684
+    'Yscr' => '&#xE4DD;',
1685
+    'yscr' => '&#xE4F6;',
1686
+    'zeta' => '&#x03B6;',
1687
+    'Zfr' => '&#x2124;',
1688
+    'zfr' => '&#xE4AE;',
1689
+    'zigrarr' => '&#xE244;',
1690
+    'Zopf' => '&#xE4C4;',
1691
+    'Zscr' => '&#xE4DE;',
1692
+    'zscr' => '&#xE4F7;'
1693 1693
 
1694 1694
 );
Please login to merge, or discard this patch.
ecrire/charsets/translit.php 1 patch
Indentation   +361 added lines, -361 removed lines patch added patch discarded remove patch
@@ -9,385 +9,385 @@
 block discarded – undo
9 9
 
10 10
 $GLOBALS['CHARSET']['translit'] = array(
11 11
 // latin [fausse plage]
12
-	128 => 'EUR',
13
-	131 => 'f',
14
-	140 => 'OE',
15
-	147 => '\'\'',
16
-	148 => '\'\'',
17
-	153 => '(TM)',
18
-	156 => 'oe',
19
-	159 => 'Y',
12
+    128 => 'EUR',
13
+    131 => 'f',
14
+    140 => 'OE',
15
+    147 => '\'\'',
16
+    148 => '\'\'',
17
+    153 => '(TM)',
18
+    156 => 'oe',
19
+    159 => 'Y',
20 20
 
21 21
 // latin [legal]
22
-	160 => ' ',
23
-	161 => '!',
24
-	162 => 'c',
25
-	163 => 'L',
26
-	164 => 'O',
27
-	165 => 'yen',
28
-	166 => '|',
29
-	167 => 'p',
30
-	169 => '(c)',
31
-	171 => '<<',
32
-	172 => '-',
33
-	173 => '-',
34
-	174 => '(R)',
35
-	176 => 'o',
36
-	177 => '+-',
37
-	181 => 'mu',
38
-	182 => 'p',
39
-	183 => '.',
40
-	186 => 'o ',
41
-	187 => '>>',
42
-	191 => '?',
43
-	192 => 'A',
44
-	193 => 'A',
45
-	194 => 'A',
46
-	195 => 'A',
47
-	196 => 'A',
48
-	197 => 'A',
49
-	198 => 'AE',
50
-	199 => 'C',
51
-	200 => 'E',
52
-	201 => 'E',
53
-	202 => 'E',
54
-	203 => 'E',
55
-	204 => 'I',
56
-	205 => 'I',
57
-	206 => 'I',
58
-	207 => 'I',
59
-	209 => 'N',
60
-	210 => 'O',
61
-	211 => 'O',
62
-	212 => 'O',
63
-	213 => 'O',
64
-	214 => 'O',
65
-	216 => 'O',
66
-	217 => 'U',
67
-	218 => 'U',
68
-	219 => 'U',
69
-	220 => 'U',
70
-	223 => 'ss',
71
-	224 => 'a',
72
-	225 => 'a',
73
-	226 => 'a',
74
-	227 => 'a',
75
-	228 => 'a',
76
-	229 => 'a',
77
-	230 => 'ae',
78
-	231 => 'c',
79
-	232 => 'e',
80
-	233 => 'e',
81
-	234 => 'e',
82
-	235 => 'e',
83
-	236 => 'i',
84
-	237 => 'i',
85
-	238 => 'i',
86
-	239 => 'i',
87
-	241 => 'n',
88
-	242 => 'o',
89
-	243 => 'o',
90
-	244 => 'o',
91
-	245 => 'o',
92
-	246 => 'o',
93
-	248 => 'o',
94
-	249 => 'u',
95
-	250 => 'u',
96
-	251 => 'u',
97
-	252 => 'u',
98
-	255 => 'y',
22
+    160 => ' ',
23
+    161 => '!',
24
+    162 => 'c',
25
+    163 => 'L',
26
+    164 => 'O',
27
+    165 => 'yen',
28
+    166 => '|',
29
+    167 => 'p',
30
+    169 => '(c)',
31
+    171 => '<<',
32
+    172 => '-',
33
+    173 => '-',
34
+    174 => '(R)',
35
+    176 => 'o',
36
+    177 => '+-',
37
+    181 => 'mu',
38
+    182 => 'p',
39
+    183 => '.',
40
+    186 => 'o ',
41
+    187 => '>>',
42
+    191 => '?',
43
+    192 => 'A',
44
+    193 => 'A',
45
+    194 => 'A',
46
+    195 => 'A',
47
+    196 => 'A',
48
+    197 => 'A',
49
+    198 => 'AE',
50
+    199 => 'C',
51
+    200 => 'E',
52
+    201 => 'E',
53
+    202 => 'E',
54
+    203 => 'E',
55
+    204 => 'I',
56
+    205 => 'I',
57
+    206 => 'I',
58
+    207 => 'I',
59
+    209 => 'N',
60
+    210 => 'O',
61
+    211 => 'O',
62
+    212 => 'O',
63
+    213 => 'O',
64
+    214 => 'O',
65
+    216 => 'O',
66
+    217 => 'U',
67
+    218 => 'U',
68
+    219 => 'U',
69
+    220 => 'U',
70
+    223 => 'ss',
71
+    224 => 'a',
72
+    225 => 'a',
73
+    226 => 'a',
74
+    227 => 'a',
75
+    228 => 'a',
76
+    229 => 'a',
77
+    230 => 'ae',
78
+    231 => 'c',
79
+    232 => 'e',
80
+    233 => 'e',
81
+    234 => 'e',
82
+    235 => 'e',
83
+    236 => 'i',
84
+    237 => 'i',
85
+    238 => 'i',
86
+    239 => 'i',
87
+    241 => 'n',
88
+    242 => 'o',
89
+    243 => 'o',
90
+    244 => 'o',
91
+    245 => 'o',
92
+    246 => 'o',
93
+    248 => 'o',
94
+    249 => 'u',
95
+    250 => 'u',
96
+    251 => 'u',
97
+    252 => 'u',
98
+    255 => 'y',
99 99
 
100 100
 // turc
101
-	286 => 'G',
102
-	287 => 'g',
103
-	304 => 'I',
104
-	305 => 'i',
105
-	350 => 'S',
106
-	351 => 's',
101
+    286 => 'G',
102
+    287 => 'g',
103
+    304 => 'I',
104
+    305 => 'i',
105
+    350 => 'S',
106
+    351 => 's',
107 107
 
108 108
 // esperanto
109
-	264 => 'Cx',
110
-	265 => 'cx',
111
-	284 => 'Gx',
112
-	285 => 'gx',
113
-	292 => 'Hx',
114
-	293 => 'hx',
115
-	308 => 'Jx',
116
-	309 => 'jx',
117
-	348 => 'Sx',
118
-	349 => 'sx',
119
-	364 => 'Ux',
120
-	365 => 'ux',
109
+    264 => 'Cx',
110
+    265 => 'cx',
111
+    284 => 'Gx',
112
+    285 => 'gx',
113
+    292 => 'Hx',
114
+    293 => 'hx',
115
+    308 => 'Jx',
116
+    309 => 'jx',
117
+    348 => 'Sx',
118
+    349 => 'sx',
119
+    364 => 'Ux',
120
+    365 => 'ux',
121 121
 
122 122
 
123 123
 // latin2 [Czech]
124
-	283 => 'e',
125
-	353 => 's',
126
-	269 => 'c',
127
-	345 => 'r',
128
-	382 => 'z',
129
-	367 => 'u',
130
-	328 => 'n',
131
-	357 => 't',
132
-	271 => 'd',
133
-	449 => 'o',
134
-	282 => 'E',
135
-	352 => 'S',
136
-	268 => 'C',
137
-	344 => 'R',
138
-	381 => 'Z',
139
-	366 => 'U',
140
-	327 => 'N',
141
-	356 => 'T',
142
-	270 => 'D',
143
-	467 => 'O',
124
+    283 => 'e',
125
+    353 => 's',
126
+    269 => 'c',
127
+    345 => 'r',
128
+    382 => 'z',
129
+    367 => 'u',
130
+    328 => 'n',
131
+    357 => 't',
132
+    271 => 'd',
133
+    449 => 'o',
134
+    282 => 'E',
135
+    352 => 'S',
136
+    268 => 'C',
137
+    344 => 'R',
138
+    381 => 'Z',
139
+    366 => 'U',
140
+    327 => 'N',
141
+    356 => 'T',
142
+    270 => 'D',
143
+    467 => 'O',
144 144
 
145 145
 // francais
146
-	338 => 'OE',
147
-	339 => 'oe',
148
-	376 => 'Y',
149
-	402 => 'f',
146
+    338 => 'OE',
147
+    339 => 'oe',
148
+    376 => 'Y',
149
+    402 => 'f',
150 150
 
151 151
 //polskie
152
-	260 => 'A',
153
-	261 => 'a',
154
-	262 => 'C',
155
-	263 => 'c',
156
-	280 => 'E',
157
-	281 => 'e',
158
-	321 => 'L',
159
-	322 => 'l',
160
-	323 => 'N',
161
-	324 => 'n',
162
-	346 => 'S',
163
-	347 => 's',
164
-	377 => 'Z',
165
-	378 => 'z',
166
-	379 => 'Z',
167
-	380 => 'z',
152
+    260 => 'A',
153
+    261 => 'a',
154
+    262 => 'C',
155
+    263 => 'c',
156
+    280 => 'E',
157
+    281 => 'e',
158
+    321 => 'L',
159
+    322 => 'l',
160
+    323 => 'N',
161
+    324 => 'n',
162
+    346 => 'S',
163
+    347 => 's',
164
+    377 => 'Z',
165
+    378 => 'z',
166
+    379 => 'Z',
167
+    380 => 'z',
168 168
 
169 169
 //roumain
170
-	258 => 'A',
171
-	259 => 'a',
172
-	350 => 'S',
173
-	351 => 's',
174
-	354 => 'T',
175
-	355 => 't',
170
+    258 => 'A',
171
+    259 => 'a',
172
+    350 => 'S',
173
+    351 => 's',
174
+    354 => 'T',
175
+    355 => 't',
176 176
 
177 177
 // cyrillique
178
-	1026 => 'D%',
179
-	1027 => 'G%',
180
-	8218 => '\'',
181
-	1107 => 'g%',
182
-	8222 => '"',
183
-	8230 => '...',
184
-	8224 => '/-',
185
-	8225 => '/=',
186
-	8364 => 'EUR',
187
-	8240 => '0/00',
188
-	1033 => 'LJ',
189
-	8249 => '<',
190
-	1034 => 'NJ',
191
-	1036 => 'KJ',
192
-	1035 => 'Ts',
193
-	1039 => 'DZ',
194
-	1106 => 'd%',
195
-	8216 => '`',
196
-	8217 => '\'',
197
-	8220 => '"',
198
-	8221 => '"',
199
-	8226 => ' o ',
200
-	8211 => '-',
201
-	8212 => '--',
202
-	8212 => '~',
203
-	8482 => '(TM)',
204
-	1113 => 'lj',
205
-	8250 => '>',
206
-	1114 => 'nj',
207
-	1116 => 'kj',
208
-	1115 => 'ts',
209
-	1119 => 'dz',
210
-	1038 => 'V%',
211
-	1118 => 'v%',
212
-	1032 => 'J%',
213
-	1168 => 'G3',
214
-	1025 => 'IO',
215
-	1028 => 'IE',
216
-	1031 => 'YI',
217
-	1030 => 'II',
218
-	1110 => 'ii',
219
-	1169 => 'g3',
220
-	1105 => 'io',
221
-	8470 => 'No.',
222
-	1108 => 'ie',
223
-	1112 => 'j%',
224
-	1029 => 'DS',
225
-	1109 => 'ds',
226
-	1111 => 'yi',
227
-	1040 => 'A',
228
-	1041 => 'B',
229
-	1042 => 'V',
230
-	1043 => 'G',
231
-	1044 => 'D',
232
-	1045 => 'E',
233
-	1046 => 'ZH',
234
-	1047 => 'Z',
235
-	1048 => 'I',
236
-	1049 => 'J',
237
-	1050 => 'K',
238
-	1051 => 'L',
239
-	1052 => 'M',
240
-	1053 => 'N',
241
-	1054 => 'O',
242
-	1055 => 'P',
243
-	1056 => 'R',
244
-	1057 => 'S',
245
-	1058 => 'T',
246
-	1059 => 'U',
247
-	1060 => 'F',
248
-	1061 => 'H',
249
-	1062 => 'C',
250
-	1063 => 'CH',
251
-	1064 => 'SH',
252
-	1065 => 'SCH',
253
-	1066 => '"',
254
-	1067 => 'Y',
255
-	1068 => '\'',
256
-	1069 => '`E',
257
-	1070 => 'YU',
258
-	1071 => 'YA',
259
-	1072 => 'a',
260
-	1073 => 'b',
261
-	1074 => 'v',
262
-	1075 => 'g',
263
-	1076 => 'd',
264
-	1077 => 'e',
265
-	1078 => 'zh',
266
-	1079 => 'z',
267
-	1080 => 'i',
268
-	1081 => 'j',
269
-	1082 => 'k',
270
-	1083 => 'l',
271
-	1084 => 'm',
272
-	1085 => 'n',
273
-	1086 => 'o',
274
-	1087 => 'p',
275
-	1088 => 'r',
276
-	1089 => 's',
277
-	1090 => 't',
278
-	1091 => 'u',
279
-	1092 => 'f',
280
-	1093 => 'h',
281
-	1094 => 'c',
282
-	1095 => 'ch',
283
-	1096 => 'sh',
284
-	1097 => 'sch',
285
-	1098 => '"',
286
-	1099 => 'y',
287
-	1100 => '\'',
288
-	1101 => '`e',
289
-	1102 => 'yu',
290
-	1103 => 'ya',
178
+    1026 => 'D%',
179
+    1027 => 'G%',
180
+    8218 => '\'',
181
+    1107 => 'g%',
182
+    8222 => '"',
183
+    8230 => '...',
184
+    8224 => '/-',
185
+    8225 => '/=',
186
+    8364 => 'EUR',
187
+    8240 => '0/00',
188
+    1033 => 'LJ',
189
+    8249 => '<',
190
+    1034 => 'NJ',
191
+    1036 => 'KJ',
192
+    1035 => 'Ts',
193
+    1039 => 'DZ',
194
+    1106 => 'd%',
195
+    8216 => '`',
196
+    8217 => '\'',
197
+    8220 => '"',
198
+    8221 => '"',
199
+    8226 => ' o ',
200
+    8211 => '-',
201
+    8212 => '--',
202
+    8212 => '~',
203
+    8482 => '(TM)',
204
+    1113 => 'lj',
205
+    8250 => '>',
206
+    1114 => 'nj',
207
+    1116 => 'kj',
208
+    1115 => 'ts',
209
+    1119 => 'dz',
210
+    1038 => 'V%',
211
+    1118 => 'v%',
212
+    1032 => 'J%',
213
+    1168 => 'G3',
214
+    1025 => 'IO',
215
+    1028 => 'IE',
216
+    1031 => 'YI',
217
+    1030 => 'II',
218
+    1110 => 'ii',
219
+    1169 => 'g3',
220
+    1105 => 'io',
221
+    8470 => 'No.',
222
+    1108 => 'ie',
223
+    1112 => 'j%',
224
+    1029 => 'DS',
225
+    1109 => 'ds',
226
+    1111 => 'yi',
227
+    1040 => 'A',
228
+    1041 => 'B',
229
+    1042 => 'V',
230
+    1043 => 'G',
231
+    1044 => 'D',
232
+    1045 => 'E',
233
+    1046 => 'ZH',
234
+    1047 => 'Z',
235
+    1048 => 'I',
236
+    1049 => 'J',
237
+    1050 => 'K',
238
+    1051 => 'L',
239
+    1052 => 'M',
240
+    1053 => 'N',
241
+    1054 => 'O',
242
+    1055 => 'P',
243
+    1056 => 'R',
244
+    1057 => 'S',
245
+    1058 => 'T',
246
+    1059 => 'U',
247
+    1060 => 'F',
248
+    1061 => 'H',
249
+    1062 => 'C',
250
+    1063 => 'CH',
251
+    1064 => 'SH',
252
+    1065 => 'SCH',
253
+    1066 => '"',
254
+    1067 => 'Y',
255
+    1068 => '\'',
256
+    1069 => '`E',
257
+    1070 => 'YU',
258
+    1071 => 'YA',
259
+    1072 => 'a',
260
+    1073 => 'b',
261
+    1074 => 'v',
262
+    1075 => 'g',
263
+    1076 => 'd',
264
+    1077 => 'e',
265
+    1078 => 'zh',
266
+    1079 => 'z',
267
+    1080 => 'i',
268
+    1081 => 'j',
269
+    1082 => 'k',
270
+    1083 => 'l',
271
+    1084 => 'm',
272
+    1085 => 'n',
273
+    1086 => 'o',
274
+    1087 => 'p',
275
+    1088 => 'r',
276
+    1089 => 's',
277
+    1090 => 't',
278
+    1091 => 'u',
279
+    1092 => 'f',
280
+    1093 => 'h',
281
+    1094 => 'c',
282
+    1095 => 'ch',
283
+    1096 => 'sh',
284
+    1097 => 'sch',
285
+    1098 => '"',
286
+    1099 => 'y',
287
+    1100 => '\'',
288
+    1101 => '`e',
289
+    1102 => 'yu',
290
+    1103 => 'ya',
291 291
 
292 292
 // vietnamien en translitteration de base
293
-	7843 => 'a',
294
-	7841 => 'a',
295
-	7845 => 'a',
296
-	7847 => 'a',
297
-	7849 => 'a',
298
-	7851 => 'a',
299
-	7853 => 'a',
300
-	7855 => 'a',
301
-	7857 => 'a',
302
-	7859 => 'a',
303
-	7861 => 'a',
304
-	7863 => 'a',
305
-	7842 => 'A',
306
-	7840 => 'A',
307
-	7844 => 'A',
308
-	7846 => 'A',
309
-	7848 => 'A',
310
-	7850 => 'A',
311
-	7852 => 'A',
312
-	7854 => 'A',
313
-	7856 => 'A',
314
-	7858 => 'A',
315
-	7860 => 'A',
316
-	7862 => 'A',
317
-	7867 => 'e',
318
-	7869 => 'e',
319
-	7865 => 'e',
320
-	7871 => 'e',
321
-	7873 => 'e',
322
-	7875 => 'e',
323
-	7877 => 'e',
324
-	7879 => 'e',
325
-	7866 => 'E',
326
-	7868 => 'E',
327
-	7864 => 'E',
328
-	7870 => 'E',
329
-	7872 => 'E',
330
-	7874 => 'E',
331
-	7876 => 'E',
332
-	7878 => 'E',
333
-	7881 => 'i',
334
-	7883 => 'i',
335
-	7880 => 'I',
336
-	7882 => 'I',
337
-	7887 => 'o',
338
-	7885 => 'o',
339
-	7889 => 'o',
340
-	7891 => 'o',
341
-	7893 => 'o',
342
-	7895 => 'o',
343
-	7897 => 'o',
344
-	417 => 'o',
345
-	7899 => 'o',
346
-	7901 => 'o',
347
-	7903 => 'o',
348
-	7905 => 'o',
349
-	7907 => 'o',
350
-	7886 => 'O',
351
-	7884 => 'O',
352
-	7888 => 'O',
353
-	7890 => 'O',
354
-	7892 => 'O',
355
-	7894 => 'O',
356
-	7896 => 'O',
357
-	416 => 'O',
358
-	7898 => 'O',
359
-	7900 => 'O',
360
-	7902 => 'O',
361
-	7904 => 'O',
362
-	7906 => 'O',
363
-	7911 => 'u',
364
-	361 => 'u',
365
-	7909 => 'u',
366
-	432 => 'u',
367
-	7913 => 'u',
368
-	7915 => 'u',
369
-	7917 => 'u',
370
-	7919 => 'u',
371
-	7921 => 'u',
372
-	7910 => 'U',
373
-	360 => 'U',
374
-	7908 => 'U',
375
-	431 => 'U',
376
-	7912 => 'U',
377
-	7914 => 'U',
378
-	7916 => 'U',
379
-	7918 => 'U',
380
-	7920 => 'U',
381
-	253 => 'y',
382
-	7923 => 'y',
383
-	7927 => 'y',
384
-	7929 => 'y',
385
-	7925 => 'y',
386
-	221 => 'Y',
387
-	7922 => 'Y',
388
-	7926 => 'Y',
389
-	7928 => 'Y',
390
-	7924 => 'Y',
391
-	273 => 'd'
293
+    7843 => 'a',
294
+    7841 => 'a',
295
+    7845 => 'a',
296
+    7847 => 'a',
297
+    7849 => 'a',
298
+    7851 => 'a',
299
+    7853 => 'a',
300
+    7855 => 'a',
301
+    7857 => 'a',
302
+    7859 => 'a',
303
+    7861 => 'a',
304
+    7863 => 'a',
305
+    7842 => 'A',
306
+    7840 => 'A',
307
+    7844 => 'A',
308
+    7846 => 'A',
309
+    7848 => 'A',
310
+    7850 => 'A',
311
+    7852 => 'A',
312
+    7854 => 'A',
313
+    7856 => 'A',
314
+    7858 => 'A',
315
+    7860 => 'A',
316
+    7862 => 'A',
317
+    7867 => 'e',
318
+    7869 => 'e',
319
+    7865 => 'e',
320
+    7871 => 'e',
321
+    7873 => 'e',
322
+    7875 => 'e',
323
+    7877 => 'e',
324
+    7879 => 'e',
325
+    7866 => 'E',
326
+    7868 => 'E',
327
+    7864 => 'E',
328
+    7870 => 'E',
329
+    7872 => 'E',
330
+    7874 => 'E',
331
+    7876 => 'E',
332
+    7878 => 'E',
333
+    7881 => 'i',
334
+    7883 => 'i',
335
+    7880 => 'I',
336
+    7882 => 'I',
337
+    7887 => 'o',
338
+    7885 => 'o',
339
+    7889 => 'o',
340
+    7891 => 'o',
341
+    7893 => 'o',
342
+    7895 => 'o',
343
+    7897 => 'o',
344
+    417 => 'o',
345
+    7899 => 'o',
346
+    7901 => 'o',
347
+    7903 => 'o',
348
+    7905 => 'o',
349
+    7907 => 'o',
350
+    7886 => 'O',
351
+    7884 => 'O',
352
+    7888 => 'O',
353
+    7890 => 'O',
354
+    7892 => 'O',
355
+    7894 => 'O',
356
+    7896 => 'O',
357
+    416 => 'O',
358
+    7898 => 'O',
359
+    7900 => 'O',
360
+    7902 => 'O',
361
+    7904 => 'O',
362
+    7906 => 'O',
363
+    7911 => 'u',
364
+    361 => 'u',
365
+    7909 => 'u',
366
+    432 => 'u',
367
+    7913 => 'u',
368
+    7915 => 'u',
369
+    7917 => 'u',
370
+    7919 => 'u',
371
+    7921 => 'u',
372
+    7910 => 'U',
373
+    360 => 'U',
374
+    7908 => 'U',
375
+    431 => 'U',
376
+    7912 => 'U',
377
+    7914 => 'U',
378
+    7916 => 'U',
379
+    7918 => 'U',
380
+    7920 => 'U',
381
+    253 => 'y',
382
+    7923 => 'y',
383
+    7927 => 'y',
384
+    7929 => 'y',
385
+    7925 => 'y',
386
+    221 => 'Y',
387
+    7922 => 'Y',
388
+    7926 => 'Y',
389
+    7928 => 'Y',
390
+    7924 => 'Y',
391
+    273 => 'd'
392 392
 
393 393
 );
Please login to merge, or discard this patch.
ecrire/charsets/iso-8859-9.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
  **/
20 20
 
21 21
 if (!defined('_ECRIRE_INC_VERSION')) {
22
-	return;
22
+    return;
23 23
 }
24 24
 
25 25
 load_charset('iso-8859-1');
Please login to merge, or discard this patch.
ecrire/charsets/html.php 1 patch
Indentation   +114 added lines, -114 removed lines patch added patch discarded remove patch
@@ -8,120 +8,120 @@
 block discarded – undo
8 8
  **/
9 9
 
10 10
 $GLOBALS['CHARSET']['html'] = array(
11
-	'ldquo' => '&#8220;',
12
-	'rdquo' => '&#8221;',
13
-	'bdquo' => '&#8222;',
14
-	'cent' => '&#162;',
15
-	'pound' => '&#163;',
16
-	'curren' => '&#164;',
17
-	'yen' => '&#165;',
18
-	'brvbar' => '&#166;',
19
-	'sect' => '&#167;',
20
-	'uml' => '&#168;',
21
-	'ordf' => '&#170;',
22
-	'laquo' => '&#171;',
23
-	'lsquo' => '&#8216;',
24
-	'rsquo' => '&#8217;',
25
-	'not' => '&#172;',
26
-	'shy' => '&#173;',
27
-	'macr' => '&#175;',
28
-	'deg' => '&#176;',
29
-	'plusmn' => '&#177;',
30
-	'sup2' => '&#178;',
31
-	'sup3' => '&#179;',
32
-	'acute' => '&#180;',
33
-	'micro' => '&#181;',
34
-	'para' => '&#182;',
35
-	'middot' => '&#183;',
36
-	'cedil' => '&#184;',
37
-	'sup1' => '&#185;',
38
-	'ordm' => '&#186;',
39
-	'raquo' => '&#187;',
40
-	'iquest' => '&#191;',
41
-	'Agrave' => '&#192;',
42
-	'Aacute' => '&#193;',
43
-	'Acirc' => '&#194;',
44
-	'Atilde' => '&#195;',
45
-	'Auml' => '&#196;',
46
-	'Aring' => '&#197;',
47
-	'AElig' => '&#198;',
48
-	'Ccedil' => '&#199;',
49
-	'Egrave' => '&#200;',
50
-	'Eacute' => '&#201;',
51
-	'Ecirc' => '&#202;',
52
-	'Euml' => '&#203;',
53
-	'Igrave' => '&#204;',
54
-	'Iacute' => '&#205;',
55
-	'Icirc' => '&#206;',
56
-	'Iuml' => '&#207;',
57
-	'ETH' => '&#208;',
58
-	'Ntilde' => '&#209;',
59
-	'Ograve' => '&#210;',
60
-	'Oacute' => '&#211;',
61
-	'Ocirc' => '&#212;',
62
-	'Otilde' => '&#213;',
63
-	'Ouml' => '&#214;',
64
-	'times' => '&#215;',
65
-	'Oslash' => '&#216;',
66
-	'Ugrave' => '&#217;',
67
-	'Uacute' => '&#218;',
68
-	'Ucirc' => '&#219;',
69
-	'Uuml' => '&#220;',
70
-	'Yacute' => '&#221;',
71
-	'THORN' => '&#222;',
72
-	'szlig' => '&#223;',
73
-	'agrave' => '&#224;',
74
-	'Scaron' => '&#352;',
75
-	'scaron' => '&#353;',
76
-	'zcaron' => '&#x17E;',
77
-	'Zcaron' => '&#x17D;',
78
-	'aacute' => '&#225;',
79
-	'acirc' => '&#226;',
80
-	'atilde' => '&#227;',
81
-	'auml' => '&#228;',
82
-	'aring' => '&#229;',
83
-	'aelig' => '&#230;',
84
-	'ccedil' => '&#231;',
85
-	'egrave' => '&#232;',
86
-	'eacute' => '&#233;',
87
-	'ecirc' => '&#234;',
88
-	'euml' => '&#235;',
89
-	'igrave' => '&#236;',
90
-	'iacute' => '&#237;',
91
-	'icirc' => '&#238;',
92
-	'iuml' => '&#239;',
93
-	'eth' => '&#240;',
94
-	'ntilde' => '&#241;',
95
-	'ograve' => '&#242;',
96
-	'oacute' => '&#243;',
97
-	'ocirc' => '&#244;',
98
-	'otilde' => '&#245;',
99
-	'ouml' => '&#246;',
100
-	'divide' => '&#247;',
101
-	'oslash' => '&#248;',
102
-	'ugrave' => '&#249;',
103
-	'uacute' => '&#250;',
104
-	'ucirc' => '&#251;',
105
-	'uuml' => '&#252;',
106
-	'yacute' => '&#253;',
107
-	'thorn' => '&#254;',
108
-	'nbsp' => ' ',
109
-	'thinsp' => '&#8201;',
110
-	'ensp' => '&#8194;',
111
-	'emsp' => '&#8195;',
112
-	'copy' => '(c)',
113
-	'reg' => '(r)',
114
-	'frac14' => '1/4',
115
-	'frac12' => '1/2',
116
-	'frac34' => '3/4',
117
-	'apos' => "'",
118
-	'mdash' => '&#8212;',
119
-	'ndash' => '&#8211;',
120
-	'hellip' => '&#8230;',
121
-	'euro' => '&#8364;',
122
-	'OElig' => '&#338;',
123
-	'oelig' => '&#339;',
124
-	'iexcl' => '&#161;'
11
+    'ldquo' => '&#8220;',
12
+    'rdquo' => '&#8221;',
13
+    'bdquo' => '&#8222;',
14
+    'cent' => '&#162;',
15
+    'pound' => '&#163;',
16
+    'curren' => '&#164;',
17
+    'yen' => '&#165;',
18
+    'brvbar' => '&#166;',
19
+    'sect' => '&#167;',
20
+    'uml' => '&#168;',
21
+    'ordf' => '&#170;',
22
+    'laquo' => '&#171;',
23
+    'lsquo' => '&#8216;',
24
+    'rsquo' => '&#8217;',
25
+    'not' => '&#172;',
26
+    'shy' => '&#173;',
27
+    'macr' => '&#175;',
28
+    'deg' => '&#176;',
29
+    'plusmn' => '&#177;',
30
+    'sup2' => '&#178;',
31
+    'sup3' => '&#179;',
32
+    'acute' => '&#180;',
33
+    'micro' => '&#181;',
34
+    'para' => '&#182;',
35
+    'middot' => '&#183;',
36
+    'cedil' => '&#184;',
37
+    'sup1' => '&#185;',
38
+    'ordm' => '&#186;',
39
+    'raquo' => '&#187;',
40
+    'iquest' => '&#191;',
41
+    'Agrave' => '&#192;',
42
+    'Aacute' => '&#193;',
43
+    'Acirc' => '&#194;',
44
+    'Atilde' => '&#195;',
45
+    'Auml' => '&#196;',
46
+    'Aring' => '&#197;',
47
+    'AElig' => '&#198;',
48
+    'Ccedil' => '&#199;',
49
+    'Egrave' => '&#200;',
50
+    'Eacute' => '&#201;',
51
+    'Ecirc' => '&#202;',
52
+    'Euml' => '&#203;',
53
+    'Igrave' => '&#204;',
54
+    'Iacute' => '&#205;',
55
+    'Icirc' => '&#206;',
56
+    'Iuml' => '&#207;',
57
+    'ETH' => '&#208;',
58
+    'Ntilde' => '&#209;',
59
+    'Ograve' => '&#210;',
60
+    'Oacute' => '&#211;',
61
+    'Ocirc' => '&#212;',
62
+    'Otilde' => '&#213;',
63
+    'Ouml' => '&#214;',
64
+    'times' => '&#215;',
65
+    'Oslash' => '&#216;',
66
+    'Ugrave' => '&#217;',
67
+    'Uacute' => '&#218;',
68
+    'Ucirc' => '&#219;',
69
+    'Uuml' => '&#220;',
70
+    'Yacute' => '&#221;',
71
+    'THORN' => '&#222;',
72
+    'szlig' => '&#223;',
73
+    'agrave' => '&#224;',
74
+    'Scaron' => '&#352;',
75
+    'scaron' => '&#353;',
76
+    'zcaron' => '&#x17E;',
77
+    'Zcaron' => '&#x17D;',
78
+    'aacute' => '&#225;',
79
+    'acirc' => '&#226;',
80
+    'atilde' => '&#227;',
81
+    'auml' => '&#228;',
82
+    'aring' => '&#229;',
83
+    'aelig' => '&#230;',
84
+    'ccedil' => '&#231;',
85
+    'egrave' => '&#232;',
86
+    'eacute' => '&#233;',
87
+    'ecirc' => '&#234;',
88
+    'euml' => '&#235;',
89
+    'igrave' => '&#236;',
90
+    'iacute' => '&#237;',
91
+    'icirc' => '&#238;',
92
+    'iuml' => '&#239;',
93
+    'eth' => '&#240;',
94
+    'ntilde' => '&#241;',
95
+    'ograve' => '&#242;',
96
+    'oacute' => '&#243;',
97
+    'ocirc' => '&#244;',
98
+    'otilde' => '&#245;',
99
+    'ouml' => '&#246;',
100
+    'divide' => '&#247;',
101
+    'oslash' => '&#248;',
102
+    'ugrave' => '&#249;',
103
+    'uacute' => '&#250;',
104
+    'ucirc' => '&#251;',
105
+    'uuml' => '&#252;',
106
+    'yacute' => '&#253;',
107
+    'thorn' => '&#254;',
108
+    'nbsp' => ' ',
109
+    'thinsp' => '&#8201;',
110
+    'ensp' => '&#8194;',
111
+    'emsp' => '&#8195;',
112
+    'copy' => '(c)',
113
+    'reg' => '(r)',
114
+    'frac14' => '1/4',
115
+    'frac12' => '1/2',
116
+    'frac34' => '3/4',
117
+    'apos' => "'",
118
+    'mdash' => '&#8212;',
119
+    'ndash' => '&#8211;',
120
+    'hellip' => '&#8230;',
121
+    'euro' => '&#8364;',
122
+    'OElig' => '&#338;',
123
+    'oelig' => '&#339;',
124
+    'iexcl' => '&#161;'
125 125
 
126 126
 );
127 127
 
Please login to merge, or discard this patch.