8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 367faf7 commit b5f5993Copy full SHA for b5f5993
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