On Mon, 2003-01-13 at 08:41, Camus Chan wrote: > Hi, > > I am using JBoss3.0.3 + Tomcat 4.1.12 + Apache 2.0.43, with oracle8i and nls_lang >set to ZHT16BIG5. I face the character encoding problem and please help:
There are several things to check: 1) The character set your Oracle database is built in 2) The character set your driver is set to (with NLS_LANG I believe) 3) The content-encoding header of your web page. Also keep in mind that Java works in unicode. Cheers, Pete -- Peter Beck BEng (hons) - Managing Director, Electrostrata Ltd. http://www.electrostrata.com --+-+-- Experts in e-business and e-commerce ------------------------------------------------------- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web Server Security? Click here to get a FREE Thawte SSL guide and find the answers to all your SSL security issues. http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
