summaryrefslogtreecommitdiff
path: root/Tools/CleanFiles.py
AgeCommit message (Collapse)Author
2013-08-11CleanFiles: Remove use of chardetJasper St. Pierre
Now that everything is utf8, guessing the character encoding might go haywire, like with the "Pokemon" games. Just assume UTF8 from here on out.
2013-08-11Move the new CleanFiles Python script to Tools/Jasper St. Pierre
So it won't be shipped to users. Also, fix it up so that it finds the ini files regardless of where it is.