Closed
Bug 79089
Opened 24 years ago
Closed 24 years ago
"mailto:" creates messages where recipients have wrong international characters
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
People
(Reporter: xmiro, Assigned: mscott)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; 0.8) Gecko/20010215
BuildID: 2001021508
When I click in a "mailto:", in an HTML page or an HTML message, with
international characters (with accents, tildes, etc.) a new e-mail is created,
but the international characters appear incorrectly.
Reproducible: Always
Steps to Reproduce:
1) Compose a new message and include as an attachment the HTML snippet included
below.
2) Save it as a draft or template.
3) Click on the message in order for reading it.
4) Click on the "mailto:" link.
Actual Results: A new message is created automatically, but the recipient's
international chracters have been modified. The name "Juan Cardeñosa" appears as
"Juan Cardeñosa".
Expected Results: The message created should have the correct name, "Juan
Cardeñosa", with the international characters unmodified.
<!--
This HTML snippet demonstrates the corruption of international characters
("Juan Cardeñosa" appears as "Juan Cardeñosa") in the created e-mail when clicked
-->
<html>
<A href="mailto: Juan Cardeñosa<jcardenosa@a_server>">Click this to create
e-mail</A>
</html>
*** This bug has been marked as a duplicate of 77967 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 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
•