Language recognition

petermazzi 29 Aug, 2012
When Czech clients fill the online forms, the email that arrives to us does not recognise some special characters used in Czech language. So for example
it it inputed "Malesicka 52" and it is read "Maleick 52"
"Samanek" becomes "amnek"
"Rehak" will be "ehk"

Is there any way to allow the system recognise any language ?
GreyHead 29 Aug, 2012
Hi petermazzi,

The email is sent using UTF-8 so most characters should be correctly sent provided that they are in UTF-8 format.

What shows in the debugger? Is the form web page set to UTF-8?

Bob
This topic is locked and no more replies can be posted.