I am sending an email using HTTPService. I use UTF-8 in my app. When I send the email the ΓΌ is not correct.
I tried setting the service.headers to:
service.headers = { 'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8' };
service.url = serviceRequest;
service.useProxy = false;
service.method = "POST";
var token:AsyncToken =service.send();
I have no other clues.
Hope someone has an answer, Thanks, Dave