Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problems in Arabic and ResourceBundle

843841Oct 21 2004 — edited Jul 12 2007
i have a problem with arabic text using the resource bundle property file.

I using struts framework and in the jsp i use <bean:meassage key="TheKey">
like:

<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@ page contentType="text/html; charset=windows-1256"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256"/>
</head>
<body>
...............
<bean:message key="deposits.deposit.global.depositId"/></td>
.................
</body>
</html>

and the value of the key is arabic text , when i run this page , the arabic text was displayed as ????.
i have seaching the forum and no solution for this case << Using resource bundle >>.
Any help Please.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 9 2007
Added on Oct 21 2004
6 comments
366 views