diff options
Diffstat (limited to 'Tools/unicode')
-rw-r--r-- | Tools/unicode/gencodec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/unicode/gencodec.py b/Tools/unicode/gencodec.py index f4c7c03..98b3975 100644 --- a/Tools/unicode/gencodec.py +++ b/Tools/unicode/gencodec.py @@ -34,7 +34,7 @@ MAX_TABLE_SIZE = 8192 # Standard undefined Unicode code point UNI_UNDEFINED = chr(0xFFFE) -# Placeholder for a missing codepoint +# Placeholder for a missing code point MISSING_CODE = -1 mapRE = re.compile('((?:0x[0-9a-fA-F]+\+?)+)' |