Closed
Bug 98675
Opened 24 years ago
Closed 24 years ago
MIME encoder mishandles certain character sequences
Categories
(MailNews Core :: MIME, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.9.9
People
(Reporter: momoi, Assigned: mozilla)
References
Details
Attachments
(1 file)
|
49.63 KB,
image/jpeg
|
Details |
** Observed with 9/6/2001 Win32 trunk build **
The following sequence of Japanese characters are mis-encoded by
Mozilla's MIME encoder. (View the string under Japanese (Shift_JIS)
encoding.)
貴社のサイトの問題 サイトURL: http://home/jis.html
This is how you reproduce the problem:
1. Open a Mail compose window and set View | Character Coding to
Japanese (ISO-2022-JP). Format could be HTML or plain text.
2. Copy paste the above test line into the Subject header and then
also into the Mail body.
3. Send it to yourself and view the subject header and compare it to the
same text in the body. The subject line has been mis-encoded and mangled.
I will attach a problem image next.
Additional comment:
I experimented with different character combinations but the ASCII
colon ":" seems to be significant for this problem. When I replace this
with the Japanese colon, the problem does not occur.
There are also 2 spaces between the 1st and the 2nd Japanese phrases.
This too makes a difference. If I reduce the 2 spaces to 1, the problem
does not occur. So the byte count also seems to matter.
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Updated•24 years ago
|
QA Contact: esther → ji
| Reporter | ||
Comment 3•24 years ago
|
||
bug 72569 and bug 64948 are display bugs.
This bug seems to be a problem in encoding. If you look in the
message source:
Subject: =?ISO-2022-JP?B?GyRCNS48UiROJTUlJCVIJE5MZEJqGyhCICAbJEIlNSUkJUgbKEJVUg==?=:
L
This is incomplete. When I eliminated one of the 2 spaces between Japanese
phrases, I got Mozilla to encode the complete string:
Subject: =?ISO-2022-JP?B?GyRCNS48UiROJTUlJCVIJE5MZEJqGyhCIBskQiU1JSQlSBsoQlVSTA==?=:
http://kaze:8000/jis.html
So, something goes wrong in the encoding process and chops off data
after the ":".
Kat, there are a lot of bugs reporting problems with mozilla mishandling ":",
"_" "" and space, look at # 98406,92355,98199 and there was one about ":" that i
can not find now... i'll keep looking
Comment 5•24 years ago
|
||
Naoki, can you take care of this problem. Thanks
Target Milestone: --- → mozilla1.0
Updated•24 years ago
|
Status: NEW → ASSIGNED
Comment 6•24 years ago
|
||
98406 and 98199 doesn't related to this bug;
but 92355 is dup of this bug (or vice versa).
I'll post fix to 92355.
| Assignee | ||
Comment 8•24 years ago
|
||
add dependency. set TM to 0.9.9. reassign to myself.
Assignee: ducarroz → taka
Status: ASSIGNED → NEW
Depends on: 73403
Target Milestone: mozilla1.0 → mozilla0.9.9
| Assignee | ||
Comment 9•24 years ago
|
||
Mark as fixed. See bug 73403 for detail.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: MailNews → Core
Updated•18 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•