Encoding in Message Output in C++
Answered
I'm using a Windows 10 and WSL. Some outputs don't display correctly in Clion's Message Output, like
[ 33%] Building CXX object CMakeFiles/Default.dir/main.cpp.o
/mnt/c/Codes/main.cpp: In function ‘void foo()’:
However in wsl console or CLion integrated terminal, the output is
[ 33%] Building CXX object CMakeFiles/Default.dir/main.cpp.o
/mnt/c/Codes/main.cpp: In function 'void foo()':
Please sign in to leave a comment.
Hello!
The issue looks like https://youtrack.jetbrains.com/issue/CPP-13777.
Feel free to comment or upvote in order to get updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.