I have been stuck up with the this problem. I am not able to give javascript alert messages in Simplified Chinese in IE5, where as in Netscape 6.1 it is good. I have chinese fonts(MS Song,MS Hei) in my system. Is it needed to change font.properties file in JDK, if yes, what are the changes needed in that file. Here is my code(JSP): It gives '???' in IE5, and chinese chars in Netscape6.1 <%@ page contentType="text/html; charset=UTF-8" %> <html> <head> <script language="javascript"> alert("\u963f\u4e0d\u624d"); </script> </head> </html> my environment: Windows 98(english) Thanks in advance Srinivas __________________________________________________ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.comReceived on Sunday, 11 November 2001 02:38:22 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 14 August 2008 18:35:16 GMT