RE: [JBoss-user] Character encoding questions

2003-01-14 Thread Camus Chan
TED] [mailto:[EMAIL PROTECTED]]On Behalf Of Geer, Benjamin Sent: Monday, January 13, 2003 7:23 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] Character encoding questions Camus Chan [mailto:[EMAIL PROTECTED]] wrote: > 1. First as said, I can read them using SQL*plus or by

Re: [JBoss-user] Character encoding questions

2003-01-13 Thread Holger Baxmann
> 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 Orac

RE: [JBoss-user] Character encoding questions

2003-01-13 Thread Geer, Benjamin
Camus Chan [mailto:[EMAIL PROTECTED]] wrote: > 1. First as said, I can read them using SQL*plus or by > another application server. I don't think it is database related. However, it still might be a problem with the configuration of your JDBC driver (which isn't part of the database). I think SQ

RE: [JBoss-user] Character encoding questions

2003-01-13 Thread Geer, Benjamin
y 2003 10:18 > To: Geer, Benjamin; [EMAIL PROTECTED] > Subject: RE: [JBoss-user] Character encoding questions > > > Yes, I do. > > -Original Message- > From: Geer, Benjamin [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 13, 2003 5:48 PM > To: '[EMAIL

RE: [JBoss-user] Character encoding questions

2003-01-13 Thread Camus Chan
perly. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Pete Beck Sent: Monday, January 13, 2003 5:53 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Character encoding questions On Mon, 2003-01-13 at 08:41, Camus Chan wrote: > Hi, > &

RE: [JBoss-user] Character encoding questions

2003-01-13 Thread Camus Chan
Yes, I do. -Original Message- From: Geer, Benjamin [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 5:48 PM To: '[EMAIL PROTECTED]' Cc: 'Camus Chan' Subject: RE: [JBoss-user] Character encoding questions Camus Chan [mailto:[EMAIL PROTECTE

Re: [JBoss-user] Character encoding questions

2003-01-13 Thread Pete Beck
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 bu

RE: [JBoss-user] Character encoding questions

2003-01-13 Thread Geer, Benjamin
Camus Chan [mailto:[EMAIL PROTECTED]] wrote: > Or any configurations need to change to cater > "Hong Kong extended Big 5 characters" ? Are you specifying "Big5-HKSCS" in the "contentType" attribute of the "page" directive in your JSP pages? See "Localized Content in JSP Pages", in: http://java.

[JBoss-user] Character encoding questions

2003-01-13 Thread Camus Chan
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: have no problem displaying general Big5 character contents (stored in DB) on the web pages, which are retrieved through EJB and pas