sbt/internal/util-logging
Ethan Atkins e00240a73b Decode utf-8 bytes in jline 3 reader
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.
2020-11-17 16:45:16 -08:00
..
src Decode utf-8 bytes in jline 3 reader 2020-11-17 16:45:16 -08:00
NOTICE move modules around. 2015-08-20 00:59:57 -04:00