Skip to Content
0
Former Member
Nov 02, 2005 at 09:19 AM

UTF-8 support in Web AS Java 6.40

45 Views

Hi, All,

Our web application running on Web AS 6.40 with SQL Server 2000 needs to support multiple languages. We create the tables with column type NVARCHAR, set encoding scheme to UTF-8 for JDBC driver, add '<%@ page language="java" contentType="text/html;charset=UTF-8" %>' header in every JSP file and execute request.setCharacterEncoding("UTF-8") before every request is posted to the server. Everything is fine when running the same application on Tomcat with the same database & JDBC driver, enter Chinese charater in web page, store them in table, display result back... But the application deployed in Web AS Java cannot save and show Chinese character correctly.

I think I must miss some points here because UME actually supports to create user and role in Chinese...

Any help is deeply appreciated.

John