Re: Console: ascii characters not shown correctly

2023-05-01 Thread Eric J. Schwarzenbach
Those line characters are not ASCII. They are part of some other encodings, including unicode. Those odd characters are suggestive of an encoding mixup, though I'm not sure how you'd manage to get one in this context (perhaps via your logger setup?). The alternating characters suggest something

Re: Console: ascii characters not shown correctly

2023-05-01 Thread Amn Ojee Uw
It would be easier to assert the why if you provide the what. Show the code that produces the output and someone here will assert why the output. On 2023-05-01 11:46 a.m., Geert Vancompernolle wrote: I have the following line in my Java application: mLogger.info("╔═

Console: ascii characters not shown correctly

2023-05-01 Thread Geert Vancompernolle
I have the following line in my Java application: mLogger.info("╔╗"); but I see this in the debug console of NB17: 01-05-2023 17:43:22 INFO HomeControl - â•”â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�

Re: NB17 Extra lines after Run??

2023-05-01 Thread Amn Ojee Uw
Yes! Thank you, it worked. On 2023-04-29 11:02 a.m., joe foe wrote: It's due to debug mode. Set  Tools >options>java> verbosity level to Normal. The extra lines won't be output. On Sat, Apr 29, 2023, 3:42 AM Tim de Vries wrote: probably, you've got an ANSIBlock setting your display sett