when i encode my jsp file into normal format,it can work well,but when i encode it into unicode format to show chinese,it cann't work.
the simulator show "unknow server response",what is the problam?
when i encode my jsp file into normal format,it can work well,but when i encode it into unicode format to show chinese,it cann't work.
the simulator show "unknow server response",what is the problam?
Hello
The reason might be result of supported character encoding
which in this case is UTF-8.
So chinese character can be used by using UTF-8 Chinese encoding
schema and if the Real Mobile is chinese version then it should work, but our emulator does not support/ display chinese character properly.
I hope this helps you
thanks to answer me!
I Use 6210 simulator that can support chinese,and it can show chinese when it browse wml file encoding in unicode,but jsp fault,encoding in ANSI it work well.I try to Use <%@ page context="text/vnd.wap.wml;charset=UTF-8",it alse fault, and response the same error information as before.
if simulator support charset=utf-8 http header?