RE: Arabic encoding

2005-05-17 Thread Fadwa Barham
very hard to force all your Arabic characters to turn into ? marks with this configuration. You must use UTF-8 or CP1256 or ISO-8869-6 in Oracle. -Original Message- From: Fadwa Barham [mailto:[EMAIL PROTECTED] Sent: Saturday, May 14, 2005 12:56 AM To: Tomcat Users List Subject: Re: Arabic

Re: Arabic encoding

2005-05-14 Thread Fadwa Barham
that doesn't specify an encoding and this will be the problem. Personally I find remote debugging invaluable in cases such as this so I can be sure I am seeing the real data. Mark Fadwa Barham wrote: thanks for your reply. I agree with you that utf-8 encoding is suitable for all cases

Re: Arabic encoding

2005-05-13 Thread Fadwa Barham
was: request.setCharacterEncoding(UTF-8); out.print(request.getParameter(mydata)); % enctype=application/x-www-form-urlencoded [input] [input] [input] Fadwa Barham wrote: While I was searching for a solution for the encoding, I found this There is a standard for encoding URIs (http://www.w3.org

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: All threads (250) are currently busy

2005-04-20 Thread Fadwa Barham
Hi, I have the same problem, I read the reply, and I want to ask, how to use SIGQUIT? regards - Original Message - From: farhad [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, April 20, 2005 9:50 AM Subject: Re: All threads (250) are currently

Re: All threads (250) are currently busy

2005-04-20 Thread Fadwa Barham
I forgot to say that I'm using windows not linux - Original Message - From: Fadwa Barham [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, April 20, 2005 11:36 AM Subject: Re: All threads (250) are currently busy Hi, I have the same problem, I read

Re: All threads (250) are currently busy

2005-04-20 Thread Fadwa Barham
what's the correct configuration of the connector? Regards - Original Message - From: Zsolt Koppany [EMAIL PROTECTED] To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Sent: Wednesday, April 20, 2005 11:08 AM Subject: AW: All threads (250) are currently busy We had the same

Re: Arabic encoding

2005-02-28 Thread Fadwa Barham
would have auto-detected the CP1256 pretending to be ISO-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

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-26 Thread Fadwa Barham
Hi, I want to ask if the servlet_api has effect on encoding? may be the changes are made in the new version in servlet_api encoding. Please, can anyone help me thanks in advanced - Original Message - From: Fadwa Barham [EMAIL PROTECTED] To: Tomcat Users List tomcat-user

Re: Arabic encoding

2005-02-26 Thread Fadwa Barham
I can think of is to do all your database I/O in hex. -Original Message- From: Fadwa Barham [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

Re: Arabic encoding

2005-02-25 Thread Fadwa Barham
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 changes made to the encoding of tomcat?? do I need tomcat-i18n-ar.jar? and

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 Fadwa Barham
meta tags won't help you. Take a look at response.setCharacterEncoding(UTF-8) and JSP page directive for contentType %@ page contentType=text/html; charset=UTF-8 % Replace UTF-8 with the charset for Arabic and see if that helps. Allistair. -Original Message- From: Fadwa Barham [mailto