Hi All,
I have a JSP that is supposed to display some German text from some .properties files by using fmt:message, e.g.
The corresponding entry in the .properties file is: service.test.hware.test = Hardware prüfen (umlaut between r and f in 2nd word).
On internet explorer this displays as:
Hardware prüfen
the umlaut being corrupted. Any ideas as to what is going on here? Note that we are using Spring MVC.