On Mon, 1 May 2023 at 16:47, Geert Vancompernolle <geert.vancomperno...@gmail.com> wrote: > > 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 - > â•”â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•�â•— > > How can I get the correct ascii characters in NB17? Previous versions > of NB (e.g. NB12.5) showed this correctly
If this has changed since NB 12.5, then it might be related to https://github.com/apache/netbeans/issues/4771 and other linked issues? Best wishes, Neil