Skip to content
Snippets Groups Projects
Unverified Commit d707d073 authored by slateny's avatar slateny Committed by GitHub
Browse files

Add source for character mappings (#92014)

parent 6f18b86f
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
# maps the HTML entity name to the Unicode code point # maps the HTML entity name to the Unicode code point
# from https://html.spec.whatwg.org/multipage/named-characters.html
name2codepoint = { name2codepoint = {
'AElig': 0x00c6, # latin capital letter AE = latin capital ligature AE, U+00C6 ISOlat1 'AElig': 0x00c6, # latin capital letter AE = latin capital ligature AE, U+00C6 ISOlat1
'Aacute': 0x00c1, # latin capital letter A with acute, U+00C1 ISOlat1 'Aacute': 0x00c1, # latin capital letter A with acute, U+00C1 ISOlat1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment