You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Stephan Schroeder (JIRA)" <ji...@apache.org> on 2008/04/02 13:10:02 UTC

[jira] Updated: (WW-2570) problems wiht german Umlaute (äöü) in submit-tag

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

Stephan Schroeder updated WW-2570:
----------------------------------

    Description: 
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.

  was:
I have problems wiht german Umlaute (äöü).
If i write
[code]<@s.submit value="ausführen"/>][/code]
i get
[quote]ausf�hren[/quote]
(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:
[quote]ausf&uuml;hren[/quote]
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.


> problems wiht 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
>
> 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.