Convert db data encoding to UTF-8

Posted by lnetanel on Stack Overflow See other posts from Stack Overflow or by lnetanel
Published on 2010-03-18T15:51:24Z Indexed on 2010/03/18 16:01 UTC
Read the original article Hit count: 352

Filed under:
|

Hi,
I use Sql Server 2000 and I inserted some data in hebrew to a table.
I need to access this data through an iPhone app using an ASP page that query the table.
The problem is that in the iPhone app the Hebrew is shown as strange signs.
I think my problem is that the data that is generated from my db isn't in UTF-8 but in USC-2
Any suggestions how to convert the data from my db to utf so it will be readable on the iPhone?

10x.

© Stack Overflow or respective owner

Related posts about sql

Related posts about iphone