Mercurial > repos > guerler > hhblits
comparison lib/python3.8/site-packages/pip/_vendor/html5lib/constants.py @ 0:9e54283cc701 draft
"planemo upload commit d12c32a45bcd441307e632fca6d9af7d60289d44"
author | guerler |
---|---|
date | Mon, 27 Jul 2020 03:47:31 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:9e54283cc701 |
---|---|
1 from __future__ import absolute_import, division, unicode_literals | |
2 | |
3 import string | |
4 | |
5 EOF = None | |
6 | |
7 E = { | |
8 "null-character": | |
9 "Null character in input stream, replaced with U+FFFD.", | |
10 "invalid-codepoint": | |
11 "Invalid codepoint in stream.", | |
12 "incorrectly-placed-solidus": | |
13 "Solidus (/) incorrectly placed in tag.", | |
14 "incorrect-cr-newline-entity": | |
15 "Incorrect CR newline entity, replaced with LF.", | |
16 "illegal-windows-1252-entity": | |
17 "Entity used with illegal number (windows-1252 reference).", | |
18 "cant-convert-numeric-entity": | |
19 "Numeric entity couldn't be converted to character " | |
20 "(codepoint U+%(charAsInt)08x).", | |
21 "illegal-codepoint-for-numeric-entity": | |
22 "Numeric entity represents an illegal codepoint: " | |
23 "U+%(charAsInt)08x.", | |
24 "numeric-entity-without-semicolon": | |
25 "Numeric entity didn't end with ';'.", | |
26 "expected-numeric-entity-but-got-eof": | |
27 "Numeric entity expected. Got end of file instead.", | |
28 "expected-numeric-entity": | |
29 "Numeric entity expected but none found.", | |
30 "named-entity-without-semicolon": | |
31 "Named entity didn't end with ';'.", | |
32 "expected-named-entity": | |
33 "Named entity expected. Got none.", | |
34 "attributes-in-end-tag": | |
35 "End tag contains unexpected attributes.", | |
36 'self-closing-flag-on-end-tag': | |
37 "End tag contains unexpected self-closing flag.", | |
38 "expected-tag-name-but-got-right-bracket": | |
39 "Expected tag name. Got '>' instead.", | |
40 "expected-tag-name-but-got-question-mark": | |
41 "Expected tag name. Got '?' instead. (HTML doesn't " | |
42 "support processing instructions.)", | |
43 "expected-tag-name": | |
44 "Expected tag name. Got something else instead", | |
45 "expected-closing-tag-but-got-right-bracket": | |
46 "Expected closing tag. Got '>' instead. Ignoring '</>'.", | |
47 "expected-closing-tag-but-got-eof": | |
48 "Expected closing tag. Unexpected end of file.", | |
49 "expected-closing-tag-but-got-char": | |
50 "Expected closing tag. Unexpected character '%(data)s' found.", | |
51 "eof-in-tag-name": | |
52 "Unexpected end of file in the tag name.", | |
53 "expected-attribute-name-but-got-eof": | |
54 "Unexpected end of file. Expected attribute name instead.", | |
55 "eof-in-attribute-name": | |
56 "Unexpected end of file in attribute name.", | |
57 "invalid-character-in-attribute-name": | |
58 "Invalid character in attribute name", | |
59 "duplicate-attribute": | |
60 "Dropped duplicate attribute on tag.", | |
61 "expected-end-of-tag-name-but-got-eof": | |
62 "Unexpected end of file. Expected = or end of tag.", | |
63 "expected-attribute-value-but-got-eof": | |
64 "Unexpected end of file. Expected attribute value.", | |
65 "expected-attribute-value-but-got-right-bracket": | |
66 "Expected attribute value. Got '>' instead.", | |
67 'equals-in-unquoted-attribute-value': | |
68 "Unexpected = in unquoted attribute", | |
69 'unexpected-character-in-unquoted-attribute-value': | |
70 "Unexpected character in unquoted attribute", | |
71 "invalid-character-after-attribute-name": | |
72 "Unexpected character after attribute name.", | |
73 "unexpected-character-after-attribute-value": | |
74 "Unexpected character after attribute value.", | |
75 "eof-in-attribute-value-double-quote": | |
76 "Unexpected end of file in attribute value (\").", | |
77 "eof-in-attribute-value-single-quote": | |
78 "Unexpected end of file in attribute value (').", | |
79 "eof-in-attribute-value-no-quotes": | |
80 "Unexpected end of file in attribute value.", | |
81 "unexpected-EOF-after-solidus-in-tag": | |
82 "Unexpected end of file in tag. Expected >", | |
83 "unexpected-character-after-solidus-in-tag": | |
84 "Unexpected character after / in tag. Expected >", | |
85 "expected-dashes-or-doctype": | |
86 "Expected '--' or 'DOCTYPE'. Not found.", | |
87 "unexpected-bang-after-double-dash-in-comment": | |
88 "Unexpected ! after -- in comment", | |
89 "unexpected-space-after-double-dash-in-comment": | |
90 "Unexpected space after -- in comment", | |
91 "incorrect-comment": | |
92 "Incorrect comment.", | |
93 "eof-in-comment": | |
94 "Unexpected end of file in comment.", | |
95 "eof-in-comment-end-dash": | |
96 "Unexpected end of file in comment (-)", | |
97 "unexpected-dash-after-double-dash-in-comment": | |
98 "Unexpected '-' after '--' found in comment.", | |
99 "eof-in-comment-double-dash": | |
100 "Unexpected end of file in comment (--).", | |
101 "eof-in-comment-end-space-state": | |
102 "Unexpected end of file in comment.", | |
103 "eof-in-comment-end-bang-state": | |
104 "Unexpected end of file in comment.", | |
105 "unexpected-char-in-comment": | |
106 "Unexpected character in comment found.", | |
107 "need-space-after-doctype": | |
108 "No space after literal string 'DOCTYPE'.", | |
109 "expected-doctype-name-but-got-right-bracket": | |
110 "Unexpected > character. Expected DOCTYPE name.", | |
111 "expected-doctype-name-but-got-eof": | |
112 "Unexpected end of file. Expected DOCTYPE name.", | |
113 "eof-in-doctype-name": | |
114 "Unexpected end of file in DOCTYPE name.", | |
115 "eof-in-doctype": | |
116 "Unexpected end of file in DOCTYPE.", | |
117 "expected-space-or-right-bracket-in-doctype": | |
118 "Expected space or '>'. Got '%(data)s'", | |
119 "unexpected-end-of-doctype": | |
120 "Unexpected end of DOCTYPE.", | |
121 "unexpected-char-in-doctype": | |
122 "Unexpected character in DOCTYPE.", | |
123 "eof-in-innerhtml": | |
124 "XXX innerHTML EOF", | |
125 "unexpected-doctype": | |
126 "Unexpected DOCTYPE. Ignored.", | |
127 "non-html-root": | |
128 "html needs to be the first start tag.", | |
129 "expected-doctype-but-got-eof": | |
130 "Unexpected End of file. Expected DOCTYPE.", | |
131 "unknown-doctype": | |
132 "Erroneous DOCTYPE.", | |
133 "expected-doctype-but-got-chars": | |
134 "Unexpected non-space characters. Expected DOCTYPE.", | |
135 "expected-doctype-but-got-start-tag": | |
136 "Unexpected start tag (%(name)s). Expected DOCTYPE.", | |
137 "expected-doctype-but-got-end-tag": | |
138 "Unexpected end tag (%(name)s). Expected DOCTYPE.", | |
139 "end-tag-after-implied-root": | |
140 "Unexpected end tag (%(name)s) after the (implied) root element.", | |
141 "expected-named-closing-tag-but-got-eof": | |
142 "Unexpected end of file. Expected end tag (%(name)s).", | |
143 "two-heads-are-not-better-than-one": | |
144 "Unexpected start tag head in existing head. Ignored.", | |
145 "unexpected-end-tag": | |
146 "Unexpected end tag (%(name)s). Ignored.", | |
147 "unexpected-start-tag-out-of-my-head": | |
148 "Unexpected start tag (%(name)s) that can be in head. Moved.", | |
149 "unexpected-start-tag": | |
150 "Unexpected start tag (%(name)s).", | |
151 "missing-end-tag": | |
152 "Missing end tag (%(name)s).", | |
153 "missing-end-tags": | |
154 "Missing end tags (%(name)s).", | |
155 "unexpected-start-tag-implies-end-tag": | |
156 "Unexpected start tag (%(startName)s) " | |
157 "implies end tag (%(endName)s).", | |
158 "unexpected-start-tag-treated-as": | |
159 "Unexpected start tag (%(originalName)s). Treated as %(newName)s.", | |
160 "deprecated-tag": | |
161 "Unexpected start tag %(name)s. Don't use it!", | |
162 "unexpected-start-tag-ignored": | |
163 "Unexpected start tag %(name)s. Ignored.", | |
164 "expected-one-end-tag-but-got-another": | |
165 "Unexpected end tag (%(gotName)s). " | |
166 "Missing end tag (%(expectedName)s).", | |
167 "end-tag-too-early": | |
168 "End tag (%(name)s) seen too early. Expected other end tag.", | |
169 "end-tag-too-early-named": | |
170 "Unexpected end tag (%(gotName)s). Expected end tag (%(expectedName)s).", | |
171 "end-tag-too-early-ignored": | |
172 "End tag (%(name)s) seen too early. Ignored.", | |
173 "adoption-agency-1.1": | |
174 "End tag (%(name)s) violates step 1, " | |
175 "paragraph 1 of the adoption agency algorithm.", | |
176 "adoption-agency-1.2": | |
177 "End tag (%(name)s) violates step 1, " | |
178 "paragraph 2 of the adoption agency algorithm.", | |
179 "adoption-agency-1.3": | |
180 "End tag (%(name)s) violates step 1, " | |
181 "paragraph 3 of the adoption agency algorithm.", | |
182 "adoption-agency-4.4": | |
183 "End tag (%(name)s) violates step 4, " | |
184 "paragraph 4 of the adoption agency algorithm.", | |
185 "unexpected-end-tag-treated-as": | |
186 "Unexpected end tag (%(originalName)s). Treated as %(newName)s.", | |
187 "no-end-tag": | |
188 "This element (%(name)s) has no end tag.", | |
189 "unexpected-implied-end-tag-in-table": | |
190 "Unexpected implied end tag (%(name)s) in the table phase.", | |
191 "unexpected-implied-end-tag-in-table-body": | |
192 "Unexpected implied end tag (%(name)s) in the table body phase.", | |
193 "unexpected-char-implies-table-voodoo": | |
194 "Unexpected non-space characters in " | |
195 "table context caused voodoo mode.", | |
196 "unexpected-hidden-input-in-table": | |
197 "Unexpected input with type hidden in table context.", | |
198 "unexpected-form-in-table": | |
199 "Unexpected form in table context.", | |
200 "unexpected-start-tag-implies-table-voodoo": | |
201 "Unexpected start tag (%(name)s) in " | |
202 "table context caused voodoo mode.", | |
203 "unexpected-end-tag-implies-table-voodoo": | |
204 "Unexpected end tag (%(name)s) in " | |
205 "table context caused voodoo mode.", | |
206 "unexpected-cell-in-table-body": | |
207 "Unexpected table cell start tag (%(name)s) " | |
208 "in the table body phase.", | |
209 "unexpected-cell-end-tag": | |
210 "Got table cell end tag (%(name)s) " | |
211 "while required end tags are missing.", | |
212 "unexpected-end-tag-in-table-body": | |
213 "Unexpected end tag (%(name)s) in the table body phase. Ignored.", | |
214 "unexpected-implied-end-tag-in-table-row": | |
215 "Unexpected implied end tag (%(name)s) in the table row phase.", | |
216 "unexpected-end-tag-in-table-row": | |
217 "Unexpected end tag (%(name)s) in the table row phase. Ignored.", | |
218 "unexpected-select-in-select": | |
219 "Unexpected select start tag in the select phase " | |
220 "treated as select end tag.", | |
221 "unexpected-input-in-select": | |
222 "Unexpected input start tag in the select phase.", | |
223 "unexpected-start-tag-in-select": | |
224 "Unexpected start tag token (%(name)s in the select phase. " | |
225 "Ignored.", | |
226 "unexpected-end-tag-in-select": | |
227 "Unexpected end tag (%(name)s) in the select phase. Ignored.", | |
228 "unexpected-table-element-start-tag-in-select-in-table": | |
229 "Unexpected table element start tag (%(name)s) in the select in table phase.", | |
230 "unexpected-table-element-end-tag-in-select-in-table": | |
231 "Unexpected table element end tag (%(name)s) in the select in table phase.", | |
232 "unexpected-char-after-body": | |
233 "Unexpected non-space characters in the after body phase.", | |
234 "unexpected-start-tag-after-body": | |
235 "Unexpected start tag token (%(name)s)" | |
236 " in the after body phase.", | |
237 "unexpected-end-tag-after-body": | |
238 "Unexpected end tag token (%(name)s)" | |
239 " in the after body phase.", | |
240 "unexpected-char-in-frameset": | |
241 "Unexpected characters in the frameset phase. Characters ignored.", | |
242 "unexpected-start-tag-in-frameset": | |
243 "Unexpected start tag token (%(name)s)" | |
244 " in the frameset phase. Ignored.", | |
245 "unexpected-frameset-in-frameset-innerhtml": | |
246 "Unexpected end tag token (frameset) " | |
247 "in the frameset phase (innerHTML).", | |
248 "unexpected-end-tag-in-frameset": | |
249 "Unexpected end tag token (%(name)s)" | |
250 " in the frameset phase. Ignored.", | |
251 "unexpected-char-after-frameset": | |
252 "Unexpected non-space characters in the " | |
253 "after frameset phase. Ignored.", | |
254 "unexpected-start-tag-after-frameset": | |
255 "Unexpected start tag (%(name)s)" | |
256 " in the after frameset phase. Ignored.", | |
257 "unexpected-end-tag-after-frameset": | |
258 "Unexpected end tag (%(name)s)" | |
259 " in the after frameset phase. Ignored.", | |
260 "unexpected-end-tag-after-body-innerhtml": | |
261 "Unexpected end tag after body(innerHtml)", | |
262 "expected-eof-but-got-char": | |
263 "Unexpected non-space characters. Expected end of file.", | |
264 "expected-eof-but-got-start-tag": | |
265 "Unexpected start tag (%(name)s)" | |
266 ". Expected end of file.", | |
267 "expected-eof-but-got-end-tag": | |
268 "Unexpected end tag (%(name)s)" | |
269 ". Expected end of file.", | |
270 "eof-in-table": | |
271 "Unexpected end of file. Expected table content.", | |
272 "eof-in-select": | |
273 "Unexpected end of file. Expected select content.", | |
274 "eof-in-frameset": | |
275 "Unexpected end of file. Expected frameset content.", | |
276 "eof-in-script-in-script": | |
277 "Unexpected end of file. Expected script content.", | |
278 "eof-in-foreign-lands": | |
279 "Unexpected end of file. Expected foreign content", | |
280 "non-void-element-with-trailing-solidus": | |
281 "Trailing solidus not allowed on element %(name)s", | |
282 "unexpected-html-element-in-foreign-content": | |
283 "Element %(name)s not allowed in a non-html context", | |
284 "unexpected-end-tag-before-html": | |
285 "Unexpected end tag (%(name)s) before html.", | |
286 "unexpected-inhead-noscript-tag": | |
287 "Element %(name)s not allowed in a inhead-noscript context", | |
288 "eof-in-head-noscript": | |
289 "Unexpected end of file. Expected inhead-noscript content", | |
290 "char-in-head-noscript": | |
291 "Unexpected non-space character. Expected inhead-noscript content", | |
292 "XXX-undefined-error": | |
293 "Undefined error (this sucks and should be fixed)", | |
294 } | |
295 | |
296 namespaces = { | |
297 "html": "http://www.w3.org/1999/xhtml", | |
298 "mathml": "http://www.w3.org/1998/Math/MathML", | |
299 "svg": "http://www.w3.org/2000/svg", | |
300 "xlink": "http://www.w3.org/1999/xlink", | |
301 "xml": "http://www.w3.org/XML/1998/namespace", | |
302 "xmlns": "http://www.w3.org/2000/xmlns/" | |
303 } | |
304 | |
305 scopingElements = frozenset([ | |
306 (namespaces["html"], "applet"), | |
307 (namespaces["html"], "caption"), | |
308 (namespaces["html"], "html"), | |
309 (namespaces["html"], "marquee"), | |
310 (namespaces["html"], "object"), | |
311 (namespaces["html"], "table"), | |
312 (namespaces["html"], "td"), | |
313 (namespaces["html"], "th"), | |
314 (namespaces["mathml"], "mi"), | |
315 (namespaces["mathml"], "mo"), | |
316 (namespaces["mathml"], "mn"), | |
317 (namespaces["mathml"], "ms"), | |
318 (namespaces["mathml"], "mtext"), | |
319 (namespaces["mathml"], "annotation-xml"), | |
320 (namespaces["svg"], "foreignObject"), | |
321 (namespaces["svg"], "desc"), | |
322 (namespaces["svg"], "title"), | |
323 ]) | |
324 | |
325 formattingElements = frozenset([ | |
326 (namespaces["html"], "a"), | |
327 (namespaces["html"], "b"), | |
328 (namespaces["html"], "big"), | |
329 (namespaces["html"], "code"), | |
330 (namespaces["html"], "em"), | |
331 (namespaces["html"], "font"), | |
332 (namespaces["html"], "i"), | |
333 (namespaces["html"], "nobr"), | |
334 (namespaces["html"], "s"), | |
335 (namespaces["html"], "small"), | |
336 (namespaces["html"], "strike"), | |
337 (namespaces["html"], "strong"), | |
338 (namespaces["html"], "tt"), | |
339 (namespaces["html"], "u") | |
340 ]) | |
341 | |
342 specialElements = frozenset([ | |
343 (namespaces["html"], "address"), | |
344 (namespaces["html"], "applet"), | |
345 (namespaces["html"], "area"), | |
346 (namespaces["html"], "article"), | |
347 (namespaces["html"], "aside"), | |
348 (namespaces["html"], "base"), | |
349 (namespaces["html"], "basefont"), | |
350 (namespaces["html"], "bgsound"), | |
351 (namespaces["html"], "blockquote"), | |
352 (namespaces["html"], "body"), | |
353 (namespaces["html"], "br"), | |
354 (namespaces["html"], "button"), | |
355 (namespaces["html"], "caption"), | |
356 (namespaces["html"], "center"), | |
357 (namespaces["html"], "col"), | |
358 (namespaces["html"], "colgroup"), | |
359 (namespaces["html"], "command"), | |
360 (namespaces["html"], "dd"), | |
361 (namespaces["html"], "details"), | |
362 (namespaces["html"], "dir"), | |
363 (namespaces["html"], "div"), | |
364 (namespaces["html"], "dl"), | |
365 (namespaces["html"], "dt"), | |
366 (namespaces["html"], "embed"), | |
367 (namespaces["html"], "fieldset"), | |
368 (namespaces["html"], "figure"), | |
369 (namespaces["html"], "footer"), | |
370 (namespaces["html"], "form"), | |
371 (namespaces["html"], "frame"), | |
372 (namespaces["html"], "frameset"), | |
373 (namespaces["html"], "h1"), | |
374 (namespaces["html"], "h2"), | |
375 (namespaces["html"], "h3"), | |
376 (namespaces["html"], "h4"), | |
377 (namespaces["html"], "h5"), | |
378 (namespaces["html"], "h6"), | |
379 (namespaces["html"], "head"), | |
380 (namespaces["html"], "header"), | |
381 (namespaces["html"], "hr"), | |
382 (namespaces["html"], "html"), | |
383 (namespaces["html"], "iframe"), | |
384 # Note that image is commented out in the spec as "this isn't an | |
385 # element that can end up on the stack, so it doesn't matter," | |
386 (namespaces["html"], "image"), | |
387 (namespaces["html"], "img"), | |
388 (namespaces["html"], "input"), | |
389 (namespaces["html"], "isindex"), | |
390 (namespaces["html"], "li"), | |
391 (namespaces["html"], "link"), | |
392 (namespaces["html"], "listing"), | |
393 (namespaces["html"], "marquee"), | |
394 (namespaces["html"], "menu"), | |
395 (namespaces["html"], "meta"), | |
396 (namespaces["html"], "nav"), | |
397 (namespaces["html"], "noembed"), | |
398 (namespaces["html"], "noframes"), | |
399 (namespaces["html"], "noscript"), | |
400 (namespaces["html"], "object"), | |
401 (namespaces["html"], "ol"), | |
402 (namespaces["html"], "p"), | |
403 (namespaces["html"], "param"), | |
404 (namespaces["html"], "plaintext"), | |
405 (namespaces["html"], "pre"), | |
406 (namespaces["html"], "script"), | |
407 (namespaces["html"], "section"), | |
408 (namespaces["html"], "select"), | |
409 (namespaces["html"], "style"), | |
410 (namespaces["html"], "table"), | |
411 (namespaces["html"], "tbody"), | |
412 (namespaces["html"], "td"), | |
413 (namespaces["html"], "textarea"), | |
414 (namespaces["html"], "tfoot"), | |
415 (namespaces["html"], "th"), | |
416 (namespaces["html"], "thead"), | |
417 (namespaces["html"], "title"), | |
418 (namespaces["html"], "tr"), | |
419 (namespaces["html"], "ul"), | |
420 (namespaces["html"], "wbr"), | |
421 (namespaces["html"], "xmp"), | |
422 (namespaces["svg"], "foreignObject") | |
423 ]) | |
424 | |
425 htmlIntegrationPointElements = frozenset([ | |
426 (namespaces["mathml"], "annotation-xml"), | |
427 (namespaces["svg"], "foreignObject"), | |
428 (namespaces["svg"], "desc"), | |
429 (namespaces["svg"], "title") | |
430 ]) | |
431 | |
432 mathmlTextIntegrationPointElements = frozenset([ | |
433 (namespaces["mathml"], "mi"), | |
434 (namespaces["mathml"], "mo"), | |
435 (namespaces["mathml"], "mn"), | |
436 (namespaces["mathml"], "ms"), | |
437 (namespaces["mathml"], "mtext") | |
438 ]) | |
439 | |
440 adjustSVGAttributes = { | |
441 "attributename": "attributeName", | |
442 "attributetype": "attributeType", | |
443 "basefrequency": "baseFrequency", | |
444 "baseprofile": "baseProfile", | |
445 "calcmode": "calcMode", | |
446 "clippathunits": "clipPathUnits", | |
447 "contentscripttype": "contentScriptType", | |
448 "contentstyletype": "contentStyleType", | |
449 "diffuseconstant": "diffuseConstant", | |
450 "edgemode": "edgeMode", | |
451 "externalresourcesrequired": "externalResourcesRequired", | |
452 "filterres": "filterRes", | |
453 "filterunits": "filterUnits", | |
454 "glyphref": "glyphRef", | |
455 "gradienttransform": "gradientTransform", | |
456 "gradientunits": "gradientUnits", | |
457 "kernelmatrix": "kernelMatrix", | |
458 "kernelunitlength": "kernelUnitLength", | |
459 "keypoints": "keyPoints", | |
460 "keysplines": "keySplines", | |
461 "keytimes": "keyTimes", | |
462 "lengthadjust": "lengthAdjust", | |
463 "limitingconeangle": "limitingConeAngle", | |
464 "markerheight": "markerHeight", | |
465 "markerunits": "markerUnits", | |
466 "markerwidth": "markerWidth", | |
467 "maskcontentunits": "maskContentUnits", | |
468 "maskunits": "maskUnits", | |
469 "numoctaves": "numOctaves", | |
470 "pathlength": "pathLength", | |
471 "patterncontentunits": "patternContentUnits", | |
472 "patterntransform": "patternTransform", | |
473 "patternunits": "patternUnits", | |
474 "pointsatx": "pointsAtX", | |
475 "pointsaty": "pointsAtY", | |
476 "pointsatz": "pointsAtZ", | |
477 "preservealpha": "preserveAlpha", | |
478 "preserveaspectratio": "preserveAspectRatio", | |
479 "primitiveunits": "primitiveUnits", | |
480 "refx": "refX", | |
481 "refy": "refY", | |
482 "repeatcount": "repeatCount", | |
483 "repeatdur": "repeatDur", | |
484 "requiredextensions": "requiredExtensions", | |
485 "requiredfeatures": "requiredFeatures", | |
486 "specularconstant": "specularConstant", | |
487 "specularexponent": "specularExponent", | |
488 "spreadmethod": "spreadMethod", | |
489 "startoffset": "startOffset", | |
490 "stddeviation": "stdDeviation", | |
491 "stitchtiles": "stitchTiles", | |
492 "surfacescale": "surfaceScale", | |
493 "systemlanguage": "systemLanguage", | |
494 "tablevalues": "tableValues", | |
495 "targetx": "targetX", | |
496 "targety": "targetY", | |
497 "textlength": "textLength", | |
498 "viewbox": "viewBox", | |
499 "viewtarget": "viewTarget", | |
500 "xchannelselector": "xChannelSelector", | |
501 "ychannelselector": "yChannelSelector", | |
502 "zoomandpan": "zoomAndPan" | |
503 } | |
504 | |
505 adjustMathMLAttributes = {"definitionurl": "definitionURL"} | |
506 | |
507 adjustForeignAttributes = { | |
508 "xlink:actuate": ("xlink", "actuate", namespaces["xlink"]), | |
509 "xlink:arcrole": ("xlink", "arcrole", namespaces["xlink"]), | |
510 "xlink:href": ("xlink", "href", namespaces["xlink"]), | |
511 "xlink:role": ("xlink", "role", namespaces["xlink"]), | |
512 "xlink:show": ("xlink", "show", namespaces["xlink"]), | |
513 "xlink:title": ("xlink", "title", namespaces["xlink"]), | |
514 "xlink:type": ("xlink", "type", namespaces["xlink"]), | |
515 "xml:base": ("xml", "base", namespaces["xml"]), | |
516 "xml:lang": ("xml", "lang", namespaces["xml"]), | |
517 "xml:space": ("xml", "space", namespaces["xml"]), | |
518 "xmlns": (None, "xmlns", namespaces["xmlns"]), | |
519 "xmlns:xlink": ("xmlns", "xlink", namespaces["xmlns"]) | |
520 } | |
521 | |
522 unadjustForeignAttributes = dict([((ns, local), qname) for qname, (prefix, local, ns) in | |
523 adjustForeignAttributes.items()]) | |
524 | |
525 spaceCharacters = frozenset([ | |
526 "\t", | |
527 "\n", | |
528 "\u000C", | |
529 " ", | |
530 "\r" | |
531 ]) | |
532 | |
533 tableInsertModeElements = frozenset([ | |
534 "table", | |
535 "tbody", | |
536 "tfoot", | |
537 "thead", | |
538 "tr" | |
539 ]) | |
540 | |
541 asciiLowercase = frozenset(string.ascii_lowercase) | |
542 asciiUppercase = frozenset(string.ascii_uppercase) | |
543 asciiLetters = frozenset(string.ascii_letters) | |
544 digits = frozenset(string.digits) | |
545 hexDigits = frozenset(string.hexdigits) | |
546 | |
547 asciiUpper2Lower = dict([(ord(c), ord(c.lower())) | |
548 for c in string.ascii_uppercase]) | |
549 | |
550 # Heading elements need to be ordered | |
551 headingElements = ( | |
552 "h1", | |
553 "h2", | |
554 "h3", | |
555 "h4", | |
556 "h5", | |
557 "h6" | |
558 ) | |
559 | |
560 voidElements = frozenset([ | |
561 "base", | |
562 "command", | |
563 "event-source", | |
564 "link", | |
565 "meta", | |
566 "hr", | |
567 "br", | |
568 "img", | |
569 "embed", | |
570 "param", | |
571 "area", | |
572 "col", | |
573 "input", | |
574 "source", | |
575 "track" | |
576 ]) | |
577 | |
578 cdataElements = frozenset(['title', 'textarea']) | |
579 | |
580 rcdataElements = frozenset([ | |
581 'style', | |
582 'script', | |
583 'xmp', | |
584 'iframe', | |
585 'noembed', | |
586 'noframes', | |
587 'noscript' | |
588 ]) | |
589 | |
590 booleanAttributes = { | |
591 "": frozenset(["irrelevant", "itemscope"]), | |
592 "style": frozenset(["scoped"]), | |
593 "img": frozenset(["ismap"]), | |
594 "audio": frozenset(["autoplay", "controls"]), | |
595 "video": frozenset(["autoplay", "controls"]), | |
596 "script": frozenset(["defer", "async"]), | |
597 "details": frozenset(["open"]), | |
598 "datagrid": frozenset(["multiple", "disabled"]), | |
599 "command": frozenset(["hidden", "disabled", "checked", "default"]), | |
600 "hr": frozenset(["noshade"]), | |
601 "menu": frozenset(["autosubmit"]), | |
602 "fieldset": frozenset(["disabled", "readonly"]), | |
603 "option": frozenset(["disabled", "readonly", "selected"]), | |
604 "optgroup": frozenset(["disabled", "readonly"]), | |
605 "button": frozenset(["disabled", "autofocus"]), | |
606 "input": frozenset(["disabled", "readonly", "required", "autofocus", "checked", "ismap"]), | |
607 "select": frozenset(["disabled", "readonly", "autofocus", "multiple"]), | |
608 "output": frozenset(["disabled", "readonly"]), | |
609 "iframe": frozenset(["seamless"]), | |
610 } | |
611 | |
612 # entitiesWindows1252 has to be _ordered_ and needs to have an index. It | |
613 # therefore can't be a frozenset. | |
614 entitiesWindows1252 = ( | |
615 8364, # 0x80 0x20AC EURO SIGN | |
616 65533, # 0x81 UNDEFINED | |
617 8218, # 0x82 0x201A SINGLE LOW-9 QUOTATION MARK | |
618 402, # 0x83 0x0192 LATIN SMALL LETTER F WITH HOOK | |
619 8222, # 0x84 0x201E DOUBLE LOW-9 QUOTATION MARK | |
620 8230, # 0x85 0x2026 HORIZONTAL ELLIPSIS | |
621 8224, # 0x86 0x2020 DAGGER | |
622 8225, # 0x87 0x2021 DOUBLE DAGGER | |
623 710, # 0x88 0x02C6 MODIFIER LETTER CIRCUMFLEX ACCENT | |
624 8240, # 0x89 0x2030 PER MILLE SIGN | |
625 352, # 0x8A 0x0160 LATIN CAPITAL LETTER S WITH CARON | |
626 8249, # 0x8B 0x2039 SINGLE LEFT-POINTING ANGLE QUOTATION MARK | |
627 338, # 0x8C 0x0152 LATIN CAPITAL LIGATURE OE | |
628 65533, # 0x8D UNDEFINED | |
629 381, # 0x8E 0x017D LATIN CAPITAL LETTER Z WITH CARON | |
630 65533, # 0x8F UNDEFINED | |
631 65533, # 0x90 UNDEFINED | |
632 8216, # 0x91 0x2018 LEFT SINGLE QUOTATION MARK | |
633 8217, # 0x92 0x2019 RIGHT SINGLE QUOTATION MARK | |
634 8220, # 0x93 0x201C LEFT DOUBLE QUOTATION MARK | |
635 8221, # 0x94 0x201D RIGHT DOUBLE QUOTATION MARK | |
636 8226, # 0x95 0x2022 BULLET | |
637 8211, # 0x96 0x2013 EN DASH | |
638 8212, # 0x97 0x2014 EM DASH | |
639 732, # 0x98 0x02DC SMALL TILDE | |
640 8482, # 0x99 0x2122 TRADE MARK SIGN | |
641 353, # 0x9A 0x0161 LATIN SMALL LETTER S WITH CARON | |
642 8250, # 0x9B 0x203A SINGLE RIGHT-POINTING ANGLE QUOTATION MARK | |
643 339, # 0x9C 0x0153 LATIN SMALL LIGATURE OE | |
644 65533, # 0x9D UNDEFINED | |
645 382, # 0x9E 0x017E LATIN SMALL LETTER Z WITH CARON | |
646 376 # 0x9F 0x0178 LATIN CAPITAL LETTER Y WITH DIAERESIS | |
647 ) | |
648 | |
649 xmlEntities = frozenset(['lt;', 'gt;', 'amp;', 'apos;', 'quot;']) | |
650 | |
651 entities = { | |
652 "AElig": "\xc6", | |
653 "AElig;": "\xc6", | |
654 "AMP": "&", | |
655 "AMP;": "&", | |
656 "Aacute": "\xc1", | |
657 "Aacute;": "\xc1", | |
658 "Abreve;": "\u0102", | |
659 "Acirc": "\xc2", | |
660 "Acirc;": "\xc2", | |
661 "Acy;": "\u0410", | |
662 "Afr;": "\U0001d504", | |
663 "Agrave": "\xc0", | |
664 "Agrave;": "\xc0", | |
665 "Alpha;": "\u0391", | |
666 "Amacr;": "\u0100", | |
667 "And;": "\u2a53", | |
668 "Aogon;": "\u0104", | |
669 "Aopf;": "\U0001d538", | |
670 "ApplyFunction;": "\u2061", | |
671 "Aring": "\xc5", | |
672 "Aring;": "\xc5", | |
673 "Ascr;": "\U0001d49c", | |
674 "Assign;": "\u2254", | |
675 "Atilde": "\xc3", | |
676 "Atilde;": "\xc3", | |
677 "Auml": "\xc4", | |
678 "Auml;": "\xc4", | |
679 "Backslash;": "\u2216", | |
680 "Barv;": "\u2ae7", | |
681 "Barwed;": "\u2306", | |
682 "Bcy;": "\u0411", | |
683 "Because;": "\u2235", | |
684 "Bernoullis;": "\u212c", | |
685 "Beta;": "\u0392", | |
686 "Bfr;": "\U0001d505", | |
687 "Bopf;": "\U0001d539", | |
688 "Breve;": "\u02d8", | |
689 "Bscr;": "\u212c", | |
690 "Bumpeq;": "\u224e", | |
691 "CHcy;": "\u0427", | |
692 "COPY": "\xa9", | |
693 "COPY;": "\xa9", | |
694 "Cacute;": "\u0106", | |
695 "Cap;": "\u22d2", | |
696 "CapitalDifferentialD;": "\u2145", | |
697 "Cayleys;": "\u212d", | |
698 "Ccaron;": "\u010c", | |
699 "Ccedil": "\xc7", | |
700 "Ccedil;": "\xc7", | |
701 "Ccirc;": "\u0108", | |
702 "Cconint;": "\u2230", | |
703 "Cdot;": "\u010a", | |
704 "Cedilla;": "\xb8", | |
705 "CenterDot;": "\xb7", | |
706 "Cfr;": "\u212d", | |
707 "Chi;": "\u03a7", | |
708 "CircleDot;": "\u2299", | |
709 "CircleMinus;": "\u2296", | |
710 "CirclePlus;": "\u2295", | |
711 "CircleTimes;": "\u2297", | |
712 "ClockwiseContourIntegral;": "\u2232", | |
713 "CloseCurlyDoubleQuote;": "\u201d", | |
714 "CloseCurlyQuote;": "\u2019", | |
715 "Colon;": "\u2237", | |
716 "Colone;": "\u2a74", | |
717 "Congruent;": "\u2261", | |
718 "Conint;": "\u222f", | |
719 "ContourIntegral;": "\u222e", | |
720 "Copf;": "\u2102", | |
721 "Coproduct;": "\u2210", | |
722 "CounterClockwiseContourIntegral;": "\u2233", | |
723 "Cross;": "\u2a2f", | |
724 "Cscr;": "\U0001d49e", | |
725 "Cup;": "\u22d3", | |
726 "CupCap;": "\u224d", | |
727 "DD;": "\u2145", | |
728 "DDotrahd;": "\u2911", | |
729 "DJcy;": "\u0402", | |
730 "DScy;": "\u0405", | |
731 "DZcy;": "\u040f", | |
732 "Dagger;": "\u2021", | |
733 "Darr;": "\u21a1", | |
734 "Dashv;": "\u2ae4", | |
735 "Dcaron;": "\u010e", | |
736 "Dcy;": "\u0414", | |
737 "Del;": "\u2207", | |
738 "Delta;": "\u0394", | |
739 "Dfr;": "\U0001d507", | |
740 "DiacriticalAcute;": "\xb4", | |
741 "DiacriticalDot;": "\u02d9", | |
742 "DiacriticalDoubleAcute;": "\u02dd", | |
743 "DiacriticalGrave;": "`", | |
744 "DiacriticalTilde;": "\u02dc", | |
745 "Diamond;": "\u22c4", | |
746 "DifferentialD;": "\u2146", | |
747 "Dopf;": "\U0001d53b", | |
748 "Dot;": "\xa8", | |
749 "DotDot;": "\u20dc", | |
750 "DotEqual;": "\u2250", | |
751 "DoubleContourIntegral;": "\u222f", | |
752 "DoubleDot;": "\xa8", | |
753 "DoubleDownArrow;": "\u21d3", | |
754 "DoubleLeftArrow;": "\u21d0", | |
755 "DoubleLeftRightArrow;": "\u21d4", | |
756 "DoubleLeftTee;": "\u2ae4", | |
757 "DoubleLongLeftArrow;": "\u27f8", | |
758 "DoubleLongLeftRightArrow;": "\u27fa", | |
759 "DoubleLongRightArrow;": "\u27f9", | |
760 "DoubleRightArrow;": "\u21d2", | |
761 "DoubleRightTee;": "\u22a8", | |
762 "DoubleUpArrow;": "\u21d1", | |
763 "DoubleUpDownArrow;": "\u21d5", | |
764 "DoubleVerticalBar;": "\u2225", | |
765 "DownArrow;": "\u2193", | |
766 "DownArrowBar;": "\u2913", | |
767 "DownArrowUpArrow;": "\u21f5", | |
768 "DownBreve;": "\u0311", | |
769 "DownLeftRightVector;": "\u2950", | |
770 "DownLeftTeeVector;": "\u295e", | |
771 "DownLeftVector;": "\u21bd", | |
772 "DownLeftVectorBar;": "\u2956", | |
773 "DownRightTeeVector;": "\u295f", | |
774 "DownRightVector;": "\u21c1", | |
775 "DownRightVectorBar;": "\u2957", | |
776 "DownTee;": "\u22a4", | |
777 "DownTeeArrow;": "\u21a7", | |
778 "Downarrow;": "\u21d3", | |
779 "Dscr;": "\U0001d49f", | |
780 "Dstrok;": "\u0110", | |
781 "ENG;": "\u014a", | |
782 "ETH": "\xd0", | |
783 "ETH;": "\xd0", | |
784 "Eacute": "\xc9", | |
785 "Eacute;": "\xc9", | |
786 "Ecaron;": "\u011a", | |
787 "Ecirc": "\xca", | |
788 "Ecirc;": "\xca", | |
789 "Ecy;": "\u042d", | |
790 "Edot;": "\u0116", | |
791 "Efr;": "\U0001d508", | |
792 "Egrave": "\xc8", | |
793 "Egrave;": "\xc8", | |
794 "Element;": "\u2208", | |
795 "Emacr;": "\u0112", | |
796 "EmptySmallSquare;": "\u25fb", | |
797 "EmptyVerySmallSquare;": "\u25ab", | |
798 "Eogon;": "\u0118", | |
799 "Eopf;": "\U0001d53c", | |
800 "Epsilon;": "\u0395", | |
801 "Equal;": "\u2a75", | |
802 "EqualTilde;": "\u2242", | |
803 "Equilibrium;": "\u21cc", | |
804 "Escr;": "\u2130", | |
805 "Esim;": "\u2a73", | |
806 "Eta;": "\u0397", | |
807 "Euml": "\xcb", | |
808 "Euml;": "\xcb", | |
809 "Exists;": "\u2203", | |
810 "ExponentialE;": "\u2147", | |
811 "Fcy;": "\u0424", | |
812 "Ffr;": "\U0001d509", | |
813 "FilledSmallSquare;": "\u25fc", | |
814 "FilledVerySmallSquare;": "\u25aa", | |
815 "Fopf;": "\U0001d53d", | |
816 "ForAll;": "\u2200", | |
817 "Fouriertrf;": "\u2131", | |
818 "Fscr;": "\u2131", | |
819 "GJcy;": "\u0403", | |
820 "GT": ">", | |
821 "GT;": ">", | |
822 "Gamma;": "\u0393", | |
823 "Gammad;": "\u03dc", | |
824 "Gbreve;": "\u011e", | |
825 "Gcedil;": "\u0122", | |
826 "Gcirc;": "\u011c", | |
827 "Gcy;": "\u0413", | |
828 "Gdot;": "\u0120", | |
829 "Gfr;": "\U0001d50a", | |
830 "Gg;": "\u22d9", | |
831 "Gopf;": "\U0001d53e", | |
832 "GreaterEqual;": "\u2265", | |
833 "GreaterEqualLess;": "\u22db", | |
834 "GreaterFullEqual;": "\u2267", | |
835 "GreaterGreater;": "\u2aa2", | |
836 "GreaterLess;": "\u2277", | |
837 "GreaterSlantEqual;": "\u2a7e", | |
838 "GreaterTilde;": "\u2273", | |
839 "Gscr;": "\U0001d4a2", | |
840 "Gt;": "\u226b", | |
841 "HARDcy;": "\u042a", | |
842 "Hacek;": "\u02c7", | |
843 "Hat;": "^", | |
844 "Hcirc;": "\u0124", | |
845 "Hfr;": "\u210c", | |
846 "HilbertSpace;": "\u210b", | |
847 "Hopf;": "\u210d", | |
848 "HorizontalLine;": "\u2500", | |
849 "Hscr;": "\u210b", | |
850 "Hstrok;": "\u0126", | |
851 "HumpDownHump;": "\u224e", | |
852 "HumpEqual;": "\u224f", | |
853 "IEcy;": "\u0415", | |
854 "IJlig;": "\u0132", | |
855 "IOcy;": "\u0401", | |
856 "Iacute": "\xcd", | |
857 "Iacute;": "\xcd", | |
858 "Icirc": "\xce", | |
859 "Icirc;": "\xce", | |
860 "Icy;": "\u0418", | |
861 "Idot;": "\u0130", | |
862 "Ifr;": "\u2111", | |
863 "Igrave": "\xcc", | |
864 "Igrave;": "\xcc", | |
865 "Im;": "\u2111", | |
866 "Imacr;": "\u012a", | |
867 "ImaginaryI;": "\u2148", | |
868 "Implies;": "\u21d2", | |
869 "Int;": "\u222c", | |
870 "Integral;": "\u222b", | |
871 "Intersection;": "\u22c2", | |
872 "InvisibleComma;": "\u2063", | |
873 "InvisibleTimes;": "\u2062", | |
874 "Iogon;": "\u012e", | |
875 "Iopf;": "\U0001d540", | |
876 "Iota;": "\u0399", | |
877 "Iscr;": "\u2110", | |
878 "Itilde;": "\u0128", | |
879 "Iukcy;": "\u0406", | |
880 "Iuml": "\xcf", | |
881 "Iuml;": "\xcf", | |
882 "Jcirc;": "\u0134", | |
883 "Jcy;": "\u0419", | |
884 "Jfr;": "\U0001d50d", | |
885 "Jopf;": "\U0001d541", | |
886 "Jscr;": "\U0001d4a5", | |
887 "Jsercy;": "\u0408", | |
888 "Jukcy;": "\u0404", | |
889 "KHcy;": "\u0425", | |
890 "KJcy;": "\u040c", | |
891 "Kappa;": "\u039a", | |
892 "Kcedil;": "\u0136", | |
893 "Kcy;": "\u041a", | |
894 "Kfr;": "\U0001d50e", | |
895 "Kopf;": "\U0001d542", | |
896 "Kscr;": "\U0001d4a6", | |
897 "LJcy;": "\u0409", | |
898 "LT": "<", | |
899 "LT;": "<", | |
900 "Lacute;": "\u0139", | |
901 "Lambda;": "\u039b", | |
902 "Lang;": "\u27ea", | |
903 "Laplacetrf;": "\u2112", | |
904 "Larr;": "\u219e", | |
905 "Lcaron;": "\u013d", | |
906 "Lcedil;": "\u013b", | |
907 "Lcy;": "\u041b", | |
908 "LeftAngleBracket;": "\u27e8", | |
909 "LeftArrow;": "\u2190", | |
910 "LeftArrowBar;": "\u21e4", | |
911 "LeftArrowRightArrow;": "\u21c6", | |
912 "LeftCeiling;": "\u2308", | |
913 "LeftDoubleBracket;": "\u27e6", | |
914 "LeftDownTeeVector;": "\u2961", | |
915 "LeftDownVector;": "\u21c3", | |
916 "LeftDownVectorBar;": "\u2959", | |
917 "LeftFloor;": "\u230a", | |
918 "LeftRightArrow;": "\u2194", | |
919 "LeftRightVector;": "\u294e", | |
920 "LeftTee;": "\u22a3", | |
921 "LeftTeeArrow;": "\u21a4", | |
922 "LeftTeeVector;": "\u295a", | |
923 "LeftTriangle;": "\u22b2", | |
924 "LeftTriangleBar;": "\u29cf", | |
925 "LeftTriangleEqual;": "\u22b4", | |
926 "LeftUpDownVector;": "\u2951", | |
927 "LeftUpTeeVector;": "\u2960", | |
928 "LeftUpVector;": "\u21bf", | |
929 "LeftUpVectorBar;": "\u2958", | |
930 "LeftVector;": "\u21bc", | |
931 "LeftVectorBar;": "\u2952", | |
932 "Leftarrow;": "\u21d0", | |
933 "Leftrightarrow;": "\u21d4", | |
934 "LessEqualGreater;": "\u22da", | |
935 "LessFullEqual;": "\u2266", | |
936 "LessGreater;": "\u2276", | |
937 "LessLess;": "\u2aa1", | |
938 "LessSlantEqual;": "\u2a7d", | |
939 "LessTilde;": "\u2272", | |
940 "Lfr;": "\U0001d50f", | |
941 "Ll;": "\u22d8", | |
942 "Lleftarrow;": "\u21da", | |
943 "Lmidot;": "\u013f", | |
944 "LongLeftArrow;": "\u27f5", | |
945 "LongLeftRightArrow;": "\u27f7", | |
946 "LongRightArrow;": "\u27f6", | |
947 "Longleftarrow;": "\u27f8", | |
948 "Longleftrightarrow;": "\u27fa", | |
949 "Longrightarrow;": "\u27f9", | |
950 "Lopf;": "\U0001d543", | |
951 "LowerLeftArrow;": "\u2199", | |
952 "LowerRightArrow;": "\u2198", | |
953 "Lscr;": "\u2112", | |
954 "Lsh;": "\u21b0", | |
955 "Lstrok;": "\u0141", | |
956 "Lt;": "\u226a", | |
957 "Map;": "\u2905", | |
958 "Mcy;": "\u041c", | |
959 "MediumSpace;": "\u205f", | |
960 "Mellintrf;": "\u2133", | |
961 "Mfr;": "\U0001d510", | |
962 "MinusPlus;": "\u2213", | |
963 "Mopf;": "\U0001d544", | |
964 "Mscr;": "\u2133", | |
965 "Mu;": "\u039c", | |
966 "NJcy;": "\u040a", | |
967 "Nacute;": "\u0143", | |
968 "Ncaron;": "\u0147", | |
969 "Ncedil;": "\u0145", | |
970 "Ncy;": "\u041d", | |
971 "NegativeMediumSpace;": "\u200b", | |
972 "NegativeThickSpace;": "\u200b", | |
973 "NegativeThinSpace;": "\u200b", | |
974 "NegativeVeryThinSpace;": "\u200b", | |
975 "NestedGreaterGreater;": "\u226b", | |
976 "NestedLessLess;": "\u226a", | |
977 "NewLine;": "\n", | |
978 "Nfr;": "\U0001d511", | |
979 "NoBreak;": "\u2060", | |
980 "NonBreakingSpace;": "\xa0", | |
981 "Nopf;": "\u2115", | |
982 "Not;": "\u2aec", | |
983 "NotCongruent;": "\u2262", | |
984 "NotCupCap;": "\u226d", | |
985 "NotDoubleVerticalBar;": "\u2226", | |
986 "NotElement;": "\u2209", | |
987 "NotEqual;": "\u2260", | |
988 "NotEqualTilde;": "\u2242\u0338", | |
989 "NotExists;": "\u2204", | |
990 "NotGreater;": "\u226f", | |
991 "NotGreaterEqual;": "\u2271", | |
992 "NotGreaterFullEqual;": "\u2267\u0338", | |
993 "NotGreaterGreater;": "\u226b\u0338", | |
994 "NotGreaterLess;": "\u2279", | |
995 "NotGreaterSlantEqual;": "\u2a7e\u0338", | |
996 "NotGreaterTilde;": "\u2275", | |
997 "NotHumpDownHump;": "\u224e\u0338", | |
998 "NotHumpEqual;": "\u224f\u0338", | |
999 "NotLeftTriangle;": "\u22ea", | |
1000 "NotLeftTriangleBar;": "\u29cf\u0338", | |
1001 "NotLeftTriangleEqual;": "\u22ec", | |
1002 "NotLess;": "\u226e", | |
1003 "NotLessEqual;": "\u2270", | |
1004 "NotLessGreater;": "\u2278", | |
1005 "NotLessLess;": "\u226a\u0338", | |
1006 "NotLessSlantEqual;": "\u2a7d\u0338", | |
1007 "NotLessTilde;": "\u2274", | |
1008 "NotNestedGreaterGreater;": "\u2aa2\u0338", | |
1009 "NotNestedLessLess;": "\u2aa1\u0338", | |
1010 "NotPrecedes;": "\u2280", | |
1011 "NotPrecedesEqual;": "\u2aaf\u0338", | |
1012 "NotPrecedesSlantEqual;": "\u22e0", | |
1013 "NotReverseElement;": "\u220c", | |
1014 "NotRightTriangle;": "\u22eb", | |
1015 "NotRightTriangleBar;": "\u29d0\u0338", | |
1016 "NotRightTriangleEqual;": "\u22ed", | |
1017 "NotSquareSubset;": "\u228f\u0338", | |
1018 "NotSquareSubsetEqual;": "\u22e2", | |
1019 "NotSquareSuperset;": "\u2290\u0338", | |
1020 "NotSquareSupersetEqual;": "\u22e3", | |
1021 "NotSubset;": "\u2282\u20d2", | |
1022 "NotSubsetEqual;": "\u2288", | |
1023 "NotSucceeds;": "\u2281", | |
1024 "NotSucceedsEqual;": "\u2ab0\u0338", | |
1025 "NotSucceedsSlantEqual;": "\u22e1", | |
1026 "NotSucceedsTilde;": "\u227f\u0338", | |
1027 "NotSuperset;": "\u2283\u20d2", | |
1028 "NotSupersetEqual;": "\u2289", | |
1029 "NotTilde;": "\u2241", | |
1030 "NotTildeEqual;": "\u2244", | |
1031 "NotTildeFullEqual;": "\u2247", | |
1032 "NotTildeTilde;": "\u2249", | |
1033 "NotVerticalBar;": "\u2224", | |
1034 "Nscr;": "\U0001d4a9", | |
1035 "Ntilde": "\xd1", | |
1036 "Ntilde;": "\xd1", | |
1037 "Nu;": "\u039d", | |
1038 "OElig;": "\u0152", | |
1039 "Oacute": "\xd3", | |
1040 "Oacute;": "\xd3", | |
1041 "Ocirc": "\xd4", | |
1042 "Ocirc;": "\xd4", | |
1043 "Ocy;": "\u041e", | |
1044 "Odblac;": "\u0150", | |
1045 "Ofr;": "\U0001d512", | |
1046 "Ograve": "\xd2", | |
1047 "Ograve;": "\xd2", | |
1048 "Omacr;": "\u014c", | |
1049 "Omega;": "\u03a9", | |
1050 "Omicron;": "\u039f", | |
1051 "Oopf;": "\U0001d546", | |
1052 "OpenCurlyDoubleQuote;": "\u201c", | |
1053 "OpenCurlyQuote;": "\u2018", | |
1054 "Or;": "\u2a54", | |
1055 "Oscr;": "\U0001d4aa", | |
1056 "Oslash": "\xd8", | |
1057 "Oslash;": "\xd8", | |
1058 "Otilde": "\xd5", | |
1059 "Otilde;": "\xd5", | |
1060 "Otimes;": "\u2a37", | |
1061 "Ouml": "\xd6", | |
1062 "Ouml;": "\xd6", | |
1063 "OverBar;": "\u203e", | |
1064 "OverBrace;": "\u23de", | |
1065 "OverBracket;": "\u23b4", | |
1066 "OverParenthesis;": "\u23dc", | |
1067 "PartialD;": "\u2202", | |
1068 "Pcy;": "\u041f", | |
1069 "Pfr;": "\U0001d513", | |
1070 "Phi;": "\u03a6", | |
1071 "Pi;": "\u03a0", | |
1072 "PlusMinus;": "\xb1", | |
1073 "Poincareplane;": "\u210c", | |
1074 "Popf;": "\u2119", | |
1075 "Pr;": "\u2abb", | |
1076 "Precedes;": "\u227a", | |
1077 "PrecedesEqual;": "\u2aaf", | |
1078 "PrecedesSlantEqual;": "\u227c", | |
1079 "PrecedesTilde;": "\u227e", | |
1080 "Prime;": "\u2033", | |
1081 "Product;": "\u220f", | |
1082 "Proportion;": "\u2237", | |
1083 "Proportional;": "\u221d", | |
1084 "Pscr;": "\U0001d4ab", | |
1085 "Psi;": "\u03a8", | |
1086 "QUOT": "\"", | |
1087 "QUOT;": "\"", | |
1088 "Qfr;": "\U0001d514", | |
1089 "Qopf;": "\u211a", | |
1090 "Qscr;": "\U0001d4ac", | |
1091 "RBarr;": "\u2910", | |
1092 "REG": "\xae", | |
1093 "REG;": "\xae", | |
1094 "Racute;": "\u0154", | |
1095 "Rang;": "\u27eb", | |
1096 "Rarr;": "\u21a0", | |
1097 "Rarrtl;": "\u2916", | |
1098 "Rcaron;": "\u0158", | |
1099 "Rcedil;": "\u0156", | |
1100 "Rcy;": "\u0420", | |
1101 "Re;": "\u211c", | |
1102 "ReverseElement;": "\u220b", | |
1103 "ReverseEquilibrium;": "\u21cb", | |
1104 "ReverseUpEquilibrium;": "\u296f", | |
1105 "Rfr;": "\u211c", | |
1106 "Rho;": "\u03a1", | |
1107 "RightAngleBracket;": "\u27e9", | |
1108 "RightArrow;": "\u2192", | |
1109 "RightArrowBar;": "\u21e5", | |
1110 "RightArrowLeftArrow;": "\u21c4", | |
1111 "RightCeiling;": "\u2309", | |
1112 "RightDoubleBracket;": "\u27e7", | |
1113 "RightDownTeeVector;": "\u295d", | |
1114 "RightDownVector;": "\u21c2", | |
1115 "RightDownVectorBar;": "\u2955", | |
1116 "RightFloor;": "\u230b", | |
1117 "RightTee;": "\u22a2", | |
1118 "RightTeeArrow;": "\u21a6", | |
1119 "RightTeeVector;": "\u295b", | |
1120 "RightTriangle;": "\u22b3", | |
1121 "RightTriangleBar;": "\u29d0", | |
1122 "RightTriangleEqual;": "\u22b5", | |
1123 "RightUpDownVector;": "\u294f", | |
1124 "RightUpTeeVector;": "\u295c", | |
1125 "RightUpVector;": "\u21be", | |
1126 "RightUpVectorBar;": "\u2954", | |
1127 "RightVector;": "\u21c0", | |
1128 "RightVectorBar;": "\u2953", | |
1129 "Rightarrow;": "\u21d2", | |
1130 "Ropf;": "\u211d", | |
1131 "RoundImplies;": "\u2970", | |
1132 "Rrightarrow;": "\u21db", | |
1133 "Rscr;": "\u211b", | |
1134 "Rsh;": "\u21b1", | |
1135 "RuleDelayed;": "\u29f4", | |
1136 "SHCHcy;": "\u0429", | |
1137 "SHcy;": "\u0428", | |
1138 "SOFTcy;": "\u042c", | |
1139 "Sacute;": "\u015a", | |
1140 "Sc;": "\u2abc", | |
1141 "Scaron;": "\u0160", | |
1142 "Scedil;": "\u015e", | |
1143 "Scirc;": "\u015c", | |
1144 "Scy;": "\u0421", | |
1145 "Sfr;": "\U0001d516", | |
1146 "ShortDownArrow;": "\u2193", | |
1147 "ShortLeftArrow;": "\u2190", | |
1148 "ShortRightArrow;": "\u2192", | |
1149 "ShortUpArrow;": "\u2191", | |
1150 "Sigma;": "\u03a3", | |
1151 "SmallCircle;": "\u2218", | |
1152 "Sopf;": "\U0001d54a", | |
1153 "Sqrt;": "\u221a", | |
1154 "Square;": "\u25a1", | |
1155 "SquareIntersection;": "\u2293", | |
1156 "SquareSubset;": "\u228f", | |
1157 "SquareSubsetEqual;": "\u2291", | |
1158 "SquareSuperset;": "\u2290", | |
1159 "SquareSupersetEqual;": "\u2292", | |
1160 "SquareUnion;": "\u2294", | |
1161 "Sscr;": "\U0001d4ae", | |
1162 "Star;": "\u22c6", | |
1163 "Sub;": "\u22d0", | |
1164 "Subset;": "\u22d0", | |
1165 "SubsetEqual;": "\u2286", | |
1166 "Succeeds;": "\u227b", | |
1167 "SucceedsEqual;": "\u2ab0", | |
1168 "SucceedsSlantEqual;": "\u227d", | |
1169 "SucceedsTilde;": "\u227f", | |
1170 "SuchThat;": "\u220b", | |
1171 "Sum;": "\u2211", | |
1172 "Sup;": "\u22d1", | |
1173 "Superset;": "\u2283", | |
1174 "SupersetEqual;": "\u2287", | |
1175 "Supset;": "\u22d1", | |
1176 "THORN": "\xde", | |
1177 "THORN;": "\xde", | |
1178 "TRADE;": "\u2122", | |
1179 "TSHcy;": "\u040b", | |
1180 "TScy;": "\u0426", | |
1181 "Tab;": "\t", | |
1182 "Tau;": "\u03a4", | |
1183 "Tcaron;": "\u0164", | |
1184 "Tcedil;": "\u0162", | |
1185 "Tcy;": "\u0422", | |
1186 "Tfr;": "\U0001d517", | |
1187 "Therefore;": "\u2234", | |
1188 "Theta;": "\u0398", | |
1189 "ThickSpace;": "\u205f\u200a", | |
1190 "ThinSpace;": "\u2009", | |
1191 "Tilde;": "\u223c", | |
1192 "TildeEqual;": "\u2243", | |
1193 "TildeFullEqual;": "\u2245", | |
1194 "TildeTilde;": "\u2248", | |
1195 "Topf;": "\U0001d54b", | |
1196 "TripleDot;": "\u20db", | |
1197 "Tscr;": "\U0001d4af", | |
1198 "Tstrok;": "\u0166", | |
1199 "Uacute": "\xda", | |
1200 "Uacute;": "\xda", | |
1201 "Uarr;": "\u219f", | |
1202 "Uarrocir;": "\u2949", | |
1203 "Ubrcy;": "\u040e", | |
1204 "Ubreve;": "\u016c", | |
1205 "Ucirc": "\xdb", | |
1206 "Ucirc;": "\xdb", | |
1207 "Ucy;": "\u0423", | |
1208 "Udblac;": "\u0170", | |
1209 "Ufr;": "\U0001d518", | |
1210 "Ugrave": "\xd9", | |
1211 "Ugrave;": "\xd9", | |
1212 "Umacr;": "\u016a", | |
1213 "UnderBar;": "_", | |
1214 "UnderBrace;": "\u23df", | |
1215 "UnderBracket;": "\u23b5", | |
1216 "UnderParenthesis;": "\u23dd", | |
1217 "Union;": "\u22c3", | |
1218 "UnionPlus;": "\u228e", | |
1219 "Uogon;": "\u0172", | |
1220 "Uopf;": "\U0001d54c", | |
1221 "UpArrow;": "\u2191", | |
1222 "UpArrowBar;": "\u2912", | |
1223 "UpArrowDownArrow;": "\u21c5", | |
1224 "UpDownArrow;": "\u2195", | |
1225 "UpEquilibrium;": "\u296e", | |
1226 "UpTee;": "\u22a5", | |
1227 "UpTeeArrow;": "\u21a5", | |
1228 "Uparrow;": "\u21d1", | |
1229 "Updownarrow;": "\u21d5", | |
1230 "UpperLeftArrow;": "\u2196", | |
1231 "UpperRightArrow;": "\u2197", | |
1232 "Upsi;": "\u03d2", | |
1233 "Upsilon;": "\u03a5", | |
1234 "Uring;": "\u016e", | |
1235 "Uscr;": "\U0001d4b0", | |
1236 "Utilde;": "\u0168", | |
1237 "Uuml": "\xdc", | |
1238 "Uuml;": "\xdc", | |
1239 "VDash;": "\u22ab", | |
1240 "Vbar;": "\u2aeb", | |
1241 "Vcy;": "\u0412", | |
1242 "Vdash;": "\u22a9", | |
1243 "Vdashl;": "\u2ae6", | |
1244 "Vee;": "\u22c1", | |
1245 "Verbar;": "\u2016", | |
1246 "Vert;": "\u2016", | |
1247 "VerticalBar;": "\u2223", | |
1248 "VerticalLine;": "|", | |
1249 "VerticalSeparator;": "\u2758", | |
1250 "VerticalTilde;": "\u2240", | |
1251 "VeryThinSpace;": "\u200a", | |
1252 "Vfr;": "\U0001d519", | |
1253 "Vopf;": "\U0001d54d", | |
1254 "Vscr;": "\U0001d4b1", | |
1255 "Vvdash;": "\u22aa", | |
1256 "Wcirc;": "\u0174", | |
1257 "Wedge;": "\u22c0", | |
1258 "Wfr;": "\U0001d51a", | |
1259 "Wopf;": "\U0001d54e", | |
1260 "Wscr;": "\U0001d4b2", | |
1261 "Xfr;": "\U0001d51b", | |
1262 "Xi;": "\u039e", | |
1263 "Xopf;": "\U0001d54f", | |
1264 "Xscr;": "\U0001d4b3", | |
1265 "YAcy;": "\u042f", | |
1266 "YIcy;": "\u0407", | |
1267 "YUcy;": "\u042e", | |
1268 "Yacute": "\xdd", | |
1269 "Yacute;": "\xdd", | |
1270 "Ycirc;": "\u0176", | |
1271 "Ycy;": "\u042b", | |
1272 "Yfr;": "\U0001d51c", | |
1273 "Yopf;": "\U0001d550", | |
1274 "Yscr;": "\U0001d4b4", | |
1275 "Yuml;": "\u0178", | |
1276 "ZHcy;": "\u0416", | |
1277 "Zacute;": "\u0179", | |
1278 "Zcaron;": "\u017d", | |
1279 "Zcy;": "\u0417", | |
1280 "Zdot;": "\u017b", | |
1281 "ZeroWidthSpace;": "\u200b", | |
1282 "Zeta;": "\u0396", | |
1283 "Zfr;": "\u2128", | |
1284 "Zopf;": "\u2124", | |
1285 "Zscr;": "\U0001d4b5", | |
1286 "aacute": "\xe1", | |
1287 "aacute;": "\xe1", | |
1288 "abreve;": "\u0103", | |
1289 "ac;": "\u223e", | |
1290 "acE;": "\u223e\u0333", | |
1291 "acd;": "\u223f", | |
1292 "acirc": "\xe2", | |
1293 "acirc;": "\xe2", | |
1294 "acute": "\xb4", | |
1295 "acute;": "\xb4", | |
1296 "acy;": "\u0430", | |
1297 "aelig": "\xe6", | |
1298 "aelig;": "\xe6", | |
1299 "af;": "\u2061", | |
1300 "afr;": "\U0001d51e", | |
1301 "agrave": "\xe0", | |
1302 "agrave;": "\xe0", | |
1303 "alefsym;": "\u2135", | |
1304 "aleph;": "\u2135", | |
1305 "alpha;": "\u03b1", | |
1306 "amacr;": "\u0101", | |
1307 "amalg;": "\u2a3f", | |
1308 "amp": "&", | |
1309 "amp;": "&", | |
1310 "and;": "\u2227", | |
1311 "andand;": "\u2a55", | |
1312 "andd;": "\u2a5c", | |
1313 "andslope;": "\u2a58", | |
1314 "andv;": "\u2a5a", | |
1315 "ang;": "\u2220", | |
1316 "ange;": "\u29a4", | |
1317 "angle;": "\u2220", | |
1318 "angmsd;": "\u2221", | |
1319 "angmsdaa;": "\u29a8", | |
1320 "angmsdab;": "\u29a9", | |
1321 "angmsdac;": "\u29aa", | |
1322 "angmsdad;": "\u29ab", | |
1323 "angmsdae;": "\u29ac", | |
1324 "angmsdaf;": "\u29ad", | |
1325 "angmsdag;": "\u29ae", | |
1326 "angmsdah;": "\u29af", | |
1327 "angrt;": "\u221f", | |
1328 "angrtvb;": "\u22be", | |
1329 "angrtvbd;": "\u299d", | |
1330 "angsph;": "\u2222", | |
1331 "angst;": "\xc5", | |
1332 "angzarr;": "\u237c", | |
1333 "aogon;": "\u0105", | |
1334 "aopf;": "\U0001d552", | |
1335 "ap;": "\u2248", | |
1336 "apE;": "\u2a70", | |
1337 "apacir;": "\u2a6f", | |
1338 "ape;": "\u224a", | |
1339 "apid;": "\u224b", | |
1340 "apos;": "'", | |
1341 "approx;": "\u2248", | |
1342 "approxeq;": "\u224a", | |
1343 "aring": "\xe5", | |
1344 "aring;": "\xe5", | |
1345 "ascr;": "\U0001d4b6", | |
1346 "ast;": "*", | |
1347 "asymp;": "\u2248", | |
1348 "asympeq;": "\u224d", | |
1349 "atilde": "\xe3", | |
1350 "atilde;": "\xe3", | |
1351 "auml": "\xe4", | |
1352 "auml;": "\xe4", | |
1353 "awconint;": "\u2233", | |
1354 "awint;": "\u2a11", | |
1355 "bNot;": "\u2aed", | |
1356 "backcong;": "\u224c", | |
1357 "backepsilon;": "\u03f6", | |
1358 "backprime;": "\u2035", | |
1359 "backsim;": "\u223d", | |
1360 "backsimeq;": "\u22cd", | |
1361 "barvee;": "\u22bd", | |
1362 "barwed;": "\u2305", | |
1363 "barwedge;": "\u2305", | |
1364 "bbrk;": "\u23b5", | |
1365 "bbrktbrk;": "\u23b6", | |
1366 "bcong;": "\u224c", | |
1367 "bcy;": "\u0431", | |
1368 "bdquo;": "\u201e", | |
1369 "becaus;": "\u2235", | |
1370 "because;": "\u2235", | |
1371 "bemptyv;": "\u29b0", | |
1372 "bepsi;": "\u03f6", | |
1373 "bernou;": "\u212c", | |
1374 "beta;": "\u03b2", | |
1375 "beth;": "\u2136", | |
1376 "between;": "\u226c", | |
1377 "bfr;": "\U0001d51f", | |
1378 "bigcap;": "\u22c2", | |
1379 "bigcirc;": "\u25ef", | |
1380 "bigcup;": "\u22c3", | |
1381 "bigodot;": "\u2a00", | |
1382 "bigoplus;": "\u2a01", | |
1383 "bigotimes;": "\u2a02", | |
1384 "bigsqcup;": "\u2a06", | |
1385 "bigstar;": "\u2605", | |
1386 "bigtriangledown;": "\u25bd", | |
1387 "bigtriangleup;": "\u25b3", | |
1388 "biguplus;": "\u2a04", | |
1389 "bigvee;": "\u22c1", | |
1390 "bigwedge;": "\u22c0", | |
1391 "bkarow;": "\u290d", | |
1392 "blacklozenge;": "\u29eb", | |
1393 "blacksquare;": "\u25aa", | |
1394 "blacktriangle;": "\u25b4", | |
1395 "blacktriangledown;": "\u25be", | |
1396 "blacktriangleleft;": "\u25c2", | |
1397 "blacktriangleright;": "\u25b8", | |
1398 "blank;": "\u2423", | |
1399 "blk12;": "\u2592", | |
1400 "blk14;": "\u2591", | |
1401 "blk34;": "\u2593", | |
1402 "block;": "\u2588", | |
1403 "bne;": "=\u20e5", | |
1404 "bnequiv;": "\u2261\u20e5", | |
1405 "bnot;": "\u2310", | |
1406 "bopf;": "\U0001d553", | |
1407 "bot;": "\u22a5", | |
1408 "bottom;": "\u22a5", | |
1409 "bowtie;": "\u22c8", | |
1410 "boxDL;": "\u2557", | |
1411 "boxDR;": "\u2554", | |
1412 "boxDl;": "\u2556", | |
1413 "boxDr;": "\u2553", | |
1414 "boxH;": "\u2550", | |
1415 "boxHD;": "\u2566", | |
1416 "boxHU;": "\u2569", | |
1417 "boxHd;": "\u2564", | |
1418 "boxHu;": "\u2567", | |
1419 "boxUL;": "\u255d", | |
1420 "boxUR;": "\u255a", | |
1421 "boxUl;": "\u255c", | |
1422 "boxUr;": "\u2559", | |
1423 "boxV;": "\u2551", | |
1424 "boxVH;": "\u256c", | |
1425 "boxVL;": "\u2563", | |
1426 "boxVR;": "\u2560", | |
1427 "boxVh;": "\u256b", | |
1428 "boxVl;": "\u2562", | |
1429 "boxVr;": "\u255f", | |
1430 "boxbox;": "\u29c9", | |
1431 "boxdL;": "\u2555", | |
1432 "boxdR;": "\u2552", | |
1433 "boxdl;": "\u2510", | |
1434 "boxdr;": "\u250c", | |
1435 "boxh;": "\u2500", | |
1436 "boxhD;": "\u2565", | |
1437 "boxhU;": "\u2568", | |
1438 "boxhd;": "\u252c", | |
1439 "boxhu;": "\u2534", | |
1440 "boxminus;": "\u229f", | |
1441 "boxplus;": "\u229e", | |
1442 "boxtimes;": "\u22a0", | |
1443 "boxuL;": "\u255b", | |
1444 "boxuR;": "\u2558", | |
1445 "boxul;": "\u2518", | |
1446 "boxur;": "\u2514", | |
1447 "boxv;": "\u2502", | |
1448 "boxvH;": "\u256a", | |
1449 "boxvL;": "\u2561", | |
1450 "boxvR;": "\u255e", | |
1451 "boxvh;": "\u253c", | |
1452 "boxvl;": "\u2524", | |
1453 "boxvr;": "\u251c", | |
1454 "bprime;": "\u2035", | |
1455 "breve;": "\u02d8", | |
1456 "brvbar": "\xa6", | |
1457 "brvbar;": "\xa6", | |
1458 "bscr;": "\U0001d4b7", | |
1459 "bsemi;": "\u204f", | |
1460 "bsim;": "\u223d", | |
1461 "bsime;": "\u22cd", | |
1462 "bsol;": "\\", | |
1463 "bsolb;": "\u29c5", | |
1464 "bsolhsub;": "\u27c8", | |
1465 "bull;": "\u2022", | |
1466 "bullet;": "\u2022", | |
1467 "bump;": "\u224e", | |
1468 "bumpE;": "\u2aae", | |
1469 "bumpe;": "\u224f", | |
1470 "bumpeq;": "\u224f", | |
1471 "cacute;": "\u0107", | |
1472 "cap;": "\u2229", | |
1473 "capand;": "\u2a44", | |
1474 "capbrcup;": "\u2a49", | |
1475 "capcap;": "\u2a4b", | |
1476 "capcup;": "\u2a47", | |
1477 "capdot;": "\u2a40", | |
1478 "caps;": "\u2229\ufe00", | |
1479 "caret;": "\u2041", | |
1480 "caron;": "\u02c7", | |
1481 "ccaps;": "\u2a4d", | |
1482 "ccaron;": "\u010d", | |
1483 "ccedil": "\xe7", | |
1484 "ccedil;": "\xe7", | |
1485 "ccirc;": "\u0109", | |
1486 "ccups;": "\u2a4c", | |
1487 "ccupssm;": "\u2a50", | |
1488 "cdot;": "\u010b", | |
1489 "cedil": "\xb8", | |
1490 "cedil;": "\xb8", | |
1491 "cemptyv;": "\u29b2", | |
1492 "cent": "\xa2", | |
1493 "cent;": "\xa2", | |
1494 "centerdot;": "\xb7", | |
1495 "cfr;": "\U0001d520", | |
1496 "chcy;": "\u0447", | |
1497 "check;": "\u2713", | |
1498 "checkmark;": "\u2713", | |
1499 "chi;": "\u03c7", | |
1500 "cir;": "\u25cb", | |
1501 "cirE;": "\u29c3", | |
1502 "circ;": "\u02c6", | |
1503 "circeq;": "\u2257", | |
1504 "circlearrowleft;": "\u21ba", | |
1505 "circlearrowright;": "\u21bb", | |
1506 "circledR;": "\xae", | |
1507 "circledS;": "\u24c8", | |
1508 "circledast;": "\u229b", | |
1509 "circledcirc;": "\u229a", | |
1510 "circleddash;": "\u229d", | |
1511 "cire;": "\u2257", | |
1512 "cirfnint;": "\u2a10", | |
1513 "cirmid;": "\u2aef", | |
1514 "cirscir;": "\u29c2", | |
1515 "clubs;": "\u2663", | |
1516 "clubsuit;": "\u2663", | |
1517 "colon;": ":", | |
1518 "colone;": "\u2254", | |
1519 "coloneq;": "\u2254", | |
1520 "comma;": ",", | |
1521 "commat;": "@", | |
1522 "comp;": "\u2201", | |
1523 "compfn;": "\u2218", | |
1524 "complement;": "\u2201", | |
1525 "complexes;": "\u2102", | |
1526 "cong;": "\u2245", | |
1527 "congdot;": "\u2a6d", | |
1528 "conint;": "\u222e", | |
1529 "copf;": "\U0001d554", | |
1530 "coprod;": "\u2210", | |
1531 "copy": "\xa9", | |
1532 "copy;": "\xa9", | |
1533 "copysr;": "\u2117", | |
1534 "crarr;": "\u21b5", | |
1535 "cross;": "\u2717", | |
1536 "cscr;": "\U0001d4b8", | |
1537 "csub;": "\u2acf", | |
1538 "csube;": "\u2ad1", | |
1539 "csup;": "\u2ad0", | |
1540 "csupe;": "\u2ad2", | |
1541 "ctdot;": "\u22ef", | |
1542 "cudarrl;": "\u2938", | |
1543 "cudarrr;": "\u2935", | |
1544 "cuepr;": "\u22de", | |
1545 "cuesc;": "\u22df", | |
1546 "cularr;": "\u21b6", | |
1547 "cularrp;": "\u293d", | |
1548 "cup;": "\u222a", | |
1549 "cupbrcap;": "\u2a48", | |
1550 "cupcap;": "\u2a46", | |
1551 "cupcup;": "\u2a4a", | |
1552 "cupdot;": "\u228d", | |
1553 "cupor;": "\u2a45", | |
1554 "cups;": "\u222a\ufe00", | |
1555 "curarr;": "\u21b7", | |
1556 "curarrm;": "\u293c", | |
1557 "curlyeqprec;": "\u22de", | |
1558 "curlyeqsucc;": "\u22df", | |
1559 "curlyvee;": "\u22ce", | |
1560 "curlywedge;": "\u22cf", | |
1561 "curren": "\xa4", | |
1562 "curren;": "\xa4", | |
1563 "curvearrowleft;": "\u21b6", | |
1564 "curvearrowright;": "\u21b7", | |
1565 "cuvee;": "\u22ce", | |
1566 "cuwed;": "\u22cf", | |
1567 "cwconint;": "\u2232", | |
1568 "cwint;": "\u2231", | |
1569 "cylcty;": "\u232d", | |
1570 "dArr;": "\u21d3", | |
1571 "dHar;": "\u2965", | |
1572 "dagger;": "\u2020", | |
1573 "daleth;": "\u2138", | |
1574 "darr;": "\u2193", | |
1575 "dash;": "\u2010", | |
1576 "dashv;": "\u22a3", | |
1577 "dbkarow;": "\u290f", | |
1578 "dblac;": "\u02dd", | |
1579 "dcaron;": "\u010f", | |
1580 "dcy;": "\u0434", | |
1581 "dd;": "\u2146", | |
1582 "ddagger;": "\u2021", | |
1583 "ddarr;": "\u21ca", | |
1584 "ddotseq;": "\u2a77", | |
1585 "deg": "\xb0", | |
1586 "deg;": "\xb0", | |
1587 "delta;": "\u03b4", | |
1588 "demptyv;": "\u29b1", | |
1589 "dfisht;": "\u297f", | |
1590 "dfr;": "\U0001d521", | |
1591 "dharl;": "\u21c3", | |
1592 "dharr;": "\u21c2", | |
1593 "diam;": "\u22c4", | |
1594 "diamond;": "\u22c4", | |
1595 "diamondsuit;": "\u2666", | |
1596 "diams;": "\u2666", | |
1597 "die;": "\xa8", | |
1598 "digamma;": "\u03dd", | |
1599 "disin;": "\u22f2", | |
1600 "div;": "\xf7", | |
1601 "divide": "\xf7", | |
1602 "divide;": "\xf7", | |
1603 "divideontimes;": "\u22c7", | |
1604 "divonx;": "\u22c7", | |
1605 "djcy;": "\u0452", | |
1606 "dlcorn;": "\u231e", | |
1607 "dlcrop;": "\u230d", | |
1608 "dollar;": "$", | |
1609 "dopf;": "\U0001d555", | |
1610 "dot;": "\u02d9", | |
1611 "doteq;": "\u2250", | |
1612 "doteqdot;": "\u2251", | |
1613 "dotminus;": "\u2238", | |
1614 "dotplus;": "\u2214", | |
1615 "dotsquare;": "\u22a1", | |
1616 "doublebarwedge;": "\u2306", | |
1617 "downarrow;": "\u2193", | |
1618 "downdownarrows;": "\u21ca", | |
1619 "downharpoonleft;": "\u21c3", | |
1620 "downharpoonright;": "\u21c2", | |
1621 "drbkarow;": "\u2910", | |
1622 "drcorn;": "\u231f", | |
1623 "drcrop;": "\u230c", | |
1624 "dscr;": "\U0001d4b9", | |
1625 "dscy;": "\u0455", | |
1626 "dsol;": "\u29f6", | |
1627 "dstrok;": "\u0111", | |
1628 "dtdot;": "\u22f1", | |
1629 "dtri;": "\u25bf", | |
1630 "dtrif;": "\u25be", | |
1631 "duarr;": "\u21f5", | |
1632 "duhar;": "\u296f", | |
1633 "dwangle;": "\u29a6", | |
1634 "dzcy;": "\u045f", | |
1635 "dzigrarr;": "\u27ff", | |
1636 "eDDot;": "\u2a77", | |
1637 "eDot;": "\u2251", | |
1638 "eacute": "\xe9", | |
1639 "eacute;": "\xe9", | |
1640 "easter;": "\u2a6e", | |
1641 "ecaron;": "\u011b", | |
1642 "ecir;": "\u2256", | |
1643 "ecirc": "\xea", | |
1644 "ecirc;": "\xea", | |
1645 "ecolon;": "\u2255", | |
1646 "ecy;": "\u044d", | |
1647 "edot;": "\u0117", | |
1648 "ee;": "\u2147", | |
1649 "efDot;": "\u2252", | |
1650 "efr;": "\U0001d522", | |
1651 "eg;": "\u2a9a", | |
1652 "egrave": "\xe8", | |
1653 "egrave;": "\xe8", | |
1654 "egs;": "\u2a96", | |
1655 "egsdot;": "\u2a98", | |
1656 "el;": "\u2a99", | |
1657 "elinters;": "\u23e7", | |
1658 "ell;": "\u2113", | |
1659 "els;": "\u2a95", | |
1660 "elsdot;": "\u2a97", | |
1661 "emacr;": "\u0113", | |
1662 "empty;": "\u2205", | |
1663 "emptyset;": "\u2205", | |
1664 "emptyv;": "\u2205", | |
1665 "emsp13;": "\u2004", | |
1666 "emsp14;": "\u2005", | |
1667 "emsp;": "\u2003", | |
1668 "eng;": "\u014b", | |
1669 "ensp;": "\u2002", | |
1670 "eogon;": "\u0119", | |
1671 "eopf;": "\U0001d556", | |
1672 "epar;": "\u22d5", | |
1673 "eparsl;": "\u29e3", | |
1674 "eplus;": "\u2a71", | |
1675 "epsi;": "\u03b5", | |
1676 "epsilon;": "\u03b5", | |
1677 "epsiv;": "\u03f5", | |
1678 "eqcirc;": "\u2256", | |
1679 "eqcolon;": "\u2255", | |
1680 "eqsim;": "\u2242", | |
1681 "eqslantgtr;": "\u2a96", | |
1682 "eqslantless;": "\u2a95", | |
1683 "equals;": "=", | |
1684 "equest;": "\u225f", | |
1685 "equiv;": "\u2261", | |
1686 "equivDD;": "\u2a78", | |
1687 "eqvparsl;": "\u29e5", | |
1688 "erDot;": "\u2253", | |
1689 "erarr;": "\u2971", | |
1690 "escr;": "\u212f", | |
1691 "esdot;": "\u2250", | |
1692 "esim;": "\u2242", | |
1693 "eta;": "\u03b7", | |
1694 "eth": "\xf0", | |
1695 "eth;": "\xf0", | |
1696 "euml": "\xeb", | |
1697 "euml;": "\xeb", | |
1698 "euro;": "\u20ac", | |
1699 "excl;": "!", | |
1700 "exist;": "\u2203", | |
1701 "expectation;": "\u2130", | |
1702 "exponentiale;": "\u2147", | |
1703 "fallingdotseq;": "\u2252", | |
1704 "fcy;": "\u0444", | |
1705 "female;": "\u2640", | |
1706 "ffilig;": "\ufb03", | |
1707 "fflig;": "\ufb00", | |
1708 "ffllig;": "\ufb04", | |
1709 "ffr;": "\U0001d523", | |
1710 "filig;": "\ufb01", | |
1711 "fjlig;": "fj", | |
1712 "flat;": "\u266d", | |
1713 "fllig;": "\ufb02", | |
1714 "fltns;": "\u25b1", | |
1715 "fnof;": "\u0192", | |
1716 "fopf;": "\U0001d557", | |
1717 "forall;": "\u2200", | |
1718 "fork;": "\u22d4", | |
1719 "forkv;": "\u2ad9", | |
1720 "fpartint;": "\u2a0d", | |
1721 "frac12": "\xbd", | |
1722 "frac12;": "\xbd", | |
1723 "frac13;": "\u2153", | |
1724 "frac14": "\xbc", | |
1725 "frac14;": "\xbc", | |
1726 "frac15;": "\u2155", | |
1727 "frac16;": "\u2159", | |
1728 "frac18;": "\u215b", | |
1729 "frac23;": "\u2154", | |
1730 "frac25;": "\u2156", | |
1731 "frac34": "\xbe", | |
1732 "frac34;": "\xbe", | |
1733 "frac35;": "\u2157", | |
1734 "frac38;": "\u215c", | |
1735 "frac45;": "\u2158", | |
1736 "frac56;": "\u215a", | |
1737 "frac58;": "\u215d", | |
1738 "frac78;": "\u215e", | |
1739 "frasl;": "\u2044", | |
1740 "frown;": "\u2322", | |
1741 "fscr;": "\U0001d4bb", | |
1742 "gE;": "\u2267", | |
1743 "gEl;": "\u2a8c", | |
1744 "gacute;": "\u01f5", | |
1745 "gamma;": "\u03b3", | |
1746 "gammad;": "\u03dd", | |
1747 "gap;": "\u2a86", | |
1748 "gbreve;": "\u011f", | |
1749 "gcirc;": "\u011d", | |
1750 "gcy;": "\u0433", | |
1751 "gdot;": "\u0121", | |
1752 "ge;": "\u2265", | |
1753 "gel;": "\u22db", | |
1754 "geq;": "\u2265", | |
1755 "geqq;": "\u2267", | |
1756 "geqslant;": "\u2a7e", | |
1757 "ges;": "\u2a7e", | |
1758 "gescc;": "\u2aa9", | |
1759 "gesdot;": "\u2a80", | |
1760 "gesdoto;": "\u2a82", | |
1761 "gesdotol;": "\u2a84", | |
1762 "gesl;": "\u22db\ufe00", | |
1763 "gesles;": "\u2a94", | |
1764 "gfr;": "\U0001d524", | |
1765 "gg;": "\u226b", | |
1766 "ggg;": "\u22d9", | |
1767 "gimel;": "\u2137", | |
1768 "gjcy;": "\u0453", | |
1769 "gl;": "\u2277", | |
1770 "glE;": "\u2a92", | |
1771 "gla;": "\u2aa5", | |
1772 "glj;": "\u2aa4", | |
1773 "gnE;": "\u2269", | |
1774 "gnap;": "\u2a8a", | |
1775 "gnapprox;": "\u2a8a", | |
1776 "gne;": "\u2a88", | |
1777 "gneq;": "\u2a88", | |
1778 "gneqq;": "\u2269", | |
1779 "gnsim;": "\u22e7", | |
1780 "gopf;": "\U0001d558", | |
1781 "grave;": "`", | |
1782 "gscr;": "\u210a", | |
1783 "gsim;": "\u2273", | |
1784 "gsime;": "\u2a8e", | |
1785 "gsiml;": "\u2a90", | |
1786 "gt": ">", | |
1787 "gt;": ">", | |
1788 "gtcc;": "\u2aa7", | |
1789 "gtcir;": "\u2a7a", | |
1790 "gtdot;": "\u22d7", | |
1791 "gtlPar;": "\u2995", | |
1792 "gtquest;": "\u2a7c", | |
1793 "gtrapprox;": "\u2a86", | |
1794 "gtrarr;": "\u2978", | |
1795 "gtrdot;": "\u22d7", | |
1796 "gtreqless;": "\u22db", | |
1797 "gtreqqless;": "\u2a8c", | |
1798 "gtrless;": "\u2277", | |
1799 "gtrsim;": "\u2273", | |
1800 "gvertneqq;": "\u2269\ufe00", | |
1801 "gvnE;": "\u2269\ufe00", | |
1802 "hArr;": "\u21d4", | |
1803 "hairsp;": "\u200a", | |
1804 "half;": "\xbd", | |
1805 "hamilt;": "\u210b", | |
1806 "hardcy;": "\u044a", | |
1807 "harr;": "\u2194", | |
1808 "harrcir;": "\u2948", | |
1809 "harrw;": "\u21ad", | |
1810 "hbar;": "\u210f", | |
1811 "hcirc;": "\u0125", | |
1812 "hearts;": "\u2665", | |
1813 "heartsuit;": "\u2665", | |
1814 "hellip;": "\u2026", | |
1815 "hercon;": "\u22b9", | |
1816 "hfr;": "\U0001d525", | |
1817 "hksearow;": "\u2925", | |
1818 "hkswarow;": "\u2926", | |
1819 "hoarr;": "\u21ff", | |
1820 "homtht;": "\u223b", | |
1821 "hookleftarrow;": "\u21a9", | |
1822 "hookrightarrow;": "\u21aa", | |
1823 "hopf;": "\U0001d559", | |
1824 "horbar;": "\u2015", | |
1825 "hscr;": "\U0001d4bd", | |
1826 "hslash;": "\u210f", | |
1827 "hstrok;": "\u0127", | |
1828 "hybull;": "\u2043", | |
1829 "hyphen;": "\u2010", | |
1830 "iacute": "\xed", | |
1831 "iacute;": "\xed", | |
1832 "ic;": "\u2063", | |
1833 "icirc": "\xee", | |
1834 "icirc;": "\xee", | |
1835 "icy;": "\u0438", | |
1836 "iecy;": "\u0435", | |
1837 "iexcl": "\xa1", | |
1838 "iexcl;": "\xa1", | |
1839 "iff;": "\u21d4", | |
1840 "ifr;": "\U0001d526", | |
1841 "igrave": "\xec", | |
1842 "igrave;": "\xec", | |
1843 "ii;": "\u2148", | |
1844 "iiiint;": "\u2a0c", | |
1845 "iiint;": "\u222d", | |
1846 "iinfin;": "\u29dc", | |
1847 "iiota;": "\u2129", | |
1848 "ijlig;": "\u0133", | |
1849 "imacr;": "\u012b", | |
1850 "image;": "\u2111", | |
1851 "imagline;": "\u2110", | |
1852 "imagpart;": "\u2111", | |
1853 "imath;": "\u0131", | |
1854 "imof;": "\u22b7", | |
1855 "imped;": "\u01b5", | |
1856 "in;": "\u2208", | |
1857 "incare;": "\u2105", | |
1858 "infin;": "\u221e", | |
1859 "infintie;": "\u29dd", | |
1860 "inodot;": "\u0131", | |
1861 "int;": "\u222b", | |
1862 "intcal;": "\u22ba", | |
1863 "integers;": "\u2124", | |
1864 "intercal;": "\u22ba", | |
1865 "intlarhk;": "\u2a17", | |
1866 "intprod;": "\u2a3c", | |
1867 "iocy;": "\u0451", | |
1868 "iogon;": "\u012f", | |
1869 "iopf;": "\U0001d55a", | |
1870 "iota;": "\u03b9", | |
1871 "iprod;": "\u2a3c", | |
1872 "iquest": "\xbf", | |
1873 "iquest;": "\xbf", | |
1874 "iscr;": "\U0001d4be", | |
1875 "isin;": "\u2208", | |
1876 "isinE;": "\u22f9", | |
1877 "isindot;": "\u22f5", | |
1878 "isins;": "\u22f4", | |
1879 "isinsv;": "\u22f3", | |
1880 "isinv;": "\u2208", | |
1881 "it;": "\u2062", | |
1882 "itilde;": "\u0129", | |
1883 "iukcy;": "\u0456", | |
1884 "iuml": "\xef", | |
1885 "iuml;": "\xef", | |
1886 "jcirc;": "\u0135", | |
1887 "jcy;": "\u0439", | |
1888 "jfr;": "\U0001d527", | |
1889 "jmath;": "\u0237", | |
1890 "jopf;": "\U0001d55b", | |
1891 "jscr;": "\U0001d4bf", | |
1892 "jsercy;": "\u0458", | |
1893 "jukcy;": "\u0454", | |
1894 "kappa;": "\u03ba", | |
1895 "kappav;": "\u03f0", | |
1896 "kcedil;": "\u0137", | |
1897 "kcy;": "\u043a", | |
1898 "kfr;": "\U0001d528", | |
1899 "kgreen;": "\u0138", | |
1900 "khcy;": "\u0445", | |
1901 "kjcy;": "\u045c", | |
1902 "kopf;": "\U0001d55c", | |
1903 "kscr;": "\U0001d4c0", | |
1904 "lAarr;": "\u21da", | |
1905 "lArr;": "\u21d0", | |
1906 "lAtail;": "\u291b", | |
1907 "lBarr;": "\u290e", | |
1908 "lE;": "\u2266", | |
1909 "lEg;": "\u2a8b", | |
1910 "lHar;": "\u2962", | |
1911 "lacute;": "\u013a", | |
1912 "laemptyv;": "\u29b4", | |
1913 "lagran;": "\u2112", | |
1914 "lambda;": "\u03bb", | |
1915 "lang;": "\u27e8", | |
1916 "langd;": "\u2991", | |
1917 "langle;": "\u27e8", | |
1918 "lap;": "\u2a85", | |
1919 "laquo": "\xab", | |
1920 "laquo;": "\xab", | |
1921 "larr;": "\u2190", | |
1922 "larrb;": "\u21e4", | |
1923 "larrbfs;": "\u291f", | |
1924 "larrfs;": "\u291d", | |
1925 "larrhk;": "\u21a9", | |
1926 "larrlp;": "\u21ab", | |
1927 "larrpl;": "\u2939", | |
1928 "larrsim;": "\u2973", | |
1929 "larrtl;": "\u21a2", | |
1930 "lat;": "\u2aab", | |
1931 "latail;": "\u2919", | |
1932 "late;": "\u2aad", | |
1933 "lates;": "\u2aad\ufe00", | |
1934 "lbarr;": "\u290c", | |
1935 "lbbrk;": "\u2772", | |
1936 "lbrace;": "{", | |
1937 "lbrack;": "[", | |
1938 "lbrke;": "\u298b", | |
1939 "lbrksld;": "\u298f", | |
1940 "lbrkslu;": "\u298d", | |
1941 "lcaron;": "\u013e", | |
1942 "lcedil;": "\u013c", | |
1943 "lceil;": "\u2308", | |
1944 "lcub;": "{", | |
1945 "lcy;": "\u043b", | |
1946 "ldca;": "\u2936", | |
1947 "ldquo;": "\u201c", | |
1948 "ldquor;": "\u201e", | |
1949 "ldrdhar;": "\u2967", | |
1950 "ldrushar;": "\u294b", | |
1951 "ldsh;": "\u21b2", | |
1952 "le;": "\u2264", | |
1953 "leftarrow;": "\u2190", | |
1954 "leftarrowtail;": "\u21a2", | |
1955 "leftharpoondown;": "\u21bd", | |
1956 "leftharpoonup;": "\u21bc", | |
1957 "leftleftarrows;": "\u21c7", | |
1958 "leftrightarrow;": "\u2194", | |
1959 "leftrightarrows;": "\u21c6", | |
1960 "leftrightharpoons;": "\u21cb", | |
1961 "leftrightsquigarrow;": "\u21ad", | |
1962 "leftthreetimes;": "\u22cb", | |
1963 "leg;": "\u22da", | |
1964 "leq;": "\u2264", | |
1965 "leqq;": "\u2266", | |
1966 "leqslant;": "\u2a7d", | |
1967 "les;": "\u2a7d", | |
1968 "lescc;": "\u2aa8", | |
1969 "lesdot;": "\u2a7f", | |
1970 "lesdoto;": "\u2a81", | |
1971 "lesdotor;": "\u2a83", | |
1972 "lesg;": "\u22da\ufe00", | |
1973 "lesges;": "\u2a93", | |
1974 "lessapprox;": "\u2a85", | |
1975 "lessdot;": "\u22d6", | |
1976 "lesseqgtr;": "\u22da", | |
1977 "lesseqqgtr;": "\u2a8b", | |
1978 "lessgtr;": "\u2276", | |
1979 "lesssim;": "\u2272", | |
1980 "lfisht;": "\u297c", | |
1981 "lfloor;": "\u230a", | |
1982 "lfr;": "\U0001d529", | |
1983 "lg;": "\u2276", | |
1984 "lgE;": "\u2a91", | |
1985 "lhard;": "\u21bd", | |
1986 "lharu;": "\u21bc", | |
1987 "lharul;": "\u296a", | |
1988 "lhblk;": "\u2584", | |
1989 "ljcy;": "\u0459", | |
1990 "ll;": "\u226a", | |
1991 "llarr;": "\u21c7", | |
1992 "llcorner;": "\u231e", | |
1993 "llhard;": "\u296b", | |
1994 "lltri;": "\u25fa", | |
1995 "lmidot;": "\u0140", | |
1996 "lmoust;": "\u23b0", | |
1997 "lmoustache;": "\u23b0", | |
1998 "lnE;": "\u2268", | |
1999 "lnap;": "\u2a89", | |
2000 "lnapprox;": "\u2a89", | |
2001 "lne;": "\u2a87", | |
2002 "lneq;": "\u2a87", | |
2003 "lneqq;": "\u2268", | |
2004 "lnsim;": "\u22e6", | |
2005 "loang;": "\u27ec", | |
2006 "loarr;": "\u21fd", | |
2007 "lobrk;": "\u27e6", | |
2008 "longleftarrow;": "\u27f5", | |
2009 "longleftrightarrow;": "\u27f7", | |
2010 "longmapsto;": "\u27fc", | |
2011 "longrightarrow;": "\u27f6", | |
2012 "looparrowleft;": "\u21ab", | |
2013 "looparrowright;": "\u21ac", | |
2014 "lopar;": "\u2985", | |
2015 "lopf;": "\U0001d55d", | |
2016 "loplus;": "\u2a2d", | |
2017 "lotimes;": "\u2a34", | |
2018 "lowast;": "\u2217", | |
2019 "lowbar;": "_", | |
2020 "loz;": "\u25ca", | |
2021 "lozenge;": "\u25ca", | |
2022 "lozf;": "\u29eb", | |
2023 "lpar;": "(", | |
2024 "lparlt;": "\u2993", | |
2025 "lrarr;": "\u21c6", | |
2026 "lrcorner;": "\u231f", | |
2027 "lrhar;": "\u21cb", | |
2028 "lrhard;": "\u296d", | |
2029 "lrm;": "\u200e", | |
2030 "lrtri;": "\u22bf", | |
2031 "lsaquo;": "\u2039", | |
2032 "lscr;": "\U0001d4c1", | |
2033 "lsh;": "\u21b0", | |
2034 "lsim;": "\u2272", | |
2035 "lsime;": "\u2a8d", | |
2036 "lsimg;": "\u2a8f", | |
2037 "lsqb;": "[", | |
2038 "lsquo;": "\u2018", | |
2039 "lsquor;": "\u201a", | |
2040 "lstrok;": "\u0142", | |
2041 "lt": "<", | |
2042 "lt;": "<", | |
2043 "ltcc;": "\u2aa6", | |
2044 "ltcir;": "\u2a79", | |
2045 "ltdot;": "\u22d6", | |
2046 "lthree;": "\u22cb", | |
2047 "ltimes;": "\u22c9", | |
2048 "ltlarr;": "\u2976", | |
2049 "ltquest;": "\u2a7b", | |
2050 "ltrPar;": "\u2996", | |
2051 "ltri;": "\u25c3", | |
2052 "ltrie;": "\u22b4", | |
2053 "ltrif;": "\u25c2", | |
2054 "lurdshar;": "\u294a", | |
2055 "luruhar;": "\u2966", | |
2056 "lvertneqq;": "\u2268\ufe00", | |
2057 "lvnE;": "\u2268\ufe00", | |
2058 "mDDot;": "\u223a", | |
2059 "macr": "\xaf", | |
2060 "macr;": "\xaf", | |
2061 "male;": "\u2642", | |
2062 "malt;": "\u2720", | |
2063 "maltese;": "\u2720", | |
2064 "map;": "\u21a6", | |
2065 "mapsto;": "\u21a6", | |
2066 "mapstodown;": "\u21a7", | |
2067 "mapstoleft;": "\u21a4", | |
2068 "mapstoup;": "\u21a5", | |
2069 "marker;": "\u25ae", | |
2070 "mcomma;": "\u2a29", | |
2071 "mcy;": "\u043c", | |
2072 "mdash;": "\u2014", | |
2073 "measuredangle;": "\u2221", | |
2074 "mfr;": "\U0001d52a", | |
2075 "mho;": "\u2127", | |
2076 "micro": "\xb5", | |
2077 "micro;": "\xb5", | |
2078 "mid;": "\u2223", | |
2079 "midast;": "*", | |
2080 "midcir;": "\u2af0", | |
2081 "middot": "\xb7", | |
2082 "middot;": "\xb7", | |
2083 "minus;": "\u2212", | |
2084 "minusb;": "\u229f", | |
2085 "minusd;": "\u2238", | |
2086 "minusdu;": "\u2a2a", | |
2087 "mlcp;": "\u2adb", | |
2088 "mldr;": "\u2026", | |
2089 "mnplus;": "\u2213", | |
2090 "models;": "\u22a7", | |
2091 "mopf;": "\U0001d55e", | |
2092 "mp;": "\u2213", | |
2093 "mscr;": "\U0001d4c2", | |
2094 "mstpos;": "\u223e", | |
2095 "mu;": "\u03bc", | |
2096 "multimap;": "\u22b8", | |
2097 "mumap;": "\u22b8", | |
2098 "nGg;": "\u22d9\u0338", | |
2099 "nGt;": "\u226b\u20d2", | |
2100 "nGtv;": "\u226b\u0338", | |
2101 "nLeftarrow;": "\u21cd", | |
2102 "nLeftrightarrow;": "\u21ce", | |
2103 "nLl;": "\u22d8\u0338", | |
2104 "nLt;": "\u226a\u20d2", | |
2105 "nLtv;": "\u226a\u0338", | |
2106 "nRightarrow;": "\u21cf", | |
2107 "nVDash;": "\u22af", | |
2108 "nVdash;": "\u22ae", | |
2109 "nabla;": "\u2207", | |
2110 "nacute;": "\u0144", | |
2111 "nang;": "\u2220\u20d2", | |
2112 "nap;": "\u2249", | |
2113 "napE;": "\u2a70\u0338", | |
2114 "napid;": "\u224b\u0338", | |
2115 "napos;": "\u0149", | |
2116 "napprox;": "\u2249", | |
2117 "natur;": "\u266e", | |
2118 "natural;": "\u266e", | |
2119 "naturals;": "\u2115", | |
2120 "nbsp": "\xa0", | |
2121 "nbsp;": "\xa0", | |
2122 "nbump;": "\u224e\u0338", | |
2123 "nbumpe;": "\u224f\u0338", | |
2124 "ncap;": "\u2a43", | |
2125 "ncaron;": "\u0148", | |
2126 "ncedil;": "\u0146", | |
2127 "ncong;": "\u2247", | |
2128 "ncongdot;": "\u2a6d\u0338", | |
2129 "ncup;": "\u2a42", | |
2130 "ncy;": "\u043d", | |
2131 "ndash;": "\u2013", | |
2132 "ne;": "\u2260", | |
2133 "neArr;": "\u21d7", | |
2134 "nearhk;": "\u2924", | |
2135 "nearr;": "\u2197", | |
2136 "nearrow;": "\u2197", | |
2137 "nedot;": "\u2250\u0338", | |
2138 "nequiv;": "\u2262", | |
2139 "nesear;": "\u2928", | |
2140 "nesim;": "\u2242\u0338", | |
2141 "nexist;": "\u2204", | |
2142 "nexists;": "\u2204", | |
2143 "nfr;": "\U0001d52b", | |
2144 "ngE;": "\u2267\u0338", | |
2145 "nge;": "\u2271", | |
2146 "ngeq;": "\u2271", | |
2147 "ngeqq;": "\u2267\u0338", | |
2148 "ngeqslant;": "\u2a7e\u0338", | |
2149 "nges;": "\u2a7e\u0338", | |
2150 "ngsim;": "\u2275", | |
2151 "ngt;": "\u226f", | |
2152 "ngtr;": "\u226f", | |
2153 "nhArr;": "\u21ce", | |
2154 "nharr;": "\u21ae", | |
2155 "nhpar;": "\u2af2", | |
2156 "ni;": "\u220b", | |
2157 "nis;": "\u22fc", | |
2158 "nisd;": "\u22fa", | |
2159 "niv;": "\u220b", | |
2160 "njcy;": "\u045a", | |
2161 "nlArr;": "\u21cd", | |
2162 "nlE;": "\u2266\u0338", | |
2163 "nlarr;": "\u219a", | |
2164 "nldr;": "\u2025", | |
2165 "nle;": "\u2270", | |
2166 "nleftarrow;": "\u219a", | |
2167 "nleftrightarrow;": "\u21ae", | |
2168 "nleq;": "\u2270", | |
2169 "nleqq;": "\u2266\u0338", | |
2170 "nleqslant;": "\u2a7d\u0338", | |
2171 "nles;": "\u2a7d\u0338", | |
2172 "nless;": "\u226e", | |
2173 "nlsim;": "\u2274", | |
2174 "nlt;": "\u226e", | |
2175 "nltri;": "\u22ea", | |
2176 "nltrie;": "\u22ec", | |
2177 "nmid;": "\u2224", | |
2178 "nopf;": "\U0001d55f", | |
2179 "not": "\xac", | |
2180 "not;": "\xac", | |
2181 "notin;": "\u2209", | |
2182 "notinE;": "\u22f9\u0338", | |
2183 "notindot;": "\u22f5\u0338", | |
2184 "notinva;": "\u2209", | |
2185 "notinvb;": "\u22f7", | |
2186 "notinvc;": "\u22f6", | |
2187 "notni;": "\u220c", | |
2188 "notniva;": "\u220c", | |
2189 "notnivb;": "\u22fe", | |
2190 "notnivc;": "\u22fd", | |
2191 "npar;": "\u2226", | |
2192 "nparallel;": "\u2226", | |
2193 "nparsl;": "\u2afd\u20e5", | |
2194 "npart;": "\u2202\u0338", | |
2195 "npolint;": "\u2a14", | |
2196 "npr;": "\u2280", | |
2197 "nprcue;": "\u22e0", | |
2198 "npre;": "\u2aaf\u0338", | |
2199 "nprec;": "\u2280", | |
2200 "npreceq;": "\u2aaf\u0338", | |
2201 "nrArr;": "\u21cf", | |
2202 "nrarr;": "\u219b", | |
2203 "nrarrc;": "\u2933\u0338", | |
2204 "nrarrw;": "\u219d\u0338", | |
2205 "nrightarrow;": "\u219b", | |
2206 "nrtri;": "\u22eb", | |
2207 "nrtrie;": "\u22ed", | |
2208 "nsc;": "\u2281", | |
2209 "nsccue;": "\u22e1", | |
2210 "nsce;": "\u2ab0\u0338", | |
2211 "nscr;": "\U0001d4c3", | |
2212 "nshortmid;": "\u2224", | |
2213 "nshortparallel;": "\u2226", | |
2214 "nsim;": "\u2241", | |
2215 "nsime;": "\u2244", | |
2216 "nsimeq;": "\u2244", | |
2217 "nsmid;": "\u2224", | |
2218 "nspar;": "\u2226", | |
2219 "nsqsube;": "\u22e2", | |
2220 "nsqsupe;": "\u22e3", | |
2221 "nsub;": "\u2284", | |
2222 "nsubE;": "\u2ac5\u0338", | |
2223 "nsube;": "\u2288", | |
2224 "nsubset;": "\u2282\u20d2", | |
2225 "nsubseteq;": "\u2288", | |
2226 "nsubseteqq;": "\u2ac5\u0338", | |
2227 "nsucc;": "\u2281", | |
2228 "nsucceq;": "\u2ab0\u0338", | |
2229 "nsup;": "\u2285", | |
2230 "nsupE;": "\u2ac6\u0338", | |
2231 "nsupe;": "\u2289", | |
2232 "nsupset;": "\u2283\u20d2", | |
2233 "nsupseteq;": "\u2289", | |
2234 "nsupseteqq;": "\u2ac6\u0338", | |
2235 "ntgl;": "\u2279", | |
2236 "ntilde": "\xf1", | |
2237 "ntilde;": "\xf1", | |
2238 "ntlg;": "\u2278", | |
2239 "ntriangleleft;": "\u22ea", | |
2240 "ntrianglelefteq;": "\u22ec", | |
2241 "ntriangleright;": "\u22eb", | |
2242 "ntrianglerighteq;": "\u22ed", | |
2243 "nu;": "\u03bd", | |
2244 "num;": "#", | |
2245 "numero;": "\u2116", | |
2246 "numsp;": "\u2007", | |
2247 "nvDash;": "\u22ad", | |
2248 "nvHarr;": "\u2904", | |
2249 "nvap;": "\u224d\u20d2", | |
2250 "nvdash;": "\u22ac", | |
2251 "nvge;": "\u2265\u20d2", | |
2252 "nvgt;": ">\u20d2", | |
2253 "nvinfin;": "\u29de", | |
2254 "nvlArr;": "\u2902", | |
2255 "nvle;": "\u2264\u20d2", | |
2256 "nvlt;": "<\u20d2", | |
2257 "nvltrie;": "\u22b4\u20d2", | |
2258 "nvrArr;": "\u2903", | |
2259 "nvrtrie;": "\u22b5\u20d2", | |
2260 "nvsim;": "\u223c\u20d2", | |
2261 "nwArr;": "\u21d6", | |
2262 "nwarhk;": "\u2923", | |
2263 "nwarr;": "\u2196", | |
2264 "nwarrow;": "\u2196", | |
2265 "nwnear;": "\u2927", | |
2266 "oS;": "\u24c8", | |
2267 "oacute": "\xf3", | |
2268 "oacute;": "\xf3", | |
2269 "oast;": "\u229b", | |
2270 "ocir;": "\u229a", | |
2271 "ocirc": "\xf4", | |
2272 "ocirc;": "\xf4", | |
2273 "ocy;": "\u043e", | |
2274 "odash;": "\u229d", | |
2275 "odblac;": "\u0151", | |
2276 "odiv;": "\u2a38", | |
2277 "odot;": "\u2299", | |
2278 "odsold;": "\u29bc", | |
2279 "oelig;": "\u0153", | |
2280 "ofcir;": "\u29bf", | |
2281 "ofr;": "\U0001d52c", | |
2282 "ogon;": "\u02db", | |
2283 "ograve": "\xf2", | |
2284 "ograve;": "\xf2", | |
2285 "ogt;": "\u29c1", | |
2286 "ohbar;": "\u29b5", | |
2287 "ohm;": "\u03a9", | |
2288 "oint;": "\u222e", | |
2289 "olarr;": "\u21ba", | |
2290 "olcir;": "\u29be", | |
2291 "olcross;": "\u29bb", | |
2292 "oline;": "\u203e", | |
2293 "olt;": "\u29c0", | |
2294 "omacr;": "\u014d", | |
2295 "omega;": "\u03c9", | |
2296 "omicron;": "\u03bf", | |
2297 "omid;": "\u29b6", | |
2298 "ominus;": "\u2296", | |
2299 "oopf;": "\U0001d560", | |
2300 "opar;": "\u29b7", | |
2301 "operp;": "\u29b9", | |
2302 "oplus;": "\u2295", | |
2303 "or;": "\u2228", | |
2304 "orarr;": "\u21bb", | |
2305 "ord;": "\u2a5d", | |
2306 "order;": "\u2134", | |
2307 "orderof;": "\u2134", | |
2308 "ordf": "\xaa", | |
2309 "ordf;": "\xaa", | |
2310 "ordm": "\xba", | |
2311 "ordm;": "\xba", | |
2312 "origof;": "\u22b6", | |
2313 "oror;": "\u2a56", | |
2314 "orslope;": "\u2a57", | |
2315 "orv;": "\u2a5b", | |
2316 "oscr;": "\u2134", | |
2317 "oslash": "\xf8", | |
2318 "oslash;": "\xf8", | |
2319 "osol;": "\u2298", | |
2320 "otilde": "\xf5", | |
2321 "otilde;": "\xf5", | |
2322 "otimes;": "\u2297", | |
2323 "otimesas;": "\u2a36", | |
2324 "ouml": "\xf6", | |
2325 "ouml;": "\xf6", | |
2326 "ovbar;": "\u233d", | |
2327 "par;": "\u2225", | |
2328 "para": "\xb6", | |
2329 "para;": "\xb6", | |
2330 "parallel;": "\u2225", | |
2331 "parsim;": "\u2af3", | |
2332 "parsl;": "\u2afd", | |
2333 "part;": "\u2202", | |
2334 "pcy;": "\u043f", | |
2335 "percnt;": "%", | |
2336 "period;": ".", | |
2337 "permil;": "\u2030", | |
2338 "perp;": "\u22a5", | |
2339 "pertenk;": "\u2031", | |
2340 "pfr;": "\U0001d52d", | |
2341 "phi;": "\u03c6", | |
2342 "phiv;": "\u03d5", | |
2343 "phmmat;": "\u2133", | |
2344 "phone;": "\u260e", | |
2345 "pi;": "\u03c0", | |
2346 "pitchfork;": "\u22d4", | |
2347 "piv;": "\u03d6", | |
2348 "planck;": "\u210f", | |
2349 "planckh;": "\u210e", | |
2350 "plankv;": "\u210f", | |
2351 "plus;": "+", | |
2352 "plusacir;": "\u2a23", | |
2353 "plusb;": "\u229e", | |
2354 "pluscir;": "\u2a22", | |
2355 "plusdo;": "\u2214", | |
2356 "plusdu;": "\u2a25", | |
2357 "pluse;": "\u2a72", | |
2358 "plusmn": "\xb1", | |
2359 "plusmn;": "\xb1", | |
2360 "plussim;": "\u2a26", | |
2361 "plustwo;": "\u2a27", | |
2362 "pm;": "\xb1", | |
2363 "pointint;": "\u2a15", | |
2364 "popf;": "\U0001d561", | |
2365 "pound": "\xa3", | |
2366 "pound;": "\xa3", | |
2367 "pr;": "\u227a", | |
2368 "prE;": "\u2ab3", | |
2369 "prap;": "\u2ab7", | |
2370 "prcue;": "\u227c", | |
2371 "pre;": "\u2aaf", | |
2372 "prec;": "\u227a", | |
2373 "precapprox;": "\u2ab7", | |
2374 "preccurlyeq;": "\u227c", | |
2375 "preceq;": "\u2aaf", | |
2376 "precnapprox;": "\u2ab9", | |
2377 "precneqq;": "\u2ab5", | |
2378 "precnsim;": "\u22e8", | |
2379 "precsim;": "\u227e", | |
2380 "prime;": "\u2032", | |
2381 "primes;": "\u2119", | |
2382 "prnE;": "\u2ab5", | |
2383 "prnap;": "\u2ab9", | |
2384 "prnsim;": "\u22e8", | |
2385 "prod;": "\u220f", | |
2386 "profalar;": "\u232e", | |
2387 "profline;": "\u2312", | |
2388 "profsurf;": "\u2313", | |
2389 "prop;": "\u221d", | |
2390 "propto;": "\u221d", | |
2391 "prsim;": "\u227e", | |
2392 "prurel;": "\u22b0", | |
2393 "pscr;": "\U0001d4c5", | |
2394 "psi;": "\u03c8", | |
2395 "puncsp;": "\u2008", | |
2396 "qfr;": "\U0001d52e", | |
2397 "qint;": "\u2a0c", | |
2398 "qopf;": "\U0001d562", | |
2399 "qprime;": "\u2057", | |
2400 "qscr;": "\U0001d4c6", | |
2401 "quaternions;": "\u210d", | |
2402 "quatint;": "\u2a16", | |
2403 "quest;": "?", | |
2404 "questeq;": "\u225f", | |
2405 "quot": "\"", | |
2406 "quot;": "\"", | |
2407 "rAarr;": "\u21db", | |
2408 "rArr;": "\u21d2", | |
2409 "rAtail;": "\u291c", | |
2410 "rBarr;": "\u290f", | |
2411 "rHar;": "\u2964", | |
2412 "race;": "\u223d\u0331", | |
2413 "racute;": "\u0155", | |
2414 "radic;": "\u221a", | |
2415 "raemptyv;": "\u29b3", | |
2416 "rang;": "\u27e9", | |
2417 "rangd;": "\u2992", | |
2418 "range;": "\u29a5", | |
2419 "rangle;": "\u27e9", | |
2420 "raquo": "\xbb", | |
2421 "raquo;": "\xbb", | |
2422 "rarr;": "\u2192", | |
2423 "rarrap;": "\u2975", | |
2424 "rarrb;": "\u21e5", | |
2425 "rarrbfs;": "\u2920", | |
2426 "rarrc;": "\u2933", | |
2427 "rarrfs;": "\u291e", | |
2428 "rarrhk;": "\u21aa", | |
2429 "rarrlp;": "\u21ac", | |
2430 "rarrpl;": "\u2945", | |
2431 "rarrsim;": "\u2974", | |
2432 "rarrtl;": "\u21a3", | |
2433 "rarrw;": "\u219d", | |
2434 "ratail;": "\u291a", | |
2435 "ratio;": "\u2236", | |
2436 "rationals;": "\u211a", | |
2437 "rbarr;": "\u290d", | |
2438 "rbbrk;": "\u2773", | |
2439 "rbrace;": "}", | |
2440 "rbrack;": "]", | |
2441 "rbrke;": "\u298c", | |
2442 "rbrksld;": "\u298e", | |
2443 "rbrkslu;": "\u2990", | |
2444 "rcaron;": "\u0159", | |
2445 "rcedil;": "\u0157", | |
2446 "rceil;": "\u2309", | |
2447 "rcub;": "}", | |
2448 "rcy;": "\u0440", | |
2449 "rdca;": "\u2937", | |
2450 "rdldhar;": "\u2969", | |
2451 "rdquo;": "\u201d", | |
2452 "rdquor;": "\u201d", | |
2453 "rdsh;": "\u21b3", | |
2454 "real;": "\u211c", | |
2455 "realine;": "\u211b", | |
2456 "realpart;": "\u211c", | |
2457 "reals;": "\u211d", | |
2458 "rect;": "\u25ad", | |
2459 "reg": "\xae", | |
2460 "reg;": "\xae", | |
2461 "rfisht;": "\u297d", | |
2462 "rfloor;": "\u230b", | |
2463 "rfr;": "\U0001d52f", | |
2464 "rhard;": "\u21c1", | |
2465 "rharu;": "\u21c0", | |
2466 "rharul;": "\u296c", | |
2467 "rho;": "\u03c1", | |
2468 "rhov;": "\u03f1", | |
2469 "rightarrow;": "\u2192", | |
2470 "rightarrowtail;": "\u21a3", | |
2471 "rightharpoondown;": "\u21c1", | |
2472 "rightharpoonup;": "\u21c0", | |
2473 "rightleftarrows;": "\u21c4", | |
2474 "rightleftharpoons;": "\u21cc", | |
2475 "rightrightarrows;": "\u21c9", | |
2476 "rightsquigarrow;": "\u219d", | |
2477 "rightthreetimes;": "\u22cc", | |
2478 "ring;": "\u02da", | |
2479 "risingdotseq;": "\u2253", | |
2480 "rlarr;": "\u21c4", | |
2481 "rlhar;": "\u21cc", | |
2482 "rlm;": "\u200f", | |
2483 "rmoust;": "\u23b1", | |
2484 "rmoustache;": "\u23b1", | |
2485 "rnmid;": "\u2aee", | |
2486 "roang;": "\u27ed", | |
2487 "roarr;": "\u21fe", | |
2488 "robrk;": "\u27e7", | |
2489 "ropar;": "\u2986", | |
2490 "ropf;": "\U0001d563", | |
2491 "roplus;": "\u2a2e", | |
2492 "rotimes;": "\u2a35", | |
2493 "rpar;": ")", | |
2494 "rpargt;": "\u2994", | |
2495 "rppolint;": "\u2a12", | |
2496 "rrarr;": "\u21c9", | |
2497 "rsaquo;": "\u203a", | |
2498 "rscr;": "\U0001d4c7", | |
2499 "rsh;": "\u21b1", | |
2500 "rsqb;": "]", | |
2501 "rsquo;": "\u2019", | |
2502 "rsquor;": "\u2019", | |
2503 "rthree;": "\u22cc", | |
2504 "rtimes;": "\u22ca", | |
2505 "rtri;": "\u25b9", | |
2506 "rtrie;": "\u22b5", | |
2507 "rtrif;": "\u25b8", | |
2508 "rtriltri;": "\u29ce", | |
2509 "ruluhar;": "\u2968", | |
2510 "rx;": "\u211e", | |
2511 "sacute;": "\u015b", | |
2512 "sbquo;": "\u201a", | |
2513 "sc;": "\u227b", | |
2514 "scE;": "\u2ab4", | |
2515 "scap;": "\u2ab8", | |
2516 "scaron;": "\u0161", | |
2517 "sccue;": "\u227d", | |
2518 "sce;": "\u2ab0", | |
2519 "scedil;": "\u015f", | |
2520 "scirc;": "\u015d", | |
2521 "scnE;": "\u2ab6", | |
2522 "scnap;": "\u2aba", | |
2523 "scnsim;": "\u22e9", | |
2524 "scpolint;": "\u2a13", | |
2525 "scsim;": "\u227f", | |
2526 "scy;": "\u0441", | |
2527 "sdot;": "\u22c5", | |
2528 "sdotb;": "\u22a1", | |
2529 "sdote;": "\u2a66", | |
2530 "seArr;": "\u21d8", | |
2531 "searhk;": "\u2925", | |
2532 "searr;": "\u2198", | |
2533 "searrow;": "\u2198", | |
2534 "sect": "\xa7", | |
2535 "sect;": "\xa7", | |
2536 "semi;": ";", | |
2537 "seswar;": "\u2929", | |
2538 "setminus;": "\u2216", | |
2539 "setmn;": "\u2216", | |
2540 "sext;": "\u2736", | |
2541 "sfr;": "\U0001d530", | |
2542 "sfrown;": "\u2322", | |
2543 "sharp;": "\u266f", | |
2544 "shchcy;": "\u0449", | |
2545 "shcy;": "\u0448", | |
2546 "shortmid;": "\u2223", | |
2547 "shortparallel;": "\u2225", | |
2548 "shy": "\xad", | |
2549 "shy;": "\xad", | |
2550 "sigma;": "\u03c3", | |
2551 "sigmaf;": "\u03c2", | |
2552 "sigmav;": "\u03c2", | |
2553 "sim;": "\u223c", | |
2554 "simdot;": "\u2a6a", | |
2555 "sime;": "\u2243", | |
2556 "simeq;": "\u2243", | |
2557 "simg;": "\u2a9e", | |
2558 "simgE;": "\u2aa0", | |
2559 "siml;": "\u2a9d", | |
2560 "simlE;": "\u2a9f", | |
2561 "simne;": "\u2246", | |
2562 "simplus;": "\u2a24", | |
2563 "simrarr;": "\u2972", | |
2564 "slarr;": "\u2190", | |
2565 "smallsetminus;": "\u2216", | |
2566 "smashp;": "\u2a33", | |
2567 "smeparsl;": "\u29e4", | |
2568 "smid;": "\u2223", | |
2569 "smile;": "\u2323", | |
2570 "smt;": "\u2aaa", | |
2571 "smte;": "\u2aac", | |
2572 "smtes;": "\u2aac\ufe00", | |
2573 "softcy;": "\u044c", | |
2574 "sol;": "/", | |
2575 "solb;": "\u29c4", | |
2576 "solbar;": "\u233f", | |
2577 "sopf;": "\U0001d564", | |
2578 "spades;": "\u2660", | |
2579 "spadesuit;": "\u2660", | |
2580 "spar;": "\u2225", | |
2581 "sqcap;": "\u2293", | |
2582 "sqcaps;": "\u2293\ufe00", | |
2583 "sqcup;": "\u2294", | |
2584 "sqcups;": "\u2294\ufe00", | |
2585 "sqsub;": "\u228f", | |
2586 "sqsube;": "\u2291", | |
2587 "sqsubset;": "\u228f", | |
2588 "sqsubseteq;": "\u2291", | |
2589 "sqsup;": "\u2290", | |
2590 "sqsupe;": "\u2292", | |
2591 "sqsupset;": "\u2290", | |
2592 "sqsupseteq;": "\u2292", | |
2593 "squ;": "\u25a1", | |
2594 "square;": "\u25a1", | |
2595 "squarf;": "\u25aa", | |
2596 "squf;": "\u25aa", | |
2597 "srarr;": "\u2192", | |
2598 "sscr;": "\U0001d4c8", | |
2599 "ssetmn;": "\u2216", | |
2600 "ssmile;": "\u2323", | |
2601 "sstarf;": "\u22c6", | |
2602 "star;": "\u2606", | |
2603 "starf;": "\u2605", | |
2604 "straightepsilon;": "\u03f5", | |
2605 "straightphi;": "\u03d5", | |
2606 "strns;": "\xaf", | |
2607 "sub;": "\u2282", | |
2608 "subE;": "\u2ac5", | |
2609 "subdot;": "\u2abd", | |
2610 "sube;": "\u2286", | |
2611 "subedot;": "\u2ac3", | |
2612 "submult;": "\u2ac1", | |
2613 "subnE;": "\u2acb", | |
2614 "subne;": "\u228a", | |
2615 "subplus;": "\u2abf", | |
2616 "subrarr;": "\u2979", | |
2617 "subset;": "\u2282", | |
2618 "subseteq;": "\u2286", | |
2619 "subseteqq;": "\u2ac5", | |
2620 "subsetneq;": "\u228a", | |
2621 "subsetneqq;": "\u2acb", | |
2622 "subsim;": "\u2ac7", | |
2623 "subsub;": "\u2ad5", | |
2624 "subsup;": "\u2ad3", | |
2625 "succ;": "\u227b", | |
2626 "succapprox;": "\u2ab8", | |
2627 "succcurlyeq;": "\u227d", | |
2628 "succeq;": "\u2ab0", | |
2629 "succnapprox;": "\u2aba", | |
2630 "succneqq;": "\u2ab6", | |
2631 "succnsim;": "\u22e9", | |
2632 "succsim;": "\u227f", | |
2633 "sum;": "\u2211", | |
2634 "sung;": "\u266a", | |
2635 "sup1": "\xb9", | |
2636 "sup1;": "\xb9", | |
2637 "sup2": "\xb2", | |
2638 "sup2;": "\xb2", | |
2639 "sup3": "\xb3", | |
2640 "sup3;": "\xb3", | |
2641 "sup;": "\u2283", | |
2642 "supE;": "\u2ac6", | |
2643 "supdot;": "\u2abe", | |
2644 "supdsub;": "\u2ad8", | |
2645 "supe;": "\u2287", | |
2646 "supedot;": "\u2ac4", | |
2647 "suphsol;": "\u27c9", | |
2648 "suphsub;": "\u2ad7", | |
2649 "suplarr;": "\u297b", | |
2650 "supmult;": "\u2ac2", | |
2651 "supnE;": "\u2acc", | |
2652 "supne;": "\u228b", | |
2653 "supplus;": "\u2ac0", | |
2654 "supset;": "\u2283", | |
2655 "supseteq;": "\u2287", | |
2656 "supseteqq;": "\u2ac6", | |
2657 "supsetneq;": "\u228b", | |
2658 "supsetneqq;": "\u2acc", | |
2659 "supsim;": "\u2ac8", | |
2660 "supsub;": "\u2ad4", | |
2661 "supsup;": "\u2ad6", | |
2662 "swArr;": "\u21d9", | |
2663 "swarhk;": "\u2926", | |
2664 "swarr;": "\u2199", | |
2665 "swarrow;": "\u2199", | |
2666 "swnwar;": "\u292a", | |
2667 "szlig": "\xdf", | |
2668 "szlig;": "\xdf", | |
2669 "target;": "\u2316", | |
2670 "tau;": "\u03c4", | |
2671 "tbrk;": "\u23b4", | |
2672 "tcaron;": "\u0165", | |
2673 "tcedil;": "\u0163", | |
2674 "tcy;": "\u0442", | |
2675 "tdot;": "\u20db", | |
2676 "telrec;": "\u2315", | |
2677 "tfr;": "\U0001d531", | |
2678 "there4;": "\u2234", | |
2679 "therefore;": "\u2234", | |
2680 "theta;": "\u03b8", | |
2681 "thetasym;": "\u03d1", | |
2682 "thetav;": "\u03d1", | |
2683 "thickapprox;": "\u2248", | |
2684 "thicksim;": "\u223c", | |
2685 "thinsp;": "\u2009", | |
2686 "thkap;": "\u2248", | |
2687 "thksim;": "\u223c", | |
2688 "thorn": "\xfe", | |
2689 "thorn;": "\xfe", | |
2690 "tilde;": "\u02dc", | |
2691 "times": "\xd7", | |
2692 "times;": "\xd7", | |
2693 "timesb;": "\u22a0", | |
2694 "timesbar;": "\u2a31", | |
2695 "timesd;": "\u2a30", | |
2696 "tint;": "\u222d", | |
2697 "toea;": "\u2928", | |
2698 "top;": "\u22a4", | |
2699 "topbot;": "\u2336", | |
2700 "topcir;": "\u2af1", | |
2701 "topf;": "\U0001d565", | |
2702 "topfork;": "\u2ada", | |
2703 "tosa;": "\u2929", | |
2704 "tprime;": "\u2034", | |
2705 "trade;": "\u2122", | |
2706 "triangle;": "\u25b5", | |
2707 "triangledown;": "\u25bf", | |
2708 "triangleleft;": "\u25c3", | |
2709 "trianglelefteq;": "\u22b4", | |
2710 "triangleq;": "\u225c", | |
2711 "triangleright;": "\u25b9", | |
2712 "trianglerighteq;": "\u22b5", | |
2713 "tridot;": "\u25ec", | |
2714 "trie;": "\u225c", | |
2715 "triminus;": "\u2a3a", | |
2716 "triplus;": "\u2a39", | |
2717 "trisb;": "\u29cd", | |
2718 "tritime;": "\u2a3b", | |
2719 "trpezium;": "\u23e2", | |
2720 "tscr;": "\U0001d4c9", | |
2721 "tscy;": "\u0446", | |
2722 "tshcy;": "\u045b", | |
2723 "tstrok;": "\u0167", | |
2724 "twixt;": "\u226c", | |
2725 "twoheadleftarrow;": "\u219e", | |
2726 "twoheadrightarrow;": "\u21a0", | |
2727 "uArr;": "\u21d1", | |
2728 "uHar;": "\u2963", | |
2729 "uacute": "\xfa", | |
2730 "uacute;": "\xfa", | |
2731 "uarr;": "\u2191", | |
2732 "ubrcy;": "\u045e", | |
2733 "ubreve;": "\u016d", | |
2734 "ucirc": "\xfb", | |
2735 "ucirc;": "\xfb", | |
2736 "ucy;": "\u0443", | |
2737 "udarr;": "\u21c5", | |
2738 "udblac;": "\u0171", | |
2739 "udhar;": "\u296e", | |
2740 "ufisht;": "\u297e", | |
2741 "ufr;": "\U0001d532", | |
2742 "ugrave": "\xf9", | |
2743 "ugrave;": "\xf9", | |
2744 "uharl;": "\u21bf", | |
2745 "uharr;": "\u21be", | |
2746 "uhblk;": "\u2580", | |
2747 "ulcorn;": "\u231c", | |
2748 "ulcorner;": "\u231c", | |
2749 "ulcrop;": "\u230f", | |
2750 "ultri;": "\u25f8", | |
2751 "umacr;": "\u016b", | |
2752 "uml": "\xa8", | |
2753 "uml;": "\xa8", | |
2754 "uogon;": "\u0173", | |
2755 "uopf;": "\U0001d566", | |
2756 "uparrow;": "\u2191", | |
2757 "updownarrow;": "\u2195", | |
2758 "upharpoonleft;": "\u21bf", | |
2759 "upharpoonright;": "\u21be", | |
2760 "uplus;": "\u228e", | |
2761 "upsi;": "\u03c5", | |
2762 "upsih;": "\u03d2", | |
2763 "upsilon;": "\u03c5", | |
2764 "upuparrows;": "\u21c8", | |
2765 "urcorn;": "\u231d", | |
2766 "urcorner;": "\u231d", | |
2767 "urcrop;": "\u230e", | |
2768 "uring;": "\u016f", | |
2769 "urtri;": "\u25f9", | |
2770 "uscr;": "\U0001d4ca", | |
2771 "utdot;": "\u22f0", | |
2772 "utilde;": "\u0169", | |
2773 "utri;": "\u25b5", | |
2774 "utrif;": "\u25b4", | |
2775 "uuarr;": "\u21c8", | |
2776 "uuml": "\xfc", | |
2777 "uuml;": "\xfc", | |
2778 "uwangle;": "\u29a7", | |
2779 "vArr;": "\u21d5", | |
2780 "vBar;": "\u2ae8", | |
2781 "vBarv;": "\u2ae9", | |
2782 "vDash;": "\u22a8", | |
2783 "vangrt;": "\u299c", | |
2784 "varepsilon;": "\u03f5", | |
2785 "varkappa;": "\u03f0", | |
2786 "varnothing;": "\u2205", | |
2787 "varphi;": "\u03d5", | |
2788 "varpi;": "\u03d6", | |
2789 "varpropto;": "\u221d", | |
2790 "varr;": "\u2195", | |
2791 "varrho;": "\u03f1", | |
2792 "varsigma;": "\u03c2", | |
2793 "varsubsetneq;": "\u228a\ufe00", | |
2794 "varsubsetneqq;": "\u2acb\ufe00", | |
2795 "varsupsetneq;": "\u228b\ufe00", | |
2796 "varsupsetneqq;": "\u2acc\ufe00", | |
2797 "vartheta;": "\u03d1", | |
2798 "vartriangleleft;": "\u22b2", | |
2799 "vartriangleright;": "\u22b3", | |
2800 "vcy;": "\u0432", | |
2801 "vdash;": "\u22a2", | |
2802 "vee;": "\u2228", | |
2803 "veebar;": "\u22bb", | |
2804 "veeeq;": "\u225a", | |
2805 "vellip;": "\u22ee", | |
2806 "verbar;": "|", | |
2807 "vert;": "|", | |
2808 "vfr;": "\U0001d533", | |
2809 "vltri;": "\u22b2", | |
2810 "vnsub;": "\u2282\u20d2", | |
2811 "vnsup;": "\u2283\u20d2", | |
2812 "vopf;": "\U0001d567", | |
2813 "vprop;": "\u221d", | |
2814 "vrtri;": "\u22b3", | |
2815 "vscr;": "\U0001d4cb", | |
2816 "vsubnE;": "\u2acb\ufe00", | |
2817 "vsubne;": "\u228a\ufe00", | |
2818 "vsupnE;": "\u2acc\ufe00", | |
2819 "vsupne;": "\u228b\ufe00", | |
2820 "vzigzag;": "\u299a", | |
2821 "wcirc;": "\u0175", | |
2822 "wedbar;": "\u2a5f", | |
2823 "wedge;": "\u2227", | |
2824 "wedgeq;": "\u2259", | |
2825 "weierp;": "\u2118", | |
2826 "wfr;": "\U0001d534", | |
2827 "wopf;": "\U0001d568", | |
2828 "wp;": "\u2118", | |
2829 "wr;": "\u2240", | |
2830 "wreath;": "\u2240", | |
2831 "wscr;": "\U0001d4cc", | |
2832 "xcap;": "\u22c2", | |
2833 "xcirc;": "\u25ef", | |
2834 "xcup;": "\u22c3", | |
2835 "xdtri;": "\u25bd", | |
2836 "xfr;": "\U0001d535", | |
2837 "xhArr;": "\u27fa", | |
2838 "xharr;": "\u27f7", | |
2839 "xi;": "\u03be", | |
2840 "xlArr;": "\u27f8", | |
2841 "xlarr;": "\u27f5", | |
2842 "xmap;": "\u27fc", | |
2843 "xnis;": "\u22fb", | |
2844 "xodot;": "\u2a00", | |
2845 "xopf;": "\U0001d569", | |
2846 "xoplus;": "\u2a01", | |
2847 "xotime;": "\u2a02", | |
2848 "xrArr;": "\u27f9", | |
2849 "xrarr;": "\u27f6", | |
2850 "xscr;": "\U0001d4cd", | |
2851 "xsqcup;": "\u2a06", | |
2852 "xuplus;": "\u2a04", | |
2853 "xutri;": "\u25b3", | |
2854 "xvee;": "\u22c1", | |
2855 "xwedge;": "\u22c0", | |
2856 "yacute": "\xfd", | |
2857 "yacute;": "\xfd", | |
2858 "yacy;": "\u044f", | |
2859 "ycirc;": "\u0177", | |
2860 "ycy;": "\u044b", | |
2861 "yen": "\xa5", | |
2862 "yen;": "\xa5", | |
2863 "yfr;": "\U0001d536", | |
2864 "yicy;": "\u0457", | |
2865 "yopf;": "\U0001d56a", | |
2866 "yscr;": "\U0001d4ce", | |
2867 "yucy;": "\u044e", | |
2868 "yuml": "\xff", | |
2869 "yuml;": "\xff", | |
2870 "zacute;": "\u017a", | |
2871 "zcaron;": "\u017e", | |
2872 "zcy;": "\u0437", | |
2873 "zdot;": "\u017c", | |
2874 "zeetrf;": "\u2128", | |
2875 "zeta;": "\u03b6", | |
2876 "zfr;": "\U0001d537", | |
2877 "zhcy;": "\u0436", | |
2878 "zigrarr;": "\u21dd", | |
2879 "zopf;": "\U0001d56b", | |
2880 "zscr;": "\U0001d4cf", | |
2881 "zwj;": "\u200d", | |
2882 "zwnj;": "\u200c", | |
2883 } | |
2884 | |
2885 replacementCharacters = { | |
2886 0x0: "\uFFFD", | |
2887 0x0d: "\u000D", | |
2888 0x80: "\u20AC", | |
2889 0x81: "\u0081", | |
2890 0x82: "\u201A", | |
2891 0x83: "\u0192", | |
2892 0x84: "\u201E", | |
2893 0x85: "\u2026", | |
2894 0x86: "\u2020", | |
2895 0x87: "\u2021", | |
2896 0x88: "\u02C6", | |
2897 0x89: "\u2030", | |
2898 0x8A: "\u0160", | |
2899 0x8B: "\u2039", | |
2900 0x8C: "\u0152", | |
2901 0x8D: "\u008D", | |
2902 0x8E: "\u017D", | |
2903 0x8F: "\u008F", | |
2904 0x90: "\u0090", | |
2905 0x91: "\u2018", | |
2906 0x92: "\u2019", | |
2907 0x93: "\u201C", | |
2908 0x94: "\u201D", | |
2909 0x95: "\u2022", | |
2910 0x96: "\u2013", | |
2911 0x97: "\u2014", | |
2912 0x98: "\u02DC", | |
2913 0x99: "\u2122", | |
2914 0x9A: "\u0161", | |
2915 0x9B: "\u203A", | |
2916 0x9C: "\u0153", | |
2917 0x9D: "\u009D", | |
2918 0x9E: "\u017E", | |
2919 0x9F: "\u0178", | |
2920 } | |
2921 | |
2922 tokenTypes = { | |
2923 "Doctype": 0, | |
2924 "Characters": 1, | |
2925 "SpaceCharacters": 2, | |
2926 "StartTag": 3, | |
2927 "EndTag": 4, | |
2928 "EmptyTag": 5, | |
2929 "Comment": 6, | |
2930 "ParseError": 7 | |
2931 } | |
2932 | |
2933 tagTokenTypes = frozenset([tokenTypes["StartTag"], tokenTypes["EndTag"], | |
2934 tokenTypes["EmptyTag"]]) | |
2935 | |
2936 | |
2937 prefixes = dict([(v, k) for k, v in namespaces.items()]) | |
2938 prefixes["http://www.w3.org/1998/Math/MathML"] = "math" | |
2939 | |
2940 | |
2941 class DataLossWarning(UserWarning): | |
2942 """Raised when the current tree is unable to represent the input data""" | |
2943 pass | |
2944 | |
2945 | |
2946 class _ReparseException(Exception): | |
2947 pass |