Skip to content

Commit

Permalink
Add source for character mappings (python#92014)
Browse files Browse the repository at this point in the history
  • Loading branch information
slateny authored May 6, 2022
1 parent 6f18b86 commit d707d07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/html/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


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

0 comments on commit d707d07

Please sign in to comment.