summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'jdufresne/tools-py3'Tomaz Solc2019-01-191-23/+25
|\
| * Port tools/check_character_names.py to Python 3Jon Dufresne2018-12-311-23/+25
| | | | | | | | | | | | | | | | | | - Use print() function, not statement - Replace chr() with unichr() - Convert tabs to spaces to follow PEP8 - Replace variable 'all' with 'total' to avoid shadowing the builtin - Compile the regular expression once to avoid the overhead in the loop - Use a context manager to always close the "NamesList.txt" file
* | Use https:// URL for unicode.orgJon Dufresne2018-12-311-1/+1
|/
* Adding check_character_names.py tool.Tomaz Solc2011-02-162-0/+45