Re: Commons IO Tailer does not respect UTF-8 Charset

2012-10-26 Thread sebb
On 26 October 2012 23:03, Liyu Yi wrote: > I just realized there is a defect in the source code of > "org.apache.commons.io.input.Tailer.java". Thanks for the feedback. Bug fixes are better provided as JIRA bugs. It's hard to keep track of bug reports and patches when they are mixed in with all

Commons IO Tailer does not respect UTF-8 Charset

2012-10-26 Thread Liyu Yi
I just realized there is a defect in the source code of "org.apache.commons.io.input.Tailer.java". Basically, the current implementation does not work for multi-byte encoded files. See the following snippet, 448