[richfaces-issues] [JBoss JIRA] Issue Comment Edited: (RF-8615) FileUpload - problem with national chars on controlLabels

Wise Guy (JIRA) jira-events at lists.jboss.org
Mon Dec 13 02:14:53 EST 2010


    [ https://issues.jboss.org/browse/RF-8615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569424#comment-12569424 ] 

Wise Guy edited comment on RF-8615 at 12/13/10 2:14 AM:
--------------------------------------------------------

Please note that the com.sun.faces.disableUnicodeEscaping context parameter is responsible for converting characters to &#uuuu; , which in my opinion should be avoided in first place. For example, if you have UTF-8 for the page, just set the parameter to true and you'll be fine.

For cases where the characters in the final html need to be escaped (you want the &#uuuu;), I guess double escaping is a bug.

      was (Author: wise_guybg):
    To everybody having the problem, please note that the com.sun.faces.disableUnicodeEscaping context parameter is dealing with converting your characters to &#uuuu; , which in my opinion should be avoided in first place. For example, if you have UTF-8 for the page, just set the parameter to true and you'll be fine.

For cases where the characters in the final html need to be escaped (you want the &#uuuu;), the double escaping should be fixed.

To sum it up, everyone having a problem should check if they have the com.sun.faces.disableUnicodeEscaping set correctly. The RichFaces team should check the case of double escaping.
  
> FileUpload - problem with national chars on controlLabels
> ---------------------------------------------------------
>
>                 Key: RF-8615
>                 URL: https://issues.jboss.org/browse/RF-8615
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input, regression
>    Affects Versions: 3.3.3.Final
>         Environment: WebLogic 10.3, JSF 1.2, Facelets 1.1
>            Reporter: Piotr Staw
>            Assignee: Nick Belaevski
>            Priority: Critical
>             Fix For: Future_3.X
>
>         Attachments: screenshot-1.jpg
>
>
> I have a problem with fileUpload control label. When i've used new version 3.3.3Final there is a problem with national chars in clearControlLabel, doneLabel, clearAllControlLabel. 
> When page appears, there are strange marks on labels like: 
> Wyczyść listę 
> Wyczyść
> In version RF 3.3.1.GA there was everything fine. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list