SSI Servlet Character Encoding Problem

2005-09-14 Thread KEREM ERKAN
Hi people, I use Tomcat 5.5.9 with Apache 2.0.54 and jk 1.2.10 to serve my websites. I want to set custom error pages to be served when an error like 404, 500 etc. occurs. The website uses the iso-8859-9 character set on every page, and the error pages are encoded with iso-8859-9 too. Only

Tomcat 5.5 character encoding problem

2004-09-02 Thread Michael Schuerig
Hello! I've tried my luck with Tomcat 5.5 and found that it behaves different than 5.0.27 does as regards character encoding. Somehow the conversion from ISO-8859-1 to UTF-8 doesn't work as it should. This may well be due to a misconfiguration. See below for the JSP document and the two

RE: Character Encoding problem (umlauts, etc).

2003-09-08 Thread Robert Priest
:) -Original Message- From: Anton Tagunov [mailto:[EMAIL PROTECTED] Sent: Saturday, September 06, 2003 5:46 AM To: Tomcat Users List Subject: Re: Character Encoding problem (umlauts, etc). Hello Robert! Robert Priest [EMAIL PROTECTED] wrote: RP I am requesting file : RP

Re: Character Encoding problem (umlauts, etc).

2003-09-08 Thread Thomas Kellerer
Robert Priest schrieb: I have a servlet that catches a request for a file. How is the request sent? If sent via an HTML form, you need to include the accept-charset=UTF-8 attribute into your form tag Thomas - To

RE: Character Encoding problem (umlauts, etc).

2003-09-08 Thread Bodycombe, Andrew
] Sent: 08 September 2003 14:18 To: 'Tomcat Users List' Subject: RE: Character Encoding problem (umlauts, etc). Thanks for the information Anton. But just getting rid of umlauts or other international characters is not an option when you have clients that use your software in other countries

Re[2]: Character Encoding problem (umlauts, etc).

2003-09-08 Thread Anton Tagunov
Hello Robert! RP Thanks for the information Anton. But just getting rid of umlauts or other RP international characters is not an option when you have clients that use RP your software in other countries, that have those special characters. We RP cannot rename user files or changed that data.

Re: Character Encoding problem (umlauts, etc).

2003-09-06 Thread Anton Tagunov
Hello Robert! Robert Priest [EMAIL PROTECTED] wrote: RP I am requesting file : RP /38CF278C0186B466222FC48571080B83/51/dms00051/äää.txt RP but what is coming across in the request is: RP /38CF278C0186B466222FC48571080B83/51/dms00051/???.txt Probably your browser is sending it that way? I guess

Character Encoding problem (umlauts, etc).

2003-09-04 Thread Robert Priest
I have a servlet that catches a request for a file. But if that file has characters such as an umlaut in it (for example: ä), the path info is all wrong. For example: I am requesting file : /38CF278C0186B466222FC48571080B83/51/dms00051/äää.txt but what is coming across in the

RE: Character Encoding problem (umlauts, etc).

