WIN10+MinGW中文輸出亂碼的解決方法

在win10使用mingw可能會出現這種bug,實測win7是沒有的! 可以看到,中文開頭就會亂碼。試過寫文件,沒有亂碼,似乎是終端顯示問題。 解決方案 #include <stdlib.h> system("chcp 65001"); 或者 #include <windows.h> SetConsoleOutputCP(65001); 源文件格式得是utf-8 至於輸入中文的問題,我至今沒有找到
相關文章
相關標籤/搜索