It's not a header, just a meta in your page. The web server can send a
header with charset, or let it in the meta field.
To resolve it, you should search both the header and the page content.

BTW, if there is a charset in your header, browser will ignore
the Content-Type meta in the page content, so I think you can do the same
way.

2009/4/12 秦锋 <feng.w....@gmail.com>

>
> I tried to fetch following url and check the content-type:
> http://www.pbc.gov.cn/diaochatongji/tongjishuju/gofile.asp?file=2009S07.htm
>
> The html seems:
> <meta http-equiv=Content-Type content="text/html; charset=gb2312">
> It's a page generated by Excel.
>
> The response header "content-type" only return "text/html", but
> charset is missed.
>
> What's wrong with this page? Is it OK with http-equiv=Content-Type not
> http-equiv="Content-Type"?
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to