it sounds like you are getting utf8 encoded characters probably. google how to convert from utf8 characters to wide characters (i think there's a simple way to do it with std::string's) and i bet that'll give you what you want
On Mon, Apr 25, 2011 at 6:42 AM, darekg11 <[email protected]> wrote: > Hi, I have sent mail before but back then I did not know if I was already > registered on mailing list. So here it goes: > > When I am downloading a webiste's source which has non ASCII characters I get > some weird symbols instead of characters. Any fix for it? > > ------------------------------------------------------------------- > List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html > ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
