Comment #1 on issue 9461 by [email protected]: Garbled text showing on http://trangnhat.net/ http://code.google.com/p/chromium/issues/detail?id=9461
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. <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"> -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
