diff options
author | Zufu Liu <unknown> | 2017-09-14 13:52:40 +1000 |
---|---|---|
committer | Zufu Liu <unknown> | 2017-09-14 13:52:40 +1000 |
commit | 5c19d126a44c343e5b15ae0dadda6ce0fc2b9b44 (patch) | |
tree | 72744423093f26e15ed86dbd5bf635889b04ef3e /scripts/GenerateCaseConvert.py | |
parent | dce400533381d1b5bec8a9bb0e809d1cbb8a66d9 (diff) | |
download | scintilla-mirror-5c19d126a44c343e5b15ae0dadda6ce0fc2b9b44.tar.gz |
Normalize whitespace.
Diffstat (limited to 'scripts/GenerateCaseConvert.py')
-rw-r--r-- | scripts/GenerateCaseConvert.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/GenerateCaseConvert.py b/scripts/GenerateCaseConvert.py index 548cc20e0..1e85a1c43 100644 --- a/scripts/GenerateCaseConvert.py +++ b/scripts/GenerateCaseConvert.py @@ -103,7 +103,7 @@ def groupRanges(symmetrics): return rangeGroups, nonRanges def escape(s): - return "".join((chr(c) if chr(c) in string.ascii_letters else "\\x%x" % c) for c in s.encode('utf-8')) + return "".join((chr(c) if chr(c) in string.ascii_letters else "\\x%x" % c) for c in s.encode('utf-8')) def updateCaseConvert(): symmetrics, complexes = conversionSets() |