[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:32:54 PDT 2007


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


bdash at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bdash at webkit.org




------- Comment #2 from bdash at webkit.org  2007-06-23 12:32 PDT -------
Can you please provide a URL which demonstrates this issue?

The HTML snippet you provided:
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">

is not the correct syntax for what you are trying to accomplish.

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

If you can provide a link that demonstrates the issue as well we may be able to
handle the incorrect code snippet you provided.


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