Converting CP1252 to UTF-8
I have written a small python script to selectively backup critical work files to a network drive. To reduce disk speed and backup times, I exclude many superfluous files based on their extension, including .svn directories. Recently, I discovered that the excellent 7-zip program now only reads UTF-8 text as an input list file. This [...]