It's been a while since I did Arabic jsps, however... You are better off using the html encoding as opposed to @page. Also, you would need to set the direction (rtl) in the the html metatags. AFAIR, jsp doesn't have anything like that.
Last time I did something like this I had all sorts of problems with @page so I ended up using a template system to embed the html metatag. On Mon, 17 Nov 2003 19:05:47 +0530 [EMAIL PROTECTED] wrote: > > > > > > My JSP file contains this line: > <%@ page contentType="text/html; charset=utf-8" %> > > Is this is enough for telling the browser to display "Arabic" words. > > Varna > > > > Kamal Dalal > <[EMAIL PROTECTED] > t> To > Sent by: Development Discussions > developer-bounces <[EMAIL PROTECTED]> > @arabeyes.org cc > > Subject > 11/17/2003 07:57 Re: Help needed.. > PM > > > Please respond to > Development > Discussions > <[EMAIL PROTECTED] > es.org> > > > > > > > On Mon, Nov 17, 2003 at 06:44:09PM +0530, [EMAIL PROTECTED] > wrote: > > > > > > > > > > > > sorry, still it is not coming instead the browser is displaying ????? > > symbol in the place of "Arabic" letter. I am using jsp tag library in my > > application. What is the next solution friend. > > Is your arabic letter utf-8 encoded ? How did you make sure that it is ? > Do you have that meta element ? How did you make sure that you do ? > > Sorry to sound skeptic, but if you convince me that the answer to the > two questions above is positive, and you still see ??? , I will think > of the next solution. > > Your turn. > Kamal > _______________________________________________ > Developer mailing list > [EMAIL PROTECTED] > http://lists.arabeyes.org/mailman/listinfo/developer > > > Disclaimer: This communication is for the exclusive use of the intended > recipient(s) and shall not > attach any liability on the originator or ITC Infotech India Ltd./its > Holding company/ its Subsidiaries/ > its Group Companies. If you are the addressee, the contents of this e-mail > are intended for your use only > and it shall not be forwarded to any third party, without first obtaining > written authorisation from the > originator or ITC Infotech India Ltd./ its Holding company/its > Subsidiaries/ its Group Companies. It may > contain information which is confidential and legally privileged and the > same shall not be used or dealt > with by any third party in any manner whatsoever without the specific > consent of ITC Infotech India > Ltd./ its Holding company/ its Subsidiaries/ its Group Companies. > > _______________________________________________ > Developer mailing list > [EMAIL PROTECTED] > http://lists.arabeyes.org/mailman/listinfo/developer _______________________________________________ Developer mailing list [EMAIL PROTECTED] http://lists.arabeyes.org/mailman/listinfo/developer

