RE: Character Encoding problem (umlauts, etc).

2003-09-08 Thread Bodycombe, Andrew
PROTECTED] 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 softwar

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 tag Thomas - To unsubscri

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

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?

RE: Character Encoding problem (umlauts, etc).

2003-09-04 Thread Jeff Tulley
The FAQ ( http://jakarta.apache.org/tomcat/faq ) has a link to a thread on "How to UTF-8 your site", which I think might be similar. http://marc.theaimsgroup.com/?l=tomcat-user&m=105524426515137&w=2 is the link to the thread itself. Try some of the things there and see if they work for you. (s

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, e