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
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("╔═
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 -
╔�������������������
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