aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/GenerateCaseConvert.py
AgeCommit message (Collapse)AuthorFilesLines
2023-03-15Fix some warnings from ruff.Neil1-5/+5
2021-05-06Remove dead code and imports as found by Vulture.Neil1-1/+1
https://github.com/jendrikseipp/vulture
2021-04-27Update Unicode code generation scripts. Update Lexilla, use pathlib, simplify.Neil1-1/+1
2020-03-11Add or update #! lines of Python scripts to use python3.Neil1-0/+1
2019-11-02Extend script to cover last Unicode character.Zufu Liu1-1/+1
Does not affect output.
2017-09-14Normalize whitespace.Zufu Liu1-1/+1
2017-09-14Remove automatically generated line end whitespace.Zufu Liu1-2/+2
2015-11-20Remove line end whitespace.Neil1-10/+10
2014-01-01Specify minimum Python version for scripts.Neil1-0/+1
2013-08-01Bug [#1506]. In some locales Visual C++ fails with UTF-8 in string literals.Neil1-1/+4
Fixed by using hex escapes for non-ASCII.
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil1-0/+122
case conversion of Unicode text in accordance with Unicode.