8000
We read every piece of feedback, and take your input very seriously.
8000 To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f18b86 commit d707d07Copy full SHA for d707d07
Lib/html/entities.py
@@ -4,6 +4,7 @@
4
5
6
# maps the HTML entity name to the Unicode code point
7
+# from https://html.spec.whatwg.org/multipage/named-characters.html
8
name2codepoint = {
9
'AElig': 0x00c6, # latin capital letter AE = latin capital ligature AE, U+00C6 ISOlat1
10
'Aacute': 0x00c1, # latin capital letter A with acute, U+00C1 ISOlat1
0 commit comments