Home All Groups Group Topic Archive Search About

Anything special about UNICODE

Author
9 Mar 2006 3:39 PM
VC
Hi All,
I have a Sybase table with International text (UTF-8) fields. Is there
anything special about retrieving these columns in my C# application?
If I retrieve the data into a recordset or datareader and dump the fields
into strings, i should be able to view the text or do I need to do any
special encoding to view the UTF-8 data?

Thanks
~vc

Author
10 Mar 2006 8:26 AM
Miha Markic [MVP C#]
Hi,

I assume this is a job of the provider as .net internally uses UTF16.

--
Miha Markic [MVP C#]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

Show quote
"VC" <letters***@yahoo.com> wrote in message
news:ur4jm%234QGHA.2276@tk2msftngp13.phx.gbl...
> Hi All,
> I have a Sybase table with International text (UTF-8) fields. Is there
> anything special about retrieving these columns in my C# application?
> If I retrieve the data into a recordset or datareader and dump the fields
> into strings, i should be able to view the text or do I need to do any
> special encoding to view the UTF-8 data?
>
> Thanks
> ~vc
>

AddThis Social Bookmark Button