kombat
2007-05-15 05:09:51 UTC
i have a small client that performs http queries and receives back
text (using wininet).
this text, when looked at in a browser, contains unicode characters.
when i do my http request i get back a byte stream, when i look at it
the english characters are good but the non-english one are not
readable.
what do i need to do in order to convert this correctly to a unicode
string ? a unicode string that will correctly represent these non-
english characters.
i tried using mlang.dll's DetectInputCodepage but that didn't help.
thank you
text (using wininet).
this text, when looked at in a browser, contains unicode characters.
when i do my http request i get back a byte stream, when i look at it
the english characters are good but the non-english one are not
readable.
what do i need to do in order to convert this correctly to a unicode
string ? a unicode string that will correctly represent these non-
english characters.
i tried using mlang.dll's DetectInputCodepage but that didn't help.
thank you