commit | d3faf43f9ba7da0ae504c9186b10d0fa3a8eb300 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Jan 18 11:28:37 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Jan 18 11:28:37 2015 +0200 |
tree | 1e6ffa87d3c0087fc5bb3509bc9ef455ce98c7ff | |
parent | b2653b344e01710a99bc782a0b9e4b4d0f8eed5f [diff] [blame] |
Issue #23181: More "codepoint" -> "code point".
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 @@ # 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]+\+?)+)'