eyalroz / bidimailui

BiDi Mail UI: Thunderbird extension for improved right-to-left language support
https://addons.thunderbird.net/en-US/thunderbird/addon/bidi-mail-ui/
Other
18 stars 2 forks source link

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

Open eyalroz opened 1 year ago

eyalroz commented 1 year ago

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

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).