Closed
Bug 863
Opened 26 years ago
Closed 26 years ago
we dont' support the hex notation for numeric character references
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: kipp, Assigned: rickg)
References
()
Details
and we should
Well, upon closer inspection, we consume hex entities (such as ӎ) just
fine. What you get out is (in this case): x4cE. Note that the leading &# has
been stripped (as we discussed a long time ago).
Do you want me to prepend the &# characters?
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
I changed the parsernode and nsString to correctly deal with hex entities.
The string ToInteger() code now accepts a radix argument.
Kipp can you please mark this verified or let me know it is cool for me to do so?
Thanks. GL
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Updated•26 years ago
|
Resolution: FIXED → ---
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
This is fixed. Please retry. I used the test case:
<html>
<body>
entity: ©<BR>
</body>
</html>
You need to log in
before you can comment on or make changes to this bug.
Description
•