Posted By:
Sachin_Pikle
Posted On:
Thursday, October 11, 2001 07:34 AM
I am trying to display Unicode characters in my browser using a JSP. This is what i have coded in my jsp <%@ page contentType="text/html; charset=UTF8" %> <% out.print(" u0910"); %> Unfortunately this page throws an error when i execute it from my web-browser. Please note that i have tried changing the encoding to "BIG5" and "SJIS" and it all works fine. Can someone tell me where i m going wrong? Please note that this is a weblogic specific problem .. coz the same code with UTF8 encoding works fine with jswdk1.0.1. Please help me.
More>>
I am trying to display Unicode characters in my browser using a JSP. This is what i have coded in my jsp
<%@ page contentType="text/html; charset=UTF8" %>
<% out.print("
u0910"); %>
Unfortunately this page throws an error when i execute it from my web-browser.
Please note that i have tried changing the encoding to "BIG5" and "SJIS" and it all works fine.
Can someone tell me where i m going wrong?
Please note that this is a weblogic specific problem .. coz the same code with UTF8 encoding works fine with jswdk1.0.1. Please help me.
<<Less