[Webkit-unassigned] [Bug 21893] New: Character set is not detected in application/xhtml+xml pages
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 26 02:46:02 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21893
Summary: Character set is not detected in application/xhtml+xml
pages
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Text
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: unik at compot.ru
When serving a page with these headers:
-- CUT --
Cache-Control:no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Connection:Keep-Alive
Content-Type:application/xhtml+xml; charset=UTF-8
Date:Sun, 26 Oct 2008 09:25:01 GMT
Expires:Thu, 19 Nov 1981 08:52:00 GMT
Keep-Alive:timeout=15, max=100
Pragma:no-cache
Server:Apache
Transfer-Encoding:Identity
-- CUT --
the encoding of the page is not detected to be in UTF-8. I've tried inserting
<?xml version="1.0" encoding="UTF-8"?> at page's 1st line, without success.
The page in question is an XHTML 1.1 page with heavy use of JS and dynamically
loaded inline SVG graphs (so the usage of application/xhtml+xml is required).
Version: WebKit nightly r37894
OS: Mac OS X 10.4.11
Doesn't happen in: Opera 9.6, FF 3.0.1
--
Configure bugmail: https://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