Hi,
I have asked this question before, but no answers where given. I really need an answer because I cant find any working answer through the web.
I am building a php and oracle application, everything works fine until I tested the insert function for Arabic text, I
get "?????"
- oracle 11g r2.
- windows 7 (home)
- database charset is set to AL32UTF8
- Arabic language is installed on windows
- HTML page character set to <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- NLS_LANG is set to ARABIC_UNITED ARAB EMIRATES.AL32UTF8
- I am viewing the data via Oracle Enterprise Manager
- data is inserted via html form.
And I tried using ARABIC_UNITED ARAB EMIRATES.AR8MSWIN1256 instead of AL32UTF8, but did not solve the issue.
Please guys your help will be much appreciated, my whole application is on hold until this issue is resolved.
Best Regards