Closed
Bug 72557
Opened 25 years ago
Closed 25 years ago
Euro and z caron in Windows-1252 character set are not displayed
Categories
(Core :: Internationalization, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: steven.chapel, Assigned: ftang)
Details
Attachments
(3 files)
|
4.16 KB,
text/html
|
Details | |
|
3.94 KB,
image/png
|
Details | |
|
937 bytes,
patch
|
Details | Diff | Splinter Review |
The characters 128 (Euro symbol) and 158 (small z, caron accent) from the
Windows-1252 character set are not displayed in Mozilla. Instead, a question
mark or square is displayed in their place.
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
http://www.w3.org/TR/html4/charset.html#didx-numeric_character_reference
Quote from the HTML spec,
>The syntax "&#D;", where D is a decimal number, refers to the ISO 10646 decimal
character number D.
Windows-1252 is not supported, use unicode or CER (e.g. €).
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
| Assignee | ||
Comment 4•25 years ago
|
||
The interesting thing is the rest of NCR is correctly handle. Reopen this bug
and assign to myself
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
| Assignee | ||
Comment 5•25 years ago
|
||
reassign to myself
Assignee: nhotta → ftang
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•25 years ago
|
||
Note: the proper way to have the euro symbol is € or € or €
(see http://www.stri.is/TC304/Euro/N881.html in the Markup
Languages section, and http://www.w3.org/TR/html4/sgml/entities.html at the
bottom).
| Assignee | ||
Comment 7•25 years ago
|
||
OK, here is the fix for backward compatability reason
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9
| Assignee | ||
Comment 8•25 years ago
|
||
| Assignee | ||
Comment 10•25 years ago
|
||
sr=erik
fixed and check in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 11•25 years ago
|
||
Verified fixed in build 2001040404 (Win32 and Mac), 2001040505 (Linux).
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•