Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.63k stars 576 forks source link

Strange characters in output of nuke build script #2129

Open DaveSenn opened 4 years ago

DaveSenn commented 4 years ago

Versions

ConEmu build: 200604 x64 OS version: Windows 10 2004 x64 Used shell version (Far Manager, git-bash, cmd, powershell, cygwin, whatever): powershell (5.1)

Problem description

While running a nuke (.NET build tool...like make or cake...) powershell script to build my project I noticed that ConEmu does not correctly render some characters.

ConEmu fails to render this part of the output:

═══════════════════════════════════════
Target             Status      Duration
───────────────────────────────────────
Restore            Executed        0:00
Compile            Executed        0:00
───────────────────────────────────────
Total                              0:01
═══════════════════════════════════════

Running the same script with "plain" powershell generates the correct output.

Capture

Steps to reproduce

I've created a repo to reproduce this issue.

  1. Clone https://github.com/DaveSenn/NukeOutput
  2. Run build.ps1
Maximus5 commented 4 years ago

It's a non-breaking space. The problem may be in your font or console codepage.