You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by iscnet isc <is...@hotmail.com> on 2001/04/25 17:26:40 UTC

Please urgent : Why french accentual characters (like à è) not display

Hello,
I use tomcat, I wrote a servlet which works fine, but i have a problem in 
the french accentual characters, they always are replaced by ? character
Can some one help me?

Thank you
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


Re: Please urgent : Why french accentual characters (like à è) not display

Posted by Sam Newman <sa...@www.stamplets.com>.
you mean in the browser? Have you tried using another browser, or can you
see the character in a normal static page?

sam
----- Original Message -----
From: "iscnet isc" <is...@hotmail.com>
To: <to...@jakarta.apache.org>
Sent: Wednesday, April 25, 2001 4:26 PM
Subject: Please urgent : Why french accentual characters (like à è) not
display


> Hello,
> I use tomcat, I wrote a servlet which works fine, but i have a problem in
> the french accentual characters, they always are replaced by ? character
> Can some one help me?
>
> Thank you
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>


RE: Please urgent : Why french accentual characters (like à è) not display

Posted by Matías Salvador <ma...@uol.com.ar>.
Try setting the charset in the "response.setContentType()"
For France, it is ISO-8859-1

MATíAS SALVADOR
JAVA Development Team
Soluciones Integrales S.A. 
590 Roca Av. 7° Floor Buenos Aires
+54.011.4345.0537 int. 132

  ----- Original Message ----- 
  From: iscnet isc 
  To: tomcat-user@jakarta.apache.org 
  Sent: Wednesday, April 25, 2001 12:26 PM
  Subject: Please urgent : Why french accentual characters (like à è) not display 


  Hello,
  I use tomcat, I wrote a servlet which works fine, but i have a problem in 
  the french accentual characters, they always are replaced by ? character
  Can some one help me?

  Thank you
  _________________________________________________________________________
  Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


Re: Please urgent : Why french accentual chara cters (like à è) not display

Posted by Anne Dirkse <al...@uswest.net>.
Are you using the actual characters or the HTML standins for special
characthers?
If you are just typing the characters, the browser may not be able to
display them 
as is. Try using the HTML special characters.
The special characters begin with an & then the ASCII Number for the
item, then a 
semicolon, for example &151; for a dash. There are lots of HTML books
with charts of 
those. There are also some easy-to-remember shortcuts like &agrave;
&egrave; &aacute; 
&eacute; &acirc; that might help.
Hope that helps.
Anne

iscnet isc wrote:
> 
> Hello,
> I use tomcat, I wrote a servlet which works fine, but i have a problem in
> the french accentual characters, they always are replaced by ? character
> Can some one help me?
> 
> Thank you
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.