2003-09-04 Thread Robert Priest
This is in a JSP page (which of course becomes a servlet). Do I have to set the encoding in Tomcat perhaps? -Original Message- From: Robert Priest [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 5:16 PM To: '[EMAIL PROTECTED]' Subject: Character Encoding problem (umlauts

RE: Character Encoding problem (umlauts, etc).

2003-09-04 Thread Jeff Tulley
have to set the encoding in Tomcat perhaps? -Original Message- From: Robert Priest [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 5:16 PM To: '[EMAIL PROTECTED]' Subject: Character Encoding problem (umlauts, etc). I have a servlet that catches a request for a file

Re: Character Encoding problem

2002-08-30 Thread Irina Lishchenko
On Wednesday 28 August 2002 13:17, you wrote: Hi I am using tomact 4.0.4 and JDK1.3.1 I am trying to read parameter in hebrew from the URL but get '???' writing Hebrew to the browser works fine I can not use req.setCharacterEncoding(java.lang.String env) (can not compile the code when I

Re: Character Encoding problem

2002-08-29 Thread Bill Barker
Nehemia Litterat [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi I am using tomact 4.0.4 and JDK1.3.1 I am trying to read parameter in hebrew from the URL but get '???' writing Hebrew to the browser works fine I can not use

Character Encoding problem

2002-08-28 Thread Nehemia Litterat
Hi I am using tomact 4.0.4 and JDK1.3.1 I am trying to read parameter in hebrew from the URL but get '???' writing Hebrew to the browser works fine I can not use req.setCharacterEncoding(java.lang.String env) (can not compile the code when I am using it) is there a way to go around it. I

Re: Character Encoding problem

2002-08-28 Thread Fabio Mengue
Perhaps something like this is tomcat/bin/setclasspath.sh JAVA_OPTS=-Dfile.encoding=ISO-8859-1 (with you ISO configuration, of course). Fabio. Nehemia Litterat wrote: Hi I am using tomact 4.0.4 and JDK1.3.1 I am trying to read parameter in hebrew from the URL but get '???' writing Hebrew

character encoding problem

2002-07-18 Thread Winter, Wolfgang
hi, since two weeks I'm fighting with a character encoding problem without success: I send a JSP form to a Tomcat 4.03 servlet and log the form input with log4j into a file and into a database. Running on a german server with Suse Linux everything works fine. Now I installed Tomcat and servlet

Character encoding problem: strange rash

2002-04-15 Thread John Wadkin
All, Tomcat 4.0.1 Apache 1.3 WARP Solaris 8 JDK 1.2/1.3 Does anyone know why a servlet would suddenly start displaying non-breaking spaces (#160;) as question marks (?) when the JDK/SDK is upgraded from 1.2 to 1.3? Very odd behaviour! Like a rash - question marks all over the place :) The

How to solve the character encoding problem with JSP

2001-07-10 Thread Andre Tampold
and this works very well for solving encoding problem with JSP: /// // // How to solve the character encoding problem with JSP

Character Encoding Problem

2001-07-02 Thread atumer
Hi, I know that this is a popular (!?) problem in tomcat. Dur despite my efforts I could not find any solution. Here it goes: We have jsp page in encoding type ISO-8859-9. With the line %@ page contentType = "text/html; charset=ISO-8859-9" % we define the encoding type of the document.

RE: Character Encoding Problem

2001-07-02 Thread Tõnu Põld
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 10:33 AM To: [EMAIL PROTECTED] Subject: Character Encoding Problem Hi, I know that this is a popular (!?) problem in tomcat. Dur despite my efforts I could not find any solution. Here it goes: We have

lgi:RE: Character Encoding Problem

2001-07-02 Thread atumer
Kimden: Tnu Pld [EMAIL PROTECTED] Tarih: 2001/07/02 Mon AM 10:48:10 GMT+03:00 Kime: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Konu: RE: Character Encoding Problem Hi, You should compile the java classes with ISO-8859-9 encoding. Look at the -encoding flag of the 'javac

RE: Character Encoding Problem

2001-07-02 Thread ohamali
e does not print the strErroMsg variable correctly. How can this problem be solved? Thanks, Oner Necip Hamali. Kimden: [EMAIL PROTECTED] Tarih: 2001/07/02 Mon PM 12:16:03 GMT+03:00 Kime: [EMAIL PROTECTED] Konu: lgi:RE: Character Encoding Problem Kimden: Tnu Pld [EMAIL PROTECTED] Tarih: 200

RE: ?lgi:RE: Character Encoding Problem

2001-07-02 Thread Tõnu Põld
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 11:16 AM To: [EMAIL PROTECTED] Subject: ?lgi:RE: Character Encoding Problem Kimden: Tõnu Põld [EMAIL PROTECTED] Tarih: 2001/07/02 Mon AM 10:48:10 GMT+03:00 Kime: '[EMAIL PROTECTED]' [EMAIL

RE: Character Encoding Problem

2001-07-02 Thread atumer
Kimden: Tnu Pld [EMAIL PROTECTED] Tarih: 2001/07/02 Mon AM 11:55:51 GMT+03:00 Kime: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Konu: RE: ?lgi:RE: Character Encoding Problem Just a thought about the jsp:include... problem: try to place the "%@page contentType=" in e

RE: Character Encoding Problem

2001-07-02 Thread atumer
When reading bytes from file with FileReader the default character encoding is used. I think you must specify your own encoding when reading the file. I'll try that. But the same compiled classes and the same jdk version works well with Resin JSP Server and the files. The problem

RE: Character Encoding Problem

2001-07-02 Thread Tõnu Põld
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 3:34 PM To: [EMAIL PROTECTED] Subject: RE: Character Encoding Problem When reading bytes from file with FileReader the default character encoding is used. I think you must specify your own encoding when