You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Joaquin Diez (JIRA)" <ji...@apache.org> on 2013/04/27 10:38:15 UTC

[jira] [Created] (WW-4060) Japanese Characters in i18n files do not show properly

Joaquin Diez created WW-4060:
--------------------------------

             Summary: Japanese Characters in i18n files do not show properly
                 Key: WW-4060
                 URL: https://issues.apache.org/jira/browse/WW-4060
             Project: Struts 2
          Issue Type: Bug
          Components: Core Actions
    Affects Versions: 2.3.14, 2.3.12, 2.3.8
         Environment: Linux, MacOs, Java7,Tomcat..
            Reporter: Joaquin Diez


I got a property file with the translation in Japanese.(in UTF-8 encoding)
When I try to show the pages in Japanese, the text showed is with strange characters.

I having analizing the code of the TextProviderSupport and LocalizedTextUtil and it seems that there are not able to load files in UTF-8 only ISO-8859-1, so I have to recode all the property file to unicode, so the browers it able to display the japanese characters correctly..

This is a huge problem, as some js libs.. like HighCharts do not support unicode enconding to show the japanese chararters..

so..there is any way to solve this.. or to load de property files as UTF-8??



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira