hi all
next program can display Japanise characters using Shift_JIS for pageEncoding
but to do so in Arabic I do need to know the related Arabic pageEncoding.
anybody knows so that I can run in jsf codiing programming.
Itried all that is in I found in the internet but non is working.
I use MyEclipse 5, Windows 2000
**************************************************************************************************
<%@ page pageEncoding=”Shift_JIS” contentType=”text/html;charset=UTF-8″ %>
<html><body>
date in Japanise 年7月3日 14時35分47秒 GMT+04:00
</body></html>
so many thanks
Amir