Skip to content

Commit d707d07

Browse files
authored
Add source for character mappings (#92014)
1 parent 6f18b86 commit d707d07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/html/entities.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55

66
# maps the HTML entity name to the Unicode code point
7+
# from https://html.spec.whatwg.org/multipage/named-characters.html
78
name2codepoint = {
89
'AElig': 0x00c6, # latin capital letter AE = latin capital ligature AE, U+00C6 ISOlat1
910
'Aacute': 0x00c1, # latin capital letter A with acute, U+00C1 ISOlat1

0 commit comments

Comments
 (0)