get rid of replacement characters on output of MSVC compiler #8514
Unanswered
Luan Vitor Simião Oliveira (LuanVSO)
asked this question in
Q&A
Replies: 1 comment 2 replies
|
Hi Luan Vitor Simião Oliveira (@LuanVSO) . You might try asking about this in the VS Code repo: https://github.com/microsoft/vscode . If the same command line results in correct output in a normal command prompt window, this would seem to be an issue with VS Code's terminal. This issue would likely impact output from other command line tools as well. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
if MSVC prints any warnings with non-ascii characters, replacement characters are printed.

how do i fix this?
All reactions