Closed
Bug 6671
Opened 26 years ago
Closed 26 years ago
No named entity generated for HTML mail send
Categories
(MailNews Core :: Internationalization, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M7
People
(Reporter: nhottanscp, Assigned: akkzilla)
References
Details
Used 1999-05-17-09-M6 build.
Ender does not generate named entities for HTML mail. For example, messenger is
getting á instead of á
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
Comment 1•26 years ago
|
||
Accepted bug, changed milestone to M7
Updated•26 years ago
|
Assignee: kostello → akkana
Status: ASSIGNED → NEW
Comment 2•26 years ago
|
||
Assigning all kostello bugs to akkana
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•26 years ago
|
||
nsHTMLContentSinkStream used to have a routine called UnicodeToEntity, which was
called by nsHTMLContentSinkStream::UnicodeToHTMLString. That was replaced in
version 3.33 when EncodeToBuffer (which doesn't do the same thing) was added.
I'm still trying to track down why UnicodeToEntity was removed then, and if this
code was expected to live in the unicode encoder (which isn't always
initialized).
This bug is at risk of slipping to M8 since it looks like there's a tangled web
of dependencies that no one person really understands.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
Fixed -- the entities should show up now.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
** Checked with 6/18/99 Win32 build **
I have checked a number of key characters in Latin 1 8-bit
range and they are now all going out in HTML entities in
body. This is the desired result.
The testing was limited to Windows and not exhaustive but
entities are now generated.
If there are specific failures, we'll file them as separate bugs
later.
Marking the fix verified.
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•