DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37851>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37851

           Summary: Add support for XML properties files.
           Product: Struts
           Version: 1.2.8
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Utilities
        AssignedTo: dev@struts.apache.org
        ReportedBy: [EMAIL PROTECTED]


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.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to