修复 Rust 程序中文乱码问题 - 添加 UTF-8 编码设置

This commit is contained in:
xiaji
2026-03-30 14:20:28 +08:00
parent afba38497b
commit 7c8faa2ac7
3769 changed files with 16877 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
[build]
target = "x86_64-pc-windows-gnu"
[target.x86_64-pc-windows-gnu]
linker = "C:\\msys64\\mingw64\\bin\\x86_64-w64-mingw32-gcc.exe"
ar = "C:\\msys64\\mingw64\\bin\\x86_64-w64-mingw32-ar.exe"