|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Anything special about UNICODEHi 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 Hi,
I assume this is a job of the provider as .net internally uses UTF16. -- Show quoteMiha Markic [MVP C#] RightHand .NET consulting & development www.rthand.com Blog: http://cs.rthand.com/blogs/blog_with_righthand/ "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 > |
|||||||||||||||||||||||