Updates:
        Summary: conpia.com : characters gets garbled due to a charset issue
        Labels: -Area-Undefined Area-Compat-Web evangelism NeedsReduction

Comment #2 on issue 31376 by [email protected]: conpia.com : characters  
gets garbled due to a charset issue
http://code.google.com/p/chromium/issues/detail?id=31376

The site is doing something very strange.

The HTTP header has 'charset=utf-8' while the html file has meta tag with
'charset=euc-kr'. In that case, http header has a higher priority so that  
Chrome and
Safari are doing the 'right' thing (by interpreting the page in utf-8) when  
we load
the page initially.

However, somehow Firefox loads the page in EUC-KR (I confirmed that it's  
getting the
same Content-Type HTTP header with charset=utf-8 using 'Live HTTP headers'  
extension).

Charset override not being propagated to some parts of the page is another  
issue.
View-source encoding issue is yet another.

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

Reply via email to