Hi,

properties files are ALWAYS encoded with ISO 8859-1 encoding. Check the
javadoc for java.util.Properties for more info

Thomas

On Sun, Apr 27, 2008 at 11:35 AM, greeklinux <[EMAIL PROTECTED]> wrote:

>
> Hello,
>
> I have problems with german umlauts in a feedback panel.
> I define the error messages in a property file.
> It displays as follows:
> Bitte geben Sie eine gültige E-Mail ein
>
> In my HTML:
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
> <?xml version="1.0" encoding="UTF-8"?>
> ....
> <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
> ...
>
> My editor is configured to use UTF-8 as encoding.
> I tried to initialize the Wicket Application with
> getRequestCycleSettings().setResponseRequestEncoding("UTF-8");
> but the error is still there.
>
> Has someone the same problem?
> --
> View this message in context:
> http://www.nabble.com/Problem-with-german-error-messages-in-feedback-panel-tp16921955p16921955.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to