aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/GenerateCaseConvert.py
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-04-27 07:47:26 +1000
committerNeil <nyamatongwe@gmail.com>2021-04-27 07:47:26 +1000
commita4ef4ea3f76313f0f509d0cc6983c60ec0c5be7b (patch)
tree3a40ffd8598be18ade5638f68d6a33c37f756d52 /scripts/GenerateCaseConvert.py
parent4dcd314b9a77c93f650f5ff4e42b3695366e0095 (diff)
downloadscintilla-mirror-a4ef4ea3f76313f0f509d0cc6983c60ec0c5be7b.tar.gz
Update Unicode code generation scripts. Update Lexilla, use pathlib, simplify.
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 9b3e9fb52..7a0f473f7 100644
--- a/scripts/GenerateCaseConvert.py
+++ b/scripts/GenerateCaseConvert.py
@@ -17,7 +17,7 @@
# strings with original, folded, upper, and lower separated by '|'.
# There are 126 complex cases.
-import codecs, itertools, os, string, sys, unicodedata
+import itertools, string, sys
from FileGenerator import Regenerate