We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60407e8 commit 25352d7Copy full SHA for 25352d7
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