Discussion Board
-
3650 XHTML and UTF-8
2004-01-19, 17:08
#1
Nokia Developer Administrator
I am having problems displaying UTF-8 characters on a 3650 using XHTML.
The 3650 I have sends the header:
accept-charset: ISO-8859-1,US-ASCII,UTF-8;Q=0.8,ISO-10646-UCS-2;Q=0.6,*;q=0.001
So I assume that the device can cope with UTF-8.
The page I am testing with is:
(http://clout.dyndns.org/3650-text.xhtml)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"
>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>test</title>
<meta content="0" http-equiv="Expires"/>
<meta content="no-cache" http-equiv="Cache-Control"/>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
</head>
<body>
<p>á</p>
</body>
</html>
There is only one character (an a accute) but this gets displayed as two characters.
Last edited by hootbah; 2004-01-23 at 16:54.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules