Hi, my web application loads german strings from a resource bundle. Unfortunately, the special characters (german Umlaute like Ã, Ã, Ã) are displayed incorrectly if they come from the resource bundle. When I write them directly into the HTML code they are displayed correctly.
At the beginning of my JSP file I have this line: <%@ page contentType="text/html; charset=UTF-8" %> And the HTML block is opened with this line: <html:html locale="true" xhtml="true"> What do I have to change to get the special characters displayed as they were written in the resource bundle? Ralf. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]