Skip to content

Commit

Permalink
Merge branch 'ewanmellor-TIKA-2580'
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Feb 22, 2018
2 parents 3c1b667 + 690855f commit d26fbb8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
* ({@link #characters(char[], int, int)} or
* {@link #ignorableWhitespace(char[], int, int)}) passed to the decorated
* content handler contain only valid XML characters. All invalid characters
* are replaced with spaces.
* are replaced with the Unicode replacement character U+FFFD (though a
* subclass may change this by overriding the writeReplacement method).
* <p>
* The XML standard defines the following Unicode character ranges as
* valid XML characters:
Expand Down

0 comments on commit d26fbb8

Please sign in to comment.