- Changed char_to_java() to use C charset instead of JVM's default encoding.

- Changed PosixFileFunctions.readLink() to return String instead of byte[].
This commit is contained in:
Adam Murdoch
2012-09-09 10:22:40 +10:00
parent af53881b0b
commit 7e2a573ff2
6 changed files with 25 additions and 23 deletions

View File

@@ -17,5 +17,5 @@ void mark_failed_with_code(JNIEnv *env, const char* message, int error_code, job
JNIEXPORT jint JNICALL
Java_net_rubygrapefruit_platform_internal_jni_NativeLibraryFunctions_getVersion(JNIEnv *env, jclass target) {
return 7;
return 8;
}