sbt/internal/util-logging/src/test
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
..
resources Reimplement multi-logger using log4j2 2017-01-13 02:49:12 -05:00
scala Decode utf-8 bytes in jline 3 reader 2020-11-17 16:45:16 -08:00