Closed
Bug 459514
Opened 17 years ago
Closed 8 years ago
The character missing in ISO-8859-1 table is sent
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 228779
People
(Reporter: david, Unassigned)
References
()
Details
Attachments
(1 file)
|
26.91 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
The character "Ž" (missing in destination encoding ISO-8859-1) is not sent encoded as entity. In demonstation, there is attribute 'accept-charset', but it can be omitted.
(the same bug i found in Firefox, IE, Chrome; not in Opera)
Reproducible: Always
Steps to Reproduce:
1. Submit the form
2.
3.
Actual Results:
[name] => Žluťoučký kůň
Expected Results:
[name] => Žluťoučký kůň
Comment 1•17 years ago
|
||
Updated•17 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Hi,
Having the same issue with trademark character ™ (alt+0153) which does exist in cp1252 encoding but does not in iso-8859-1. Actually, when submitting an iso-8859-1 form with GET method, trademark character is urlencoded as %99 that does not exist in this encoding. Even if I understand historical and compatibility reasons to display ™ for a ™ entity, I do not see why this character isn't sent as it should be -> ™
It's been almost 4 years since this bug was confirmed, hope this comment will contribute to solve this issue.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•7 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
•