You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Paul Benedict (JIRA)" <ji...@apache.org> on 2007/11/13 09:28:36 UTC

[jira] Updated: (STR-2687) Add support for XML properties files.

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

Paul Benedict updated STR-2687:
-------------------------------

    Fix Version/s: Future
         Assignee:     (was: Struts Developers)

> Add support for XML properties files.
> -------------------------------------
>
>                 Key: STR-2687
>                 URL: https://issues.apache.org/struts/browse/STR-2687
>             Project: Struts 1
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.2.8
>         Environment: Operating System: other
> Platform: Other
>            Reporter: Rob Edgeler
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: PropertyMessageResources.patch
>
>
> Add support for XML properties files.
> When building internationalized sites, properties files become a pain to use.
> ".properties" files are encoded using ISO 8859-1 so characters not in the
> encoding have to be written using Unicode escapes.
> The native-to-ASCII Converter can be used, but much better approach would be to
> use XML properties files. Since UTF-8 encoding can be used, there is no longer
> the need to use Unicode escapes.
> Can org.apache.struts.util.PropertyMessageResources be modified to load ".xml"
> if the ".properties" does not exist.

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