Force convert EUC-KR encoded files to UTF-8 and save in separate folder (WARNING: destructive)
WARNING: All files in the current directory will be forcefully converted to UTF-8 while ignoring errors. However, they will all be stored in a separate utf8 folder. Please don’t use this script unless you know what you’re doing. I’m providing it for convenience. #!/usr/bin/python3 import os from os import listdir, Read More