mirror of https://github.com/sbt/sbt.git
With sbt 1.4.x, non-ascii utf-8 characters are not handled correctly in the console. It was not clear from the jline 3 documentation but the NonBlockingReader.read method is supposed to return unicode points rather than utf8 bytes. To fix this, we can decode the input and return the code point rather than the directy byte from the input stream. |
||
|---|---|---|
| .. | ||
| util-collection | ||
| util-complete | ||
| util-control | ||
| util-interface/src/main/java/xsbti | ||
| util-logging | ||
| util-logic/src | ||
| util-position/src | ||
| util-relation/src | ||
| util-scripted/src/main | ||