Forwarding message with non-ASCII content as attachment leads to mojibake (CJK)
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(thunderbird_esr91 unaffected, thunderbird_esr102? fixed, thunderbird103 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr91 | --- | unaffected |
thunderbird_esr102 | ? | fixed |
thunderbird103 | --- | fixed |
People
(Reporter: rachel, Assigned: rnons)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: intl, regression, Whiteboard: [regression: TB100])
Attachments
(2 files)
288 bytes,
text/plain
|
Details | |
Bug 1777351 - Use IOUtils.write instead of writeUTF8 to fix attachment text encoding. r=john.bieling
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr102+
|
Details | Review |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
Import the attached message (.eml file) into a folder by dragging it.
Display message, right click, forward as attachment. In the compose window that opens, double-click the attachment.
Actual results:
Mojibake.
Expected results:
Should be displayed properly.
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Comment 1•2 years ago
|
||
Alice, can you please find the regression, it's very easy to reproduce. This works fine in TB 91.
Reporter | ||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Regression window:
https://hg.mozilla.org/comm-central/pushloghtml?fromchange=a929acd962082697dd7a1e2103e04525a26a3a08&tochange=fbef0eae0aa6411a7f3916176f741e988ce60855
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=2b624fdb002e6012209c725042f072a50bd4c4b6&tochange=6498a0eab61187297f034916680274b2df9e50e9
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Reporter | ||
Comment 4•2 years ago
|
||
Many thanks, Alice, for finding this so quickly, and thanks to Ping for fixing it. It's quite a nasty bug, I assume forwarding messages as attachment in CJK languages is broken completely.
Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
Pushed by nicolai@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/1247665c67a1
Use IOUtils.write instead of writeUTF8 to fix attachment text encoding. r=john.bieling
Assignee | ||
Comment 6•2 years ago
|
||
Comment on attachment 9283578 [details]
Bug 1777351 - Use IOUtils.write instead of writeUTF8 to fix attachment text encoding. r=john.bieling
[Approval Request Comment]
Regression caused by (bug #): bug 1760025
User impact if declined: Forwarding message with non-ASCII content as attachment leads to mojibake
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): low
Comment 7•2 years ago
|
||
Comment on attachment 9283578 [details]
Bug 1777351 - Use IOUtils.write instead of writeUTF8 to fix attachment text encoding. r=john.bieling
[Triage Comment]
Approved for beta
Comment 8•2 years ago
|
||
bugherder uplift |
Thunderbird 103.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/78aa14301c11
Comment 9•2 years ago
|
||
Comment on attachment 9283578 [details]
Bug 1777351 - Use IOUtils.write instead of writeUTF8 to fix attachment text encoding. r=john.bieling
[Approval Request Comment]
Regression caused by (bug #): 1760025
User impact if declined: Forwarding non-ascii mails as attachment is fubar'd
Testing completed (on c-c, etc.): on beta
Risk to taking this patch (and alternatives if risky):
Updated•2 years ago
|
Comment 10•2 years ago
|
||
Comment on attachment 9283578 [details]
Bug 1777351 - Use IOUtils.write instead of writeUTF8 to fix attachment text encoding. r=john.bieling
[Triage Comment]
Approved for esr102
Comment 11•2 years ago
|
||
bugherder uplift |
Thunderbird 102.0.2:
https://hg.mozilla.org/releases/comm-esr102/rev/98809f4afc76
Description
•