Re: International character problem in submitting a jsp form

2004-02-29 Thread Bilge Erkan
Thanks for the answers. I found my solution. I found very good hints from the following link. http://marc.theaimsgroup.com/?l=tomcat-user&m=105532850031181&w=2 that I have reached from http://jakarta.apache.org/tomcat/faq/misc.html#utf8 The conversion explained in that link is really needed. Now

Re: International character problem in submitting a jsp form

2004-02-25 Thread Scott Farquhar
On Wed, Feb 25, 2004 at 07:32:04PM +0200, Metin Zavrak wrote: > > The output is as follows: > > > > utf-8 en_US null tr Ä?üÅ?ıöçÄ?Ã?Å?Ä°Ã?Ã? What operating System are you using? I believe that Windows doesn't have a UTF-8 aware system terminal. Try using linux instead for a UTF terminal. El

Re: International character problem in submitting a jsp form

2004-02-25 Thread Metin Zavrak
Hi, I know it is a nightmare. We love Java, don't we? We love Tomcat, don't we? So what about internalization? Thanks, Bilge Erkan wrote: Hi, I'm using Tomcat 4.1.12. I have a trouble using Turkish characters in inputs on my forms. I don't have any problem displaying constant strings from reso

International character problem in submitting a jsp form

2004-02-25 Thread Bilge Erkan
Hi, I'm using Tomcat 4.1.12. I have a trouble using Turkish characters in inputs on my forms. I don't have any problem displaying constant strings from resource files or displaying data retrieved from database where they both contain Turkish characters. So I decided to make a simple test as foll