[jQuery] Ajax Form and latin characters

[jQuery] Ajax Form and latin characters


Hello all,
I'm having a really hard time making my AJAX form submit an e-mail
correctly. The form sends the data to an ASP page which then submits
an e-mail through CDONTS. The problem is: the latin characters are
scrambled in the e-mail received by the final user.
Eg.: the word "cães" is received as "cães"
I've been trying a lot of things like:
- "enctype="application/x-www-form-urlencoded"" in my <form>
- session.LCID=1046 (brazilian portuguese) in the ASP which submits
the e-mail
- charset=iso-8859-1 in the e-mail submitted by the ASP
I just can't make it work. Do you have any idea?