Skip to content

Hotfix: Support non UTF-8 encoded emails

Compare
Choose a tag to compare
@kimdre kimdre released this 09 May 18:50
· 47 commits to master since this release

Script crashed when latin1 encoded emails are encountered. (e.g. äöüß)
Added 'ignore' flag to the decoding step.

Thank you @patti2 for this fix!

What's Changed

  • Hotfix: Support non UTF-8 encoded emails by @patti2 in #1

New Contributors

  • @patti2 made their first contribution in #1

Full Changelog: 1.8.2...1.8.3