You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Guido Dubois (JIRA)" <de...@myfaces.apache.org> on 2007/02/26 22:48:05 UTC

[jira] Created: (TOBAGO-305) Deutsch Umlaut will not be rendered correct for tag with attribute [escape="false"]

Deutsch Umlaut will not be rendered correct for <tc:out> tag with attribute [escape="false"]
--------------------------------------------------------------------------------------------

                 Key: TOBAGO-305
                 URL: https://issues.apache.org/jira/browse/TOBAGO-305
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0.9
         Environment: winxp prof, tomcat 5.5.20, myfaces 1.1.5 snap (06.02.2007 04:51), tobago 1.0.10 snap (26.02.2007 5:00)
            Reporter: Guido Dubois


The deutsch Umlaut will not be rendered correct.

<tc:out value="#{overviewBundle.text}"
    escape="false" />

bundle:
  <entry key="text">Bruttobetrag in EUR (abzügl. Sparerfreibetrag und Werbungskosten)</entry>

result looks like this:
Bruttobetrag in EUR (abz�parerfreibetrag und Werbungskosten)

&uuml; is not possible and &#252; has the same effect

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


[jira] Commented: (TOBAGO-305) Deutsch Umlaut will not be rendered correct for tag with attribute [escape="false"]

Posted by "Volker Weber (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476126 ] 

Volker Weber commented on TOBAGO-305:
-------------------------------------

Please remove the escape="false", than it works.
with escape=false the "&uuml;" should do it.

> Deutsch Umlaut will not be rendered correct for <tc:out> tag with attribute [escape="false"]
> --------------------------------------------------------------------------------------------
>
>                 Key: TOBAGO-305
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-305
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.9
>         Environment: winxp prof, tomcat 5.5.20, myfaces 1.1.5 snap (06.02.2007 04:51), tobago 1.0.10 snap (26.02.2007 5:00)
>            Reporter: Guido Dubois
>
> The deutsch Umlaut will not be rendered correct.
> <tc:out value="#{overviewBundle.text}"
>     escape="false" />
> bundle:
>   <entry key="text">Bruttobetrag in EUR (abzügl. Sparerfreibetrag und Werbungskosten)</entry>
> result looks like this:
> Bruttobetrag in EUR (abz�parerfreibetrag und Werbungskosten)
> &uuml; is not possible and &#252; has the same effect

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


[jira] Commented: (TOBAGO-305) Deutsch Umlaut will not be rendered correct for tag with attribute [escape="false"]

Posted by "Helmut Swaczinna (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522483 ] 

Helmut Swaczinna commented on TOBAGO-305:
-----------------------------------------

Hm, the problem seems to be solved in the meantime. I can write the umlauts as they are in my properies.xml now.

> Deutsch Umlaut will not be rendered correct for <tc:out> tag with attribute [escape="false"]
> --------------------------------------------------------------------------------------------
>
>                 Key: TOBAGO-305
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-305
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.9
>         Environment: winxp prof, tomcat 5.5.20, myfaces 1.1.5 snap (06.02.2007 04:51), tobago 1.0.10 snap (26.02.2007 5:00)
>            Reporter: Guido Dubois
>
> The deutsch Umlaut will not be rendered correct.
> <tc:out value="#{overviewBundle.text}"
>     escape="false" />
> bundle:
>   <entry key="text">Bruttobetrag in EUR (abzügl. Sparerfreibetrag und Werbungskosten)</entry>
> result looks like this:
> Bruttobetrag in EUR (abz�parerfreibetrag und Werbungskosten)
> &uuml; is not possible and &#252; has the same effect

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


[jira] Commented: (TOBAGO-305) Deutsch Umlaut will not be rendered correct for tag with attribute [escape="false"]

Posted by "Helmut Swaczinna (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481574 ] 

Helmut Swaczinna commented on TOBAGO-305:
-----------------------------------------

You can write &amp;uuml; in your properties.xml. 
But this is really ugly.

> Deutsch Umlaut will not be rendered correct for <tc:out> tag with attribute [escape="false"]
> --------------------------------------------------------------------------------------------
>
>                 Key: TOBAGO-305
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-305
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.9
>         Environment: winxp prof, tomcat 5.5.20, myfaces 1.1.5 snap (06.02.2007 04:51), tobago 1.0.10 snap (26.02.2007 5:00)
>            Reporter: Guido Dubois
>
> The deutsch Umlaut will not be rendered correct.
> <tc:out value="#{overviewBundle.text}"
>     escape="false" />
> bundle:
>   <entry key="text">Bruttobetrag in EUR (abzügl. Sparerfreibetrag und Werbungskosten)</entry>
> result looks like this:
> Bruttobetrag in EUR (abz�parerfreibetrag und Werbungskosten)
> &uuml; is not possible and &#252; has the same effect

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


[jira] Resolved: (TOBAGO-305) Deutsch Umlaut will not be rendered correct for tag with attribute [escape="false"]

Posted by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOBAGO-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udo Schnurpfeil resolved TOBAGO-305.
------------------------------------

    Resolution: Fixed

Seems to be fixed. If the problem still exists, please report a new bug.

> Deutsch Umlaut will not be rendered correct for <tc:out> tag with attribute [escape="false"]
> --------------------------------------------------------------------------------------------
>
>                 Key: TOBAGO-305
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-305
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.9
>         Environment: winxp prof, tomcat 5.5.20, myfaces 1.1.5 snap (06.02.2007 04:51), tobago 1.0.10 snap (26.02.2007 5:00)
>            Reporter: Guido Dubois
>
> The deutsch Umlaut will not be rendered correct.
> <tc:out value="#{overviewBundle.text}"
>     escape="false" />
> bundle:
>   <entry key="text">Bruttobetrag in EUR (abzügl. Sparerfreibetrag und Werbungskosten)</entry>
> result looks like this:
> Bruttobetrag in EUR (abz�parerfreibetrag und Werbungskosten)
> &uuml; is not possible and &#252; has the same effect

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


[jira] Commented: (TOBAGO-305) Deutsch Umlaut will not be rendered correct for tag with attribute [escape="false"]

Posted by "Guido Dubois (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476706 ] 

Guido Dubois commented on TOBAGO-305:
-------------------------------------

Hello Volker,

thanks for your answer. I know that it works without escape="false". But in some cases I use &#160; for &nbsp; or &lt;b&gt;for bold&lt;/b&gt; or &lt;br /&gt; for newline. Than I have to use escape="false".


For &uuml; I get the following error in eclipse.
The entity "uuml" was referenced, but not declared.	bbg_tobagoPRJ/trunk/WebContent/bbg-resource/html/standard/standard/property/overview.properties.xml	

The properties.xml file is not well formed with this element.  In the browser the character is not rendered.


> Deutsch Umlaut will not be rendered correct for <tc:out> tag with attribute [escape="false"]
> --------------------------------------------------------------------------------------------
>
>                 Key: TOBAGO-305
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-305
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.9
>         Environment: winxp prof, tomcat 5.5.20, myfaces 1.1.5 snap (06.02.2007 04:51), tobago 1.0.10 snap (26.02.2007 5:00)
>            Reporter: Guido Dubois
>
> The deutsch Umlaut will not be rendered correct.
> <tc:out value="#{overviewBundle.text}"
>     escape="false" />
> bundle:
>   <entry key="text">Bruttobetrag in EUR (abzügl. Sparerfreibetrag und Werbungskosten)</entry>
> result looks like this:
> Bruttobetrag in EUR (abz�parerfreibetrag und Werbungskosten)
> &uuml; is not possible and &#252; has the same effect

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