You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Don Brown (JIRA)" <ji...@apache.org> on 2008/07/14 15:02:06 UTC

[jira] Resolved: (WW-2570) problems with German Umlaute (äöü) in submit-tag

     [ https://issues.apache.org/struts/browse/WW-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Don Brown resolved WW-2570.
---------------------------

       Resolution: Not A Problem
    Fix Version/s:     (was: 2.1.3)
         Assignee: Don Brown

Please reopen this issue if the proposed solution doesn't work.

> problems with German Umlaute (äöü) in submit-tag
> ------------------------------------------------
>
>                 Key: WW-2570
>                 URL: https://issues.apache.org/struts/browse/WW-2570
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.0.11.1
>         Environment: Vista, Java 1.6.0_05
>            Reporter: Stephan Schroeder
>            Assignee: Don Brown
>            Priority: Minor
>
> I have problems wiht german Umlaute (äöü).
> If i write
> [code]<@s.submit value="ausführen"/>][/code]
> i get
> [result]ausf�hren[/result]
> (actually there is a small box instead of the ü)
> but when i escape the text myself and write
> [code]<@s.submit value="ausf&uuml;hren"/>][/code]
> that is exactly what is display because the & is escaped:
> [result]ausf&uuml;hren[/result]
> Therefore i think there is a problem within the escaping routine because '&' is escaped correctly while 'ü' is not.
> The charset ist western european
> [code]<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">[/code].Setting it to UTF-8 didn't change anything.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.