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

