Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows.
1.12k
stars
139
forks
source link
Fix wrong output encoding on Windows with JDK >= 19 (fixes #247) #258
Closed
gnodet closed 1 year ago
JDK 19 has changed the system properties used for System.out and System.err encoding, see https://www.oracle.com/java/technologies/javase/19-relnote-issues.html#JDK-8283620