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=33389>. 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=33389 ------- Additional Comments From [EMAIL PROTECTED] 2005-02-04 01:24 ------- I have updated the changes so that the existing interfaces are unchanged and the current behaviour is preserved. When creating the Highlighter an Encoder object can be passed to the constructor along with the current Formatter. The Encoder will be used to escape any text that is output including the text that is passed to the Formatter. The Encoder interface contains the encodeText(String) method. The DefaultEncoder is an implementation of the Encoder interface that does not modify the text, this is used by default to provider the current behaviour. The SimpleHTMLEncoder is an implementation of the Encoder interface that performs basic HTML output escaping on all the text. -- 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]