I have a form in German. In the thank-you-message and the mail characters like ö, ä, ü, ß etc are displayed as their unicode number, e.g "\u00f6" for "ö". The Text "Seminarzentrum bei Göttingen" is displayed as "Seminarzentrum bei G\u00f6ttingen"
The text comes from a chebox group named "Seminar" and is called by {data:Seminar}.
In the mail, when called by {email:data_table} the data of all the fields is sent and here the content of "Seminar" is dispalyed correctly.
How can I make the text to be dispalyed correctly?
Thank you.