Closed
Bug 29652
Opened 26 years ago
Closed 26 years ago
ESC(B is missing when nsISaveAsCharset use fallback for ISO-2022-JP
Categories
(MailNews Core :: Internationalization, defect, P3)
MailNews Core
Internationalization
Tracking
(Not tracked)
VERIFIED
FIXED
M15
People
(Reporter: nhottanscp, Assigned: nhottanscp)
Details
(Whiteboard: patch available)
Attachments
(1 file)
|
993 bytes,
patch
|
Details | Diff | Splinter Review |
Sending/SaveAs text like, Japanese+European as text/html and charset to
ISO-2022-JP.
nsISaveAsCharset uses named entity as a fallback because the accented char
cannot be mapped to ISO-2022-JP.
But it does not put Escape(B to switch to ASCII mode before putting the entitry.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M15
| Assignee | ||
Comment 1•26 years ago
|
||
| Assignee | ||
Updated•26 years ago
|
Whiteboard: patch available
| Assignee | ||
Comment 2•26 years ago
|
||
I also need to change ConvertFromUnicode() in mailnews/base/util/nsMsgI18N.cpp
to call Finish().
| Assignee | ||
Comment 3•26 years ago
|
||
fix checked in
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 4•26 years ago
|
||
** Checked with 6/5/2000 Win32 build **
We certainly don't see a problem of missing escape
sequence in the above build between the Japanese and
ASCII sequence. I looked at M13 and M14 butwas not able to
see the problem in these builds, either. So I guess this
problem existed for a short duration only.
In any case, marking the fix verified.
Status: RESOLVED → VERIFIED
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
•