On the client side, I did "uploadForm.setEncoding (FormPanel.ENCODING_MULTIPART);" In the server code, I have nothing like a encoding or a charset setting.
I have no idea to fix it, dan anyone help me? On 13 Nov., 16:33, Thomas Broyer <t.bro...@gmail.com> wrote: > On Nov 13, 10:46 am, GWT-Newbie <manuel.krann...@fun.de> wrote: > > > 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! > > This looks like UTF-8 being interpreted as if it were Latin-1 (or > similar // ISO-8859-1 or similar). Check your server-side code. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=.