Just create an Encoding object by using Encoding.GetEncoding(936) and then
you can use GetString() to convert gb2312 to Unicode and GetBytes() to
covert Unicode to gb2312....

Signature
MichKa [Microsoft]
NLS Collation/Locale/Keyboard Technical Lead
Globalization Infrastructure, Fonts, and Tools
Blog: http://blogs.msdn.com/michkap
This posting is provided "AS IS" with
no warranties, and confers no rights.
> Hi all,
>
> How to convert a string in GB2312 encoding into Unicode encoding? I'm
> using VB.NET.
Wencheng Magiya - 20 Jul 2005 01:44 GMT
That's very helpful.
Thanks MichKa!
> Just create an Encoding object by using Encoding.GetEncoding(936) and then
> you can use GetString() to convert gb2312 to Unicode and GetBytes() to
[quoted text clipped - 4 lines]
>> How to convert a string in GB2312 encoding into Unicode encoding? I'm
>> using VB.NET.