Why is it that when I compile C language source code with Chinese characters as filenames in my VSCode, the resulting executable file name turns out to be garbled, but there’s no issue when using letters, words, or numbers? I’m compiling with Mingw64.
I attempted compiling C source code in VSCode using Mingw64 with filenames containing Chinese characters. I expected the resulting executable file names to be displayed correctly. However, the actual outcome was that the executable file names appeared as garbled characters.
hewei2723 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.