Problems in Arabic and ResourceBundle
843841Oct 21 2004 — edited Jul 12 2007i 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.