Friends,
i have installed oracle developer suite 10g in windows xp sp2.
In the default.env i have added the below line at the bottom
NLS_LANG=AMERICAN_AMERICA.AR8MSWIN1256
in the formsweb.cfg the last contents are.
[ncc]
form=faccn101.fmx
WebUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTMLjinitiator=webutiljini.htm
baseHTMLjpi=webutiljpi.htm
archive_jini=frmall_jinit.jar
archive=frmall.jar
lookAndFeel=oracle
now the form faccn101.fmx is displaying the arabic character correctly, if i run this form in the windows xp sp2.
now i put the above default.env and formsweb.cfg in the oracle application server 10g which is in rhel as 4.8
then if i access the form faccn101.fmx the arabic characters are junk.
how come?
thanks