Making a POST request in UTF8 encoding

Nov 18 2008 1:08 PM
I'm trying to implement the Last.fm API. To make a submission, I have to send a POST request to a certain URL that contains certain parameters. So far, so good.

Now, the API manual insists that I use UTF8 encoding for my POST data. How can I force UTF8 encoding?

Answers (1)