When i try to download the content of websites with special characters like ï, curl returns strange characters. For example when i execute the following from the command line:
curl.exe --GET "http://en.wiktionary.org/wiki/ge%C3%AFnteresseerd"
the (partial) response is:
...wgPageName":"geïnteresseerd","wgTitle":"geïnteresseerd",....
the problem is ï should be ï. Is there anyway to solve this issue? Do i need to re-encode the response?