We know google's Go default is UTF-8. I found in my Windows XP. It can not display correct about the UTF-8. The following code display in wrong.
package main
func main() {
println("中文")
}
I've googled. It said use another font + reg + chcp 65001. But, I failed.
I've tried cmd and powershell v1 (it is the only provide version under XP). Both can NOT display well.
Best Solution till now
- Install MSYS
- Download mintty and put mintty.exe in c:\MinGW\msys\1.0\bin
- Adjust MinGW Shell icon, set target as C:\MinGW\msys\1.0\msys.bat -mintty, then click the icon
- Menu->Option->Text->Font, Locale,Character set(UTF-8)
- Download go Windows 386
- cd /c/go/src ; mkdir ; test your code here.