[NppExec] Cannot read some chars in the Java ouput console
-
Hello I have an issue with NppExec in Notepad++.
Some “non-standard” characters are not displayed in the NppExec console.
For example:
System.out.println("└");
(ALT + 192) will output?
in the NppExec console instead of└
.I tried all of the “Console output…” options in the NppExec menu, buy the result is the same in all cases.
I also tried to pass the UTF-8 encoding option to Java compiler and no change…
Thank’s for help and have a nice day/night.
PS: my Java source file is encoded in UTF-8 W/O BOM.