Skip to content
New issue

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

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

Already on GitHub? # to your account

Recognize & handle non-Latin, non-preferred-charset, non-UTF-8 encodings #117

Open
eyalroz opened this issue Sep 11, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@eyalroz
Copy link
Owner

eyalroz commented Sep 11, 2023

The method BiDiMailUI.Display.resolveDecodingType() currently returns one of:

  • "preferred-charset"
  • "latin"
  • "UTF-8"

and defaults to the latter. Of course, messages may be decoded with other charsets. We should avoid the default, and introduce handling for other charset (= aborting all charset misdetection work).

@eyalroz eyalroz added the bug Something isn't working label Sep 11, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant