Thursday, May 02, 2013

BSTR, Unicode, UTF8

http://qingbo.net/blog/post145.html
http://stackoverflow.com/questions/4302364/convert-bstr-to-const-char


BSTR is not Unicode? need a translation...

ConvertBSTRToString, BSTR to char
MultiByteToWideChar, char to Unicode (wchar)
WideCharToMultiByte, Unicode to UTF8

No comments:

Related Posts Plugin for WordPress, Blogger...