Quote Originally Posted by Codeplug View Post
The HTML should tell you how to interpret the bytes: http://en.wikipedia.org/wiki/Charact...odings_in_HTML

Once we know how the data is encoded, we can help will converting it to a wchar_t string.

Here are some references and conversion code samples to get you started: http://www.codeguru.com/forum/showpo...82&postcount=8

gg
Well its just a webpage from a Ukrainian website that has the following
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">

I need to take a subset of the text from this page and display it as cyrillic within a CListCtrl.