From b7e6d363d4a02dd3c2ff318b2c09ad5a776ca715 Mon Sep 17 00:00:00 2001 From: Adam Murdoch Date: Tue, 26 Feb 2013 09:00:12 +1100 Subject: [PATCH] Some updates. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f2ab292..16a536f 100755 --- a/readme.md +++ b/readme.md @@ -87,6 +87,7 @@ Some sample code to use the terminal: * Get and set process working directory. * Get and set process environment variables. * Launch processes. +* Fixed character set issue on Linux and Mac OS X. * Fixes to work with 64-bit OpenJDK 7 on Mac OS X. Thanks to Rene Gr�schke. ### 0.2 @@ -184,8 +185,7 @@ You can run `$INSTALL_DIR/bin/native-platform-test` to run the test application. * Use wchar_to_java() for windows system and file system info. * Test network file systems on Mac, Linux, Windows * Test mount points on Windows -* Cache class, method and field lookups (in particular for String conversions). -* Determine C charset once at startup +* Cache class, method and field lookups * Change readLink() implementation so that it does not need to NULL terminate the encoded content * Don't use NewStringUTF() anywhere * Use iconv() to convert from C char string to UTF-16 when converting from C char string to Java String.