I have written an External Tool that uses plink.exe to execute gcc on a Linux system and then capture the output back on VS's output window (there is a checkmark in Tools/External Tools/Use Output Window). But Linux outputs with utf-8 and so I get some garbage. Is there any way to get VS to translate that utf-8 output to readable output?
For example, Linux is trying to output this:
test.c:214: warning: conflicting types for ‘test_zero_read’
but it shows up in VS's output window like this:
test.c:214: warning: conflicting types for ‘test_zero_read’