Hi,
The Unix version, I am using is
HPUXBaseAux B.11.23.0505 HP-UX Base OS
Following are the setting of locale and NLS_LANG at client side :
"utf8.cm"
en_US.utf8
echo $NLS_LANG
AMERICAN_AMERICA.UTF8
The settings with UTF-8 are working perfectly fine on solaris.However, package en_US.UTF-8 is not on HP and thus we had to change to en_US.utf8.
I cannot use a Turkish locale , as application has to support both English and Turkish.Also, when i did tried with Turkish locale, application failed to start.
I am not sure what might be causing the issue.One more thing is at Oracle database server side, I see one another differnce, though i m not sure if that might be causing the same thing to not work on HP.
On solaris :
NLS_CHARACTERSET is WE8MSWIN1252
On HP :
NLS_CHARACTERSET is WE8ISO8859P1
Also, to add On Solaris, RDBMS was 11.0.2.6 while HP application is talking to 10.0.2 and as i had mentioned earlier, the NLS_CHARACTERSET at server side are also different.
This is very Urgent.Any Help is greatly appreciated.
Thanks