Language Support
665706Oct 17 2008 — edited Jan 27 2009Hi,
I am migrating my application from English to Azeri-Latin,
There are altogether 7 different characters in then in English.
Of which i am able to find support for 6.
The area of my concern is alphabet 'Ə'
The settings that i am using are as follows,
1) Advanced tab in Regional Setting of my Windows Server = Azeri-Latin
2) Database Server Characterset = AL32UTF8
3) Database Server NChar_Characterset = AL16UTF16
4) Oracle Client NLS_LANG = "TURKISH_TURKEY.WE8ISO8859P9"
My application is using two Major Technology, EJB(for Host Application Server) & Visual C++ & Visual Basics 6.0(for Branch Application Server)
Host is communicating with database through JDBC, whereas,
Branch is communicating with database through ODBC 10g driver.
Problem,
1) While retrieving and inserting data string through JDBC all the character of Azeri-Latin are supported, including 'Ə'
2) But in case of OBDC, while inserting and retreiving 'Ə' i get '?'
What specific setting should i do to support a Unicode Character 'Ə'
Thanks & Regards,
Pratik.