Details
-
Improvement
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
0.9.2
-
None
-
None
-
N/A
Description
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.