aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/GenerateCaseConvert.py
diff options
context:
space:
mode:
authorZufu Liu <unknown>2017-09-14 13:52:40 +1000
committerZufu Liu <unknown>2017-09-14 13:52:40 +1000
commit5c19d126a44c343e5b15ae0dadda6ce0fc2b9b44 (patch)
tree72744423093f26e15ed86dbd5bf635889b04ef3e /scripts/GenerateCaseConvert.py
parentdce400533381d1b5bec8a9bb0e809d1cbb8a66d9 (diff)
downloadscintilla-mirror-5c19d126a44c343e5b15ae0dadda6ce0fc2b9b44.tar.gz
Normalize whitespace.
Diffstat (limited to 'scripts/GenerateCaseConvert.py')
-rw-r--r--scripts/GenerateCaseConvert.py2
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()