[Webkit-unassigned] [Bug 100384] Webkit 1.10.1 shows "question mark" (?) instead utf8 char

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 5 08:49:47 PST 2012


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





--- Comment #15 from Martin Robinson <mrobinson at webkit.org>  2012-11-05 08:51:17 PST ---
(In reply to comment #14)
> Created an attachment (id=172232)
 --> (https://bugs.webkit.org/attachment.cgi?id=172232&action=review) [details]
> Sample youtube notification
> 
> Hi, I think I found the problem (please see the attachment):
> 
>     <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dutf-8=
> ">
> 
> The youtube notification sends the e-mail with a broken line, so webkit gtk 
> gets confused about this tag. If I change it to:
> 
>     <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dutf-8=">
> 
> it works. So is it a bug?

Great find. I'm not sure if with the newline this should be interpreted correctly. You'd probably need to check the HTML5 spec to see what should happen in this case.  Most likely though is that claws is adding the newline though and corrupting the HTML.

-- 
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