vote up 0 vote down star

Im trying to get libcurl to download a webpage that is encoded in UTF-8, which is working fine, except for the fact that it converts it to ASCII and screws up some of the characters. Is there an easy way to get it to keep it in UTF-8?

flag

2 Answers

vote up 1 vote down check

libcurl doesn't translate/convert the data at all so there's actually nothing particular you need to do. Just get it.

link|flag
Yeah found this out. Just needed to run it via a function to convert it back into ascii – Lodle May 3 at 4:51
vote up 1 vote down

Check the CURL options for conversion. They might have been defined at compilation time.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.