Hi,I encounter a problem with phone7650. I output a page to Nokai Mobile Internet Toolkit Brower and it's ok,but it doesn't work on phone 7650?
I output page as utf-8 format in java code.
Can someone tell me why? Thanks in advance.The page like following:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="PhotoZone" newcontext="true">
<p align="center">
test
</p>
</card>
</wml>
RE: Does phone 7650 support utf-8?
2002-08-05, 09:08#2
Jepp, 7650 supports UTF-8. US-ASCII and ISO 8859-1 are also supported. What a kind of error message you are getting? Are you using Nokia Activ Server?
So, you are generating .wml pages from the java and trying to connect the .jsp (or similar) page? It might work, if you add <%@ page language="java" contentType="text/vnd.wap.wml" %> in the top of your page.