struts tomcat turkish character problem

2004-07-02 Thread Eyup TEKIN
hi there is a webapp including oracledatabase(datas are hold with turkish character) ejbs on borlandapplicationserver ,tomcat,struts and jsps. i can write turkish character in jsp page side.but dynaaction form creates a selection list.and that list cant show turkish character.in tomcat's

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-userm=105532850031181w=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

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

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

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. Else

Odgovori: Character problem

2003-11-19 Thread kovi.adsl
request. Hope this helps. :) Best regards, Kovi Od: Burak Takmaz [EMAIL PROTECTED] Datum: 2003/11/18 Tor AM 10:54:01 GMT+01:00 Za: [EMAIL PROTECTED] Zadeva: Character problem On my jsp pages,i am calling a method from my class.Its return type is String.But in the browser the Turkish

RE: Odgovori: Character problem

2003-11-19 Thread Shanta B
just add CATALINA_OPTS=-Dfile.encoding=ISO-8859-2 it works fine -Original Message- From: [EMAIL PROTECTED] To: Tomcat Users List Sent: 19/11/2003 8:40 PM Subject: Odgovori: Character problem Hi! In your JSP put: %@ page contentType=text/html; charset=iso-8859-2 language=java

Character problem

2003-11-18 Thread Burak Takmaz
On my jsp pages,i am calling a method from my class.Its return type is String.But in the browser the Turkish caracteres like þ,ð,ç seem to be corrupted.I put page directive on the of my jsp pages.Is that Tomcat who is changing my encoding?Where can i set the default encoding of Tomcat?Thanks

Re: Character problem

2003-11-18 Thread Andoni
: Character problem On my jsp pages,i am calling a method from my class.Its return type is String.But in the browser the Turkish caracteres like þ,ð,ç seem to be corrupted.I put page directive on the of my jsp pages.Is that Tomcat who is changing my encoding?Where can i set the default

RE: German character problem

2002-07-19 Thread Chaudhuri, Hiran
Schlegel [mailto:[EMAIL PROTECTED]] Sent: Friday, July 19, 2002 12:47 AM To: [EMAIL PROTECTED] Subject: German character problem Hi, we have a strange problem and don't know the reason nor how to solve it. May be someone has an idea. A Java application (Tomcat 4.0.3, Postgresql 7.2.1

Re: German character problem

2002-07-19 Thread Henner Zeller
Hi Andreas, just add -Dfile.encoding=ISO-8859-1 to the JAVA_OPTS --- JAVA_OPTS=-Dfile.encoding=ISO-8859-1 export JAVA_OPTS $CATALINA_HOME/bin/catalina.sh run --- On Fri, 19 Jul 2002, Andreas Schlegel wrote: [...] All specific german characters (ä, ö, ü, ß, ...) return to the Client

German character problem

2002-07-18 Thread Andreas Schlegel
Hi, we have a strange problem and don't know the reason nor how to solve it. May be someone has an idea. A Java application (Tomcat 4.0.3, Postgresql 7.2.1, JDBC: PostgreSQL 7.2 JDBC2) runs well on W2k, also on Linux (Suse 7.2) but on SOLARIS OS (Sparc) we have the following problem: All

XML/XSL japanese double-byte character problem with Tomcat 4.0 Apache

2002-04-11 Thread Evan Child
I'm using Apache and mod_webapp to go to Tomcat 4.0.1, which generates xml, and then using a filter transforms that using an xml stylesheet into html. My problem is that when the style sheet has Japanese in it, the characters get corrupted when it's passed back to Apache. If I write the

RE: XML/XSL japanese double-byte character problem with Tomcat 4.0 Ap ache

2002-04-11 Thread Evan Child
PROTECTED]] Sent: Thursday, April 11, 2002 3:25 PM To: '[EMAIL PROTECTED]' Subject: XML/XSL japanese double-byte character problem with Tomcat 4.0 Ap ache I'm using Apache and mod_webapp to go to Tomcat 4.0.1, which generates xml, and then using a filter transforms that using an xml stylesheet

JSP Escape character problem - PLEASE HELP

2002-01-10 Thread Tom Bednarz
Hi, I have a problem that could be a bug somewhere inside the JSP compiler. I have ported an application from JRun 3.0 to TOMCAT. The following code inside a JSP causes an Exception: snip SCRIPT LANGUAGE=JavaScript1.2 TYPE=text/javascript !-- if (isMenu)

Re: JSP Escape character problem - PLEASE HELP

2002-01-10 Thread Tom Bednarz
At 10.01.2002 10:44, you wrote: The escaped double quotes should be fine. I would think that it's the escaped forward slash (in \/SCRIPT), which shouldn't need to be escaped at all. Thats correct! It works fine when removing the '\' character. I don't remember why I had put it there.

Re: JSP Escape character problem - PLEASE HELP

2002-01-10 Thread Micael Padraig Og mac Grene
At 05:27 PM 1/10/02 +0100, you wrote: Hi, Exactly this code works perfectly fine in JRun! It seems like the parser could not handle the escaped quotation mark in the document.write() method. Could anybody help? I am currently working with Tomcat 4.0.1. I have downloaded the binaries only (for