A first pass to correctly convert between c char strings to Java Strings.

This commit is contained in:
Adam Murdoch
2012-09-09 10:01:53 +10:00
parent 182efebb40
commit b8d0830d44
6 changed files with 89 additions and 11 deletions

View File

@@ -122,9 +122,11 @@ You can run `$INSTALL_DIR/bin/native-platform` to run the test application.
* Freebsd: finish port.
* Freebsd: fail for unsupported architecture.
* Freebsd: build 32 bit and 64 bit libraries.
* Unix: char_to_java() should use libc charset instead of java file.encoding
### Improvements
* Implement java_to_char_str()
* Support for cygwin terminal
* Use TERM=xtermc instead of TERM=xterm on Solaris.
* Add diagnostics for terminal.