display japanese using unicode

what do i have to do

in my jsp page to make IE auto select unicode encoding automatically?

its always on Western Eur (ISO)

and i have to change it manually to unicode for the jap characters to display....top of my jsp looks like below

<%@page contentType="text/html"%>

<%@page pageEncoding="UTF-8"%>

when i visit sites like google, it would auto select to unicode

using IE

[434 byte] By [khan2265a] at [2007-10-1 20:56:16]
# 1
Try this:<%@ page contentType="text/html; charset=UTF-8" %>
one_danea at 2007-7-13 2:53:06 > top of Java-index,Desktop,I18N...
# 2
ok i found out what the problem iswhen you use <@include blah blahit changes the encode =(is there a way to get around this?
khan2265a at 2007-7-13 2:53:06 > top of Java-index,Desktop,I18N...
# 3
http://forum.java.sun.com/thread.jspa?forumID=45&threadID=179207same problem as that thread, but no solution to be found =(
khan2265a at 2007-7-13 2:53:06 > top of Java-index,Desktop,I18N...