Log Message:
-----------
Allow user control of behaviour for unmappable characters (closes #1366409).

Added a runtime parameter failOnUnmappableChar, which defaults to true, to
control the behaviour of the wrapper when it encounters a character that can't
be represented in the selected encoding.  When true, keep the old behaviour of
throwing an exception.  When false, replace the unmappable character with a ?
and keep going.

Modified Files:
--------------
    gate/plugins/TreeTagger:
        creole.xml
    gate/plugins/TreeTagger/src/gate/treetagger:
        TreeTagger.java


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to