- Lowercase all cclist accounts. - When printing dry run output, encode to ascii with 'replace'. This could also be worked around by setting: sys.stdout = codecs.getwriter('utf-8')(sys.stdout)