Re: [io] support for additional character sets needed in ReversedLinesFileReader

2015-03-06 Thread Leandro Reis
Hi sebb and all, Here’s a revised proposed addition to ReversedLinesFileReader to support the CCJK Windows code pages: ... } else if(charset == Charset.forName("Shift_JIS") || // Same as for UTF-8 http://www.herongyang.com/Unicode/JIS-Shift-JIS-Encoding.html charset == Charset.forName("window

Re: [io] support for additional character sets needed in ReversedLinesFileReader

2015-03-02 Thread Leandro Reis
On 2 March 2015 at 21:53, sebb wrote: >>On 2 March 2015 at 20:00, Leandro Reis wrote: >>Hi all, >> >>I¹m working on a product that uses Commons IO via Jackrabbit Oak. In the >>process of testing the launch of such product on Japanese Windows 2012 >>Server R2, I came across the following exception

Re: [io] support for additional character sets needed in ReversedLinesFileReader

2015-03-02 Thread sebb
On 2 March 2015 at 20:00, Leandro Reis wrote: > Hi all, > > I¹m working on a product that uses Commons IO via Jackrabbit Oak. In the > process of testing the launch of such product on Japanese Windows 2012 > Server R2, I came across the following exception: > "(java.io.UnsupportedEncodingException

[io] support for additional character sets needed in ReversedLinesFileReader

2015-03-02 Thread Leandro Reis
Hi all, I¹m working on a product that uses Commons IO via Jackrabbit Oak. In the process of testing the launch of such product on Japanese Windows 2012 Server R2, I came across the following exception: "(java.io.UnsupportedEncodingException: Encoding windows-31j is not supported yet (feel free to