Dear all,
I have problem in inserting data Arabic language into oracle database 11g.. it displays " ??????? "
I am programming a php application that insert data into oracle database, and I did as described in forums but still not working.
here is what i did:
- NLS_LANG value is set to AMERICAN_AMERICA.AR8MSWIN1256
- Database character set is: AL32UTF8
- Arabic language is installed in windows regional and language settings, and Arabic keyboard
- HTML page character set is: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
I cant figure out whats causes the problem in my case. any help will be much appreciated.
Regards