mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #23181: More "codepoint" -> "code point".
This commit is contained in:
commit
82e07b92b3
17 changed files with 28 additions and 28 deletions
|
@ -3,7 +3,7 @@
|
|||
__all__ = ['html5', 'name2codepoint', 'codepoint2name', 'entitydefs']
|
||||
|
||||
|
||||
# maps the HTML entity name to the Unicode codepoint
|
||||
# maps the HTML entity name to the Unicode code point
|
||||
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
|
||||
|
@ -2495,7 +2495,7 @@ html5 = {
|
|||
'zwnj;': '\u200c',
|
||||
}
|
||||
|
||||
# maps the Unicode codepoint to the HTML entity name
|
||||
# maps the Unicode code point to the HTML entity name
|
||||
codepoint2name = {}
|
||||
|
||||
# maps the HTML entity name to the character
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue