Closed
Bug 879753
Opened 12 years ago
Closed 9 years ago
wrong encoding when replying to empty UTF-16 message
Categories
(MailNews Core :: Composition, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 961983
People
(Reporter: mozilla.org, Unassigned)
Details
Attachments
(1 file)
|
1.08 KB,
application/octet-stream
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:17.0) Gecko/20100101 Firefox/17.0 (Beta/Release)
Build ID: 20121129165506
Steps to reproduce:
Given a message with Content-Type: text/plain;charset="UTF-16" and empty body, compose and send a reply.
Actual results:
The reply headers have Content-Type: text/plain;charset=UTF-16;format=flowed, but the reply body is encoded in us-ascii.
A mailbox file containing the original message and the reply is attached; only Received: headers have been trimmed for brevity.
Expected results:
The reply content-type header and the reply body should be consistent: either the reply body should be UTF-16-encoded, or the reply header should specify charset="us-ascii".
Updated•11 years ago
|
Component: Untriaged → Composition
Product: Thunderbird → MailNews Core
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•