nsf / termbox-go

Pure Go termbox implementation
http://godoc.org/github.com/nsf/termbox-go
MIT License
4.67k stars 373 forks source link

Chinese cannot be displayed in windows11 (repeated on multiple devices) #250

Open Changbaiqi opened 3 months ago

Changbaiqi commented 3 months ago

The text display function in demos lacks proper support for Chinese characters, resulting in their inability to be displayed in the Windows 11 console. However, they can be displayed correctly in the VSCode console. This issue is also observed on my colleague's computer, but it does not occur on Windows 10.

Vscode: image

CMD: image