Hi,
I have a portal in which a webpage is in chinese. The webpage uses
<META http-equiv=Content-Type content="text/html; charset=GB2312"> tag.
In the servelet we use request.setCharacterEncoding(UTF-8); But we
call some parameter( getParameter()) before using this. Do you think
its a problem. Chienese characters are displaying everywhere exceptthe
Title Bar. What could be the problem for this???
Regards,
Pinto
hiwa - 30 Aug 2006 09:58 GMT
pinto のメッセージ:
> Hi,
> I have a portal in which a webpage is in chinese. The webpage uses
[quoted text clipped - 6 lines]
> Regards,
> Pinto
META charset and request encoding should be same.
John - 30 Aug 2006 19:17 GMT
> Hi,
> I have a portal in which a webpage is in chinese. The webpage uses
[quoted text clipped - 6 lines]
> Regards,
> Pinto
This might help:
http://java.sun.com/developer/technicalArticles/Intl/HTTPCharset/index.html
John O'Conner
pinto - 01 Sep 2006 12:55 GMT
Thanks a lot for ur suggestions... Any more suggestions???
> > Hi,
> > I have a portal in which a webpage is in chinese. The webpage uses
[quoted text clipped - 11 lines]
>
> John O'Conner