This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: RF Fileupload localization problemealonso04 Jul 26, 2012 5:11 PM (in response to ndrw_cheung)Hi Andrew! What if you try setting the decimal code like this: SUBTIPIFICACIÓN would be SUBTIPIFICACIÓN Checkout this page: http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references Look for the Unicode code point and use the one inside the (decimal) I hope this help you. Regards! 
- 
        2. Re: RF Fileupload localization problemndrw_cheung Jul 27, 2012 10:12 AM (in response to ndrw_cheung)Found the solution. The solution is in the web.xml file, add in: <context-param> <param-name>com.sun.faces.disableUnicodeEscaping</param-name> <param-value>true</param-value> </context-param> 
 
    