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

James Holmes updated WW-2570:
-----------------------------

    Summary: problems with German Umlaute (äöü) in submit-tag  (was: problems 
wiht german Umlaute (äöü) in submit-tag)

> 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
>            Priority: Minor
>             Fix For: 2.1.3
>
>
> 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.

Reply via email to