Arabic encoding problem
weshah79Oct 18 2008 — edited Dec 25 2008Dear Professional
i write adf page in (JDeveloper 11g Preview 4) when i write any arabic text in the page and submit it the text converted to another encoding, i tried to put the following in the page :
<%@ page contentType="text/html;charset=windows-1256"%>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256>
and
<%@ page contentType="text/html;charset=UTF-8"%>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8>
but the problem still .
Please Advice.
Regards
Wish79