Closed
Bug 92330
Opened 24 years ago
Closed 24 years ago
mail header has corrupted accented characters
Categories
(MailNews Core :: Internationalization, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.3
People
(Reporter: erich, Assigned: nhottanscp)
Details
(Keywords: regression)
If I send mail with a From: address of Eric Hedström it shows up in my Sent box
and the recipient's inbox as Eric HedstrÃf¶m. View Source shows it as
Eric =?ISO-8859-1?Q?Hedstr=C3f=C2=B6m?=
It shows up correctly in the From: widget in the Compose window.
This is trunk build win-32 2001072503, and this bug is new in the last day or two.
Assignee | ||
Comment 1•24 years ago
|
||
I can reproduce this with today's commercial trunk (win32).
Subject header is fine but From header has the problem.
Assignee | ||
Comment 2•24 years ago
|
||
I found that this was caused by the change of bug 82591.
nsMsgHeaderParser calls the converter with a wrong charset. It was working
before because the string was just duplicated. With that change, the actual data
is validated and wrong charset is corrected. But that breaks nsMsgHeaderParser.
Bug 82591 was for viewing mail with a wrong charset, but this bug is for sending
incorrect header. I think the change of bug 82591 has to be backed out for
0.9.3.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.3
a=dbaron on behalf of drivers for backout of fix for bug 82591 on trunk during
0.9.3 closure.
Assignee | ||
Comment 4•24 years ago
|
||
Backed out comi18n.cpp rev1.86.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•24 years ago
|
||
confirmed, 2001072703-win32-trunk works again. Thanks!
Assignee | ||
Comment 6•24 years ago
|
||
Thank you for finding it.
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
•