If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Sybase > i18n issue

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-13-02, 09:12
siddharth siddharth is offline
Registered User
 
Join Date: Jan 2002
Posts: 13
i18n issue

Hi,

I have an application that runs on both NT and Solaris. Using my application I want to insert/retrieve non ASCII characters such as Euro to/from a Sybase database by specifying the hex values directly.

For this I suppose that ISO8859-15 character set on Solaris and CP1252 on windows for the client library will satisfy my requirement. In the case of Oracle, I set NLS_LANG to American_America.WE8ISO8859P15 on Solaris and American_America.WE8MSWIN1252 on NT. I was able to insert/retrieve characters such as Euro approriately. i.e on NT using the value 0x80 and on Solaris using the value 0xa4. This however was not happening properly without explicitly setting value of NLS_LANG.

My question is -> What are the corresponding settings that need to be done for Sybase?

Thanks and regards,
Siddharth.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On