[Webkit-unassigned] [Bug 22166] HTML entities for surrogate pair codepoints cause rendering issues
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Nov 24 23:21:59 PST 2008
https://bugs.webkit.org/show_bug.cgi?id=22166
------- Comment #9 from jshin at chromium.org 2008-11-24 23:21 PDT -------
Created an attachment (id=25476)
--> (https://bugs.webkit.org/attachment.cgi?id=25476&action=view)
test in UTF-16LE with a lone surrogate codepoint
The file is in UTF-16LE with BOM at the beginning. Instead of an invalid NCR
for a surrogate codepoint, this file has an unpaired surrogate code point,
'0xD835' in UTF-16 ( 0x35 0xD8 ). What follows after that becomes invisible.
Even if we take care of the original issue by not allowing NCRs for surrogate
codepoints, this issue won't be fixed. And, it should be fixed.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list