implemented basic char_to_java()

This commit is contained in:
Adam Murdoch
2012-09-09 14:17:58 +10:00
parent 7e2a573ff2
commit 208d1be584
3 changed files with 24 additions and 20 deletions

View File

@@ -125,6 +125,9 @@ You can run `$INSTALL_DIR/bin/native-platform` to run the test application.
### Improvements
* Cache class, method and field lookups (in particular for String conversions).
* Determine C charset once at startup
* Change readLink() implementation so that it does not need to NULL terminate the encoded content
* Implement java_to_char_str()
* Use iconv() to convert from C char string to UTF-16 when converting from C char string to Java String.
* Support for cygwin terminal