RE: Arabic encoding

2005-05-17 Thread Fadwa Barham
:24 AM Subject: Re: Arabic encoding As tomcat 4.1.31 is suitable for arabic and it seems until now that tomcat 4.1.31 solved the jndi datasource problems: Intermittent dB connection Failures and Random Connection closed Exceptions I will use tomcat 4.1.31 until I can configure the latest

RE: Arabic encoding

2005-05-17 Thread Benson Margulies
database access instead of using JDBC. -Original Message- From: Fadwa Barham [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 2:36 AM To: Tomcat Users List Subject: RE: Arabic encoding I agree with you that I have to change my oracle encoding, and everything will work fine

RE: Arabic encoding

2005-05-15 Thread Benson Margulies
PROTECTED] Sent: Saturday, May 14, 2005 12:56 AM To: Tomcat Users List Subject: Re: Arabic encoding thanks for your reply. I agree with you that utf-8 encoding is suitable for all cases, but in tc4 with jdk1.3, I write the servlets and compile them and use data from oracle with us7ascii encoding

Re: Arabic encoding

2005-05-14 Thread Mark Thomas
to solve the problem? Thanks - Original Message - From: Fadwa Barham To: Tomcat Users List Sent: Tuesday, March 01, 2005 3:24 AM Subject: Re: Arabic encoding As tomcat 4.1.31 is suitable for arabic and it seems until now that tomcat 4.1.31 solved the jndi datasource problems

Re: Arabic encoding

2005-05-14 Thread Fadwa Barham
versions of tomcat? and if so, how to solve the problem? Thanks - Original Message - From: Fadwa Barham To: Tomcat Users List Sent: Tuesday, March 01, 2005 3:24 AM Subject: Re: Arabic encoding As tomcat 4.1.31 is suitable for arabic and it seems until now that tomcat 4.1.31 solved

Re: Arabic encoding

2005-05-13 Thread Fadwa Barham
? Thanks - Original Message - From: Fadwa Barham To: Tomcat Users List Sent: Tuesday, March 01, 2005 3:24 AM Subject: Re: Arabic encoding As tomcat 4.1.31 is suitable for arabic and it seems until now that tomcat 4.1.31 solved the jndi datasource problems: Intermittent dB

Re: Arabic encoding

2005-05-11 Thread Fadwa Barham
can't have the write encoding in the new versions of tomcat? and if so, how to solve the problem? Thanks - Original Message - From: Fadwa Barham To: Tomcat Users List Sent: Tuesday, March 01, 2005 3:24 AM Subject: Re: Arabic encoding As tomcat 4.1.31 is suitable for arabic

Re: Arabic encoding

2005-05-11 Thread Mark Thomas
Sent: Tuesday, March 01, 2005 3:24 AM Subject: Re: Arabic encoding As tomcat 4.1.31 is suitable for arabic and it seems until now that tomcat 4.1.31 solved the jndi datasource problems: Intermittent dB connection Failures and Random Connection closed Exceptions I will use tomcat 4.1.31 until I

Re: Arabic encoding

2005-02-28 Thread Fadwa Barham
: Sunday, February 27, 2005 4:08 PM Subject: RE: Arabic encoding It depends on what the Oracle JDBC driver does with byte values that are not legitimate US7ASCII. If, for some reason, it treated the data as ISO-8859-1 instead of US7ASCII, then it might have streamed out through tomcat, and the browser

Re: Arabic encoding

2005-02-28 Thread Fadwa Barham
- Original Message - From: Fadwa Barham [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Tuesday, March 01, 2005 2:39 AM Subject: Re: Arabic encoding I tested many tomcat versions, I found until tomcat 4.1.31 no problems with arabic, but when I tried tomcat-4.1.18

RE: Arabic encoding

2005-02-27 Thread Benson Margulies
-8859-1. -Original Message- From: Fadwa Barham [mailto:[EMAIL PROTECTED] Sent: Sunday, February 27, 2005 1:43 PM To: Tomcat Users List Subject: Re: Arabic encoding But I wonder why the old tomcat and java displayed arabic correctly, and I use the same classes12.jar in both of the old

Re: Arabic encoding

2005-02-26 Thread Fadwa Barham
@jakarta.apache.org Sent: Saturday, February 26, 2005 8:20 PM Subject: Re: Arabic encoding I use oracle 7 database, and the NLS language is American_America.US7ASCII, and it is not easy to change it to utf-8. Beside, the question is, a servlet work fine on tomcat 4.0.6 why it stopped with the new versions, what

RE: Arabic encoding

2005-02-26 Thread Benson Margulies
[mailto:[EMAIL PROTECTED] Sent: Saturday, February 26, 2005 1:20 PM To: Tomcat Users List Subject: Re: Arabic encoding I use oracle 7 database, and the NLS language is American_America.US7ASCII, and it is not easy to change it to utf-8. Beside, the question is, a servlet work fine on tomcat 4.0.6 why

Re: Arabic encoding

2005-02-26 Thread Fadwa Barham
Users List tomcat-user@jakarta.apache.org Sent: Sunday, February 27, 2005 12:44 AM Subject: RE: Arabic encoding Oracle's ODBC driver will transcode from the database to UTF-16 based on the databse encoding. If the database is in US7ASCII, this is a destructive process for Arabic. The only alternative

Re: Arabic encoding

2005-02-25 Thread Fadwa Barham
Subject: RE: Arabic encoding What database? Do you have the database set up to deliver Unicode, or CP1256, correctly? Note that not all Arabic fits into CP1256, you might really be better off with UTF-8. - To unsubscribe, e-mail

Arabic encoding

2005-02-23 Thread Fadwa Barham
Hi, I face difficulties with encoding, at first I developed servlets that connects to oracle database, the oracle encoding is US7Ascii and it contains arabic data, I used Java1.3 to write the code and tomcat 4.0.6 to deploy the servlets, I just needed to get the write encoding of the servlets,

RE: Arabic encoding

2005-02-23 Thread Allistair Crossley
Barham [mailto:[EMAIL PROTECTED] Sent: 23 February 2005 21:20 To: tomcat-user@jakarta.apache.org Subject: Arabic encoding Hi, I face difficulties with encoding, at first I developed servlets that connects to oracle database, the oracle encoding is US7Ascii and it contains arabic data, I

Re: Arabic encoding

2005-02-23 Thread Fadwa Barham
in arabic but the database cannot realize the encoding and return 0 results. thanks, Fadwa - Original Message - From: Allistair Crossley [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, February 23, 2005 11:29 AM Subject: RE: Arabic encoding Hi, HTML

RE: Arabic encoding

2005-02-23 Thread Benson Margulies
What database? Do you have the database set up to deliver Unicode, or CP1256, correctly? Note that not all Arabic fits into CP1256, you might really be better off with UTF-8. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Arabic encoding problem

2004-03-08 Thread Yansheng Lin
: vijaya prasad pala [mailto:[EMAIL PROTECTED] Sent: Sunday, March 07, 2004 2:36 AM To: [EMAIL PROTECTED] Subject: Arabic encoding problem Hi i am reading arabic text from oracle database. if i am displaying that text in that page it ok. if i am passing the same arabic string to another page

Arabic encoding problem

2004-03-07 Thread vijaya prasad pala
Hi i am reading arabic text from oracle database. if i am displaying that text in that page it ok. if i am passing the same arabic string to another page then in that page it is displaying in ?. i tried like this if(request.getCharacterEncoding()==null)