From a4ef4ea3f76313f0f509d0cc6983c60ec0c5be7b Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 27 Apr 2021 07:47:26 +1000 Subject: Update Unicode code generation scripts. Update Lexilla, use pathlib, simplify. --- scripts/GenerateCaseConvert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/GenerateCaseConvert.py') 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 -- cgit v1.2.3