- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 03-09-2011 08:45 AM
(1923 views)
I am reading a table from SQL Server 2005 which has Arabic Characters in it. I have changed the SAS encoding to 'warabic'. However while accesing the data I am getting Question mark symbols (???????? ) instead of the Arabic characters.
Can anyone help me to solve this issue.
Thanks in Advance.
Can anyone help me to solve this issue.
Thanks in Advance.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Try using 'UTF-8' encoding.
You can change the encoding of your library like this:
libname lib_name ' ' outencoding='UTF-8';
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I have same problem but in my case data source is Teradata and characters are from various European languages.