cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with German 'Umlaute'

Former Member
0 Kudos

Hi,

we have a developed a web application with a jsp-based front end. Displaying German umlaute (like ö or ä or ß) is no problem, they show correctly in the browser output.

But entries that are made in the html-forms end up completely mixed up. I checked the character encoding in the request and that is set to ISO-8859-1, which should be correct. The response character encoding is null.

Is this a bug or is there anything I can do about that ?

Regards, Astrid

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello Astrid,

You should set the character encoding of the request and the response to “UTF-8”

Regards,

Diyan

Former Member
0 Kudos

Hi,

thanx for the quick reply. Any ideas where to do this ?

Regards, Astrid