jcodings icon indicating copy to clipboard operation
jcodings copied to clipboard

Java-based codings helper classes for Joni and JRuby

Results 5 jcodings issues
Sort by recently updated
recently updated
newest added

This PR will fix #42 and include a test based on the code provided there by @djoooooe. The test was mistakenly added to master some time ago, and just removed,...

Hi, I have just noticed that there is no copyright notice in the license file, unlike some other projects like https://github.com/jruby/joni/blob/master/LICENSE#L3 Since the License requires to include the copyright, it...

The jcodings test are rather slim and do not cover enough test cases or lines of code. Meanwhile, the JRuby-based encoding tests inherited from CRuby are quite extensive, and find...

The following unit tests crash in `org.jcodings.transcode.Transcoding`: ``` @Test public void test1() { byte[] src = {0, -19, -97, -65, -18, -128, -128, -12, -113, -65, -65}; byte[] dst =...

MRI has several character length routines that have different semantics and are used quite inconsistently, wiki: https://github.com/jruby/jruby/wiki/Encodings-in-JRuby. For now we only have two semantics: - return -1 on broken or...