[Webkit-unassigned] [Bug 42112] U+0000 is turned to U+FFFD (replacement character)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 15 00:38:03 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42112





--- Comment #12 from Adam Barth <abarth at webkit.org>  2010-07-15 00:38:02 PST ---
> Does this change make sense to you?

Yeah we could do something similar.  Architecturally, we'd have the tree builder set a bit on the tokenizer / input stream preprocessor to not generate FFFD when it's not in the text or foreign content state.  It would then be similar to the CR LF collapsing, but it could collapse an unbounded number of characters, which should be doable.

@ap, would that address your concerns?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list