proneel opened a new pull request #132: URL: https://github.com/apache/commons-io/pull/132
A bug in the read(final char[] cbuf, final int off, final int len) method causes the filter function to receive the count of chars read instead of iteratively getting each char code point This affects subclasses CharacterFilterReader and CharacterSetFilterReader also. Added to tests to cover the bug ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
