Hey there,
using the FormPanel with the FileUpload widget, the strings from the
TextBoxes and TextAreas of my FormPanel don't support some special
characters and german umlauts.
On the client-side everything is okay, but arriving at the server, the
characters and umlauts (like ä ü ö) were replaced e.g. with
s.th. like
"ü � ä ö ü" and so on.
My server-side will send eMails with those Strings and I would like to
have them correctly.
Can anyone of you guys help me? Would be great!
Cheers!