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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 3 15:53:47 PDT 2012


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





--- Comment #14 from Dâniel Fraga <fragabr at gmail.com>  2012-11-03 15:55:14 PST ---
Created an attachment (id=172232)
 --> (https://bugs.webkit.org/attachment.cgi?id=172232&action=review)
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?

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