From: Andrew C. <and...@gm...> - 2017-06-24 21:15:14
|
With Bernhard's approval, I have taken over maintenance of java-readline. The source code has been migrated from the SourceForge CVS repository to git[1]. This first release[2] includes Bernhard's unreleased changes for supporting getVar/setVar. Additionally, there were various fixes to get the build tidied up, but the main change for this release is unicode support. java-readline should no longer mangle non-ascii characters. I have added a bats test case for this and hope to continue expanding test coverage for future releases. Bug reports and pull reports are most welcome. Andrew [1]: https://github.com/aclemons/java-readline [2]: https://github.com/aclemons/java-readline/releases/tag/v0.8.1 |