Examples does not support east asian windows?
Author: heri3xCreated Feb 17, 2020Updated Aug 16, 2020
Hi. It seems that Gocui examples need to be added the code below in main funcs when I build it for Windows 10 (in japanese language). You may already know. Just for info.
if runtime.GOOS == "windows" && runewidth.IsEastAsian() {
g.ASCII = true
}Source: jroimartin/gocui