Closed
Bug 239066
Opened 21 years ago
Closed 21 years ago
&# entities in HTML mails don't get converted in plain text mode
Categories
(MailNews Core :: MIME, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 166521
People
(Reporter: kairo, Assigned: sspitzer)
Details
Attachments
(1 file)
|
7.01 KB,
message/rfc822
|
Details |
I'm getting some HTML mail newsletters in German that have all non-ASCII
characters encoded with &# unicode entities.
Those characters are not converted in "view as plain text" mode, so it's hard to
read those mails that way. I guess this might be quite easy to achieve though,
as those entities are even understood correctly by XML, XUL et al.
| Reporter | ||
Comment 1•21 years ago
|
||
Finally, I got another message that shows this behaviour. I discovereed that it
has a really wrong text/plain part that might be the real cause of what I'm
seeing. We should try what happens if we have the HTML part only. If the
entities are not transformed there, we have a bug there, else it's just
INVALID, I guees.
Comment 2•21 years ago
|
||
Error at sending side. The plaintext part is invalid. "ö" means "ö" in
HTML, but just "ö" in plaintext. Workaround: Use Simple HTML mode.
*** This bug has been marked as a duplicate of 166521 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•