Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Issue in displaying Turkish Character on HP_UX

685124Feb 15 2009 — edited Feb 18 2009
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 :
locale charmap
"utf8.cm"
echo $LC_ALL
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 18 2009
Added on Feb 15 2009
11 comments
2,334 views