| 
	
 | 
 Posted by Alex on 05/18/07 15:56 
Hello all, 
 
I have an UTF-8 page in which I have a form. When accentuated characters are  
inputed in the different fields, the data that is submitted is garbled.  
Before, the page was in ISO and the accents worked fine. We changed the page  
the support other languages, including greek, russian, asian languages, etc.  
The form is submitted to an ASP page which creates an e-mail and sends it to  
an e-mail address. 
 
We tried messing with the ASP page, setting it in UTF-8 as well, but nothing  
seems to work... It's a bit out of my league and I don't really know how to  
deal with this problem.. Any suggestions? 
 
Ex 
Data in form: "ι" 
 
Data in final e-mail: "Γ©" 
 
We'd like to see "ι" in the email. 
 
Alex.
 
[Back to original message] 
 |