Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix UTF-8 issue in tj3ts_receiver #279

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 2, 2022

  1. Fix utf-8 bug for tj3ts_receiver

    When decoding an attachment the line.encoding is set to "ASCII-8BIT", even when reading an UTF-8 attachment.  So, force the encoding indication and then check its compliant.
    fnino committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    03ebf87 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from fnino/fnino-patch-1

    Fix utf-8 bug for tj3ts_receiver
    fnino committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    2003819 View commit details
    Browse the repository at this point in the history