Closed
Bug 160288
Opened 23 years ago
Closed 23 years ago
mailto: use encoding defined for page for subject etc.
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gr, Assigned: alexsavulov)
References
()
Details
If a subject is predefined using the mailto-protocol in an anchor, it is not
encoded like the rest of the page (using both <?xml version="1.0"
encoding="ISO-8859-1"?> and <meta http-equiv="content-type" content="text/html;
charset=iso-8859-1" />), but treated as default encoded.
On the test site, click on the first link in the Feeback section on the right
hand side saying "Kommentar zu diesem Artikel". A mail client pops up, but the
subject line does not display the german special chars correctly. Instead
something like "ü" appears, so it seems, the subject is treated as unicode
encoded.
In IE6, it works fine.
I use MS Outlook XP as default mail handler by changing user.js with
user_pref("network.protocol-handler.external.mailto", true);
System:
Mozilla 1.0
Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.0) Gecko/20020530
WinNT SP6A + Postfixes German
Comment 1•23 years ago
|
||
The chars show up fine for me, using Mozilla as my mail client....
Assignee: Matti → alexsavulov
Component: Browser-General → Form Submission
QA Contact: asa → vladimire
Comment 2•23 years ago
|
||
Works for me on Mac OS X (2002072408). It seems you are using a somewhat old
build - 20020530 (30 May 2002). Have you tried this with Mozilla 1.1b or a
nightly build?
Comment 3•23 years ago
|
||
resolving wfm on build 2002-09-03-08-trunk win 2k
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•