Factor out default character encodings in W3CWidgetFactory into properties file.
--------------------------------------------------------------------------------

                 Key: WOOKIE-261
                 URL: https://issues.apache.org/jira/browse/WOOKIE-261
             Project: Wookie
          Issue Type: Improvement
          Components: Parser
    Affects Versions: 0.9.2
         Environment: N/A
            Reporter: Paul Sharples
            Priority: Trivial


At present W3CWidgetFactory contains the following line...

this.encodings = new String[]{"UTF-8"};

..which is used as the array of values that are allowed in wookie as encodings 
for webpages.  Although not urgent, it may be more flexible to externalize this.

Also see WOOKIE-93, for why it might be better to externalize.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to