Updates:
        Owner: [email protected]

Comment #4 on issue 14674 by [email protected]: [www.vsa.com.cn]: Encoding  
wrong
http://code.google.com/p/chromium/issues/detail?id=14674

We don't have contact for this site, but I will send to a post about what's  
the
problem  and how to fix on its forum. (now I am waiting few hours to be  
eligible to
send the post after registration).

But for this problem. I think it maybe WebKit's problem. IE7 (IE8 probably  
same) and
FF can correctly detect that the site's encoding is GB2312. After doing some
investigation. I found in this case, since the the encoding name in C-T  
head is not
canonical, IE and FF ignore it, but WebKit tries to convert to encoding  
name to
canonical and recognize it.

I did a test, In IE and FF, set browser default encoding is Simp Chinese,  
then send a
request to my web server, which returns a Simp Chinese webpage with  
different C-T
headers
if C-T header is content-type:"text/html;charset=ISO8859_1", then return  
page is
decoded by using GB2312 encoding. (using browser default encoding setting)
if C-T header is content-type:"text/html;charset=ISO8859-1", then return  
page is
decoded by using ISO-8859-1 encoding.

Jungshik, would you please take a look at my test and share your comments.
If you agree with me, I will file a bug to WebKit and prepare to fix it.

Thanks!


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