The Artima Developer Community
Sponsored Link

Java Answers Forum
arabic language setting in JSP and servlets

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
hanaa hammad

Posts: 1
Nickname: hana
Registered: Mar, 2003

arabic language setting in JSP and servlets Posted: Mar 26, 2003 4:21 AM
Reply to this message Reply
Advertisement
We are working in a project where we have developed JSP and servlets to display arabic data from DB2 database ISO-8859-6 encoding.
We would like data to be displayed correctly without user having to do any setting in his browser.

While we have succeeded to do this for a DB2 connection in a JSP, by adding 2 tages meta and page directive:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-6">
<%@ page contentType="text/html; charSet=ISO-8859-6" %>

This solution doesn't seem to work in the case of a servlet. neither does it work in a JSP when the connection is done using IBM EIP (Enterprise Information Portal)

If anyone has experienced this before, please give me your suggestions.
Thank you very much in advance for your help
Hanaa

Topic: IIS4 - Tomcat integration Previous Topic   Next Topic Topic: Maths codes

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use