Hi Yair,
We use Tomcat 3.3 and put in each jsp page:
<%@ page contentType="text/html; charset=windows-1255 or iso-8859-8-i" %>
on Servlets we use
response.setContentType("text/html ;charset=windows-1255 or iso-8859-8-i");Works perfect If you need any help you can email me directly (I'm located in Israel, so if needed i can give you my phone) Arthur ----- Original Message ----- From: "Yair Zohar" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, September 15, 2003 7:27 PM Subject: Re: A Hebrew Problem > I wish to continue working with windows-1255 charset, unless it's > impossible to use this charset with tomcat. is it possible to configure > tomcat to work well with this charset ? > Yair. > > > Seth Newton wrote: > > I use this with success: > > > > <%@ page contentType="text/html;charset=utf-8" %> > > > > Why not use UTF-8 instead of some specific charset?... I use the same pages > > for 8 different languages. I couldn't imagine the headaches I'd have if I > > specified a charset for each language. > > > > That ramble being said, just try putting this in your jsp page, save your > > file as UTF-8 (This can be done in notepad), upload it to the web server and > > try it again. > > ----- Original Message ----- > > From: "Yair Zohar" <[EMAIL PROTECTED]> > > To: "Tomcat Users List" <[EMAIL PROTECTED]> > > Sent: Monday, September 15, 2003 11:18 AM > > Subject: Re: A Hebrew Problem > > > > > > > >>I have this header in the jsp page: > >> > >><Meta http-equiv="Content-Type" content="text/html; charset=Windows-1255"> > >> > >>did you mean this header ? > >> > >> > >>Shapira, Yoav wrote: > >> > >>>Howdy, > >>>Did you set the content-type header for the response in tomcat? > >>> > >>>Yoav Shapira > >>>Millennium ChemInformatics > >>> > >>> > >>> > >>> > >>>>-----Original Message----- > >>>>From: Yair Zohar [mailto:[EMAIL PROTECTED] > >>>>Sent: Monday, September 15, 2003 11:01 AM > >>>>To: [EMAIL PROTECTED] > >>>>Subject: A Hebrew Problem > >>>> > >>>>Hello, > >>>>I have this hebrew problem: > >>>>I'm trying to include a html in a jsp page: <jsp:include > >>>>page="relativePath/fileName" flush="true" /> > >>>>When it comes to a hebrew html the browser displays question marks > >>>>instead of hebrew > >>>>(no matter what charset do I choose in the browser). > >>>>The same html is viewed nicely when I get it directly as a file or when > >>>>I copy it to the apache html directory > >>>>and view it by apache (charset=Windows-1255). > >>>>System: RH9 with tomcat-4.1.18, mod_jk-2.0.43, apache-2.0.44, > >>> > >>>j2sdk1.4.2 > >>> > >>> > >>>>It all works fine on an old server: RH7.1 tomcat-4.0.4 apache-1.3 > >>>>mysql-connector-java-3.0.7 j2sdk1.4.0_03 > >>>>Does anyone can give a solution or a direction ? > >>>>Thanks, > >>>>Yair > >>>> > >>>> > >>>> > >>>>--------------------------------------------------------------------- > >>>>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>>For additional commands, e-mail: [EMAIL PROTECTED] > >>> > >>> > >>> > >>> > >>> > >>>This e-mail, including any attachments, is a confidential business > > > > communication, and may contain information that is confidential, proprietary > > and/or privileged. This e-mail is intended only for the individual(s) to > > whom it is addressed, and may not be saved, copied, printed, disclosed or > > used by anyone else. If you are not the(an) intended recipient, please > > immediately delete this e-mail from your computer system and notify the > > sender. Thank you. > > > >>> > >>>--------------------------------------------------------------------- > >>>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>For additional commands, e-mail: [EMAIL PROTECTED] > >>> > >>> > >>> > >> > >> > >>--------------------------------------------------------------------- > >>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>For additional commands, e-mail: [EMAIL PROTECTED] > >> > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
