[Webkit-unassigned] [Bug 14338] Safari 3.0.2 beta for windows detects wrong encoding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 23 12:28:03 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14338





------- Comment #1 from ddkilzer at webkit.org  2007-06-23 12:28 PDT -------
(In reply to comment #0)
> I'm using this in the head section of the page:
> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">

This is incorrect.  It should read:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

> It (the page) works in browsers like Firefox, IE, Opera, Netscape.

Do these other browsers support the "charset" attribute, or does this simply
work "by chance" because they use a different default charset?


-- 
Configure bugmail: http://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