[Webkit-unassigned] [Bug 27095] New: Garbled text at http://trangnhat.net
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 8 15:12:12 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27095
Summary: Garbled text at http://trangnhat.net
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
URL: http://trangnhat.net/
OS/Version: All
Status: NEW
Keywords: InChromiumBugs
Severity: Normal
Priority: P2
Component: Page Loading
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jshin at chromium.org
CC: ap at webkit.org, xlyuan at chromium.org
>From the chromium bug tracker ( http://crbug.com/9641 )
1. Go to http://trangnhat.net/
2. Hover mouse to link "Tin chuyên ngành - Báo chí"
>>Second tab in the middle of the page
3. Observe the content popped up
The file is sent by the server with just 'Content-Type: text/html' so that we
have to
honor what's in the file (meta charset). Now I wonder why Firefox does not
honor that
in this case. Perhaps, it's coming through XHR and Firefox always interprets
that as
in UTF-8 (depending on how it's pulled).
The html page loaded separately (
http://trangnhat.net/chuyenmuc/tinchuyennganh.htm )
is interpreted as windows-1252 by Firefox and is garbled.
The html snippet in the main html is as following. The second <li> corresponds
to the middle tab in the main page.
<div><ul id="maintab" class="shadetabs">
<li class="selected"><a href="#default" rel="ajaxcontentarea">Tin Tức
hàng
ngày</a></li>
<li class=""><a rel="ajaxcontentarea" href="chuyenmuc/tinchuyennganh.htm">Tin
chuyên ngành - Báo chí</a></li>
<li class=""><a rel="ajaxcontentarea" href="chuyenmuc/news.htm">International
News</a></li>
</ul>
<div id="ajaxcontentarea" class="contentstyle" style="width: 607px; height:
200px">
--
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