subsonic-tui/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go
Sagi Dayan 48661005be
initial commit
Signed-off-by: Sagi Dayan <sagidayan@gmail.com>
2024-09-01 16:30:56 +03:00

9 lines
159 B
Go

//go:build appengine
// +build appengine
package runewidth
// IsEastAsian return true if the current locale is CJK
func IsEastAsian() bool {
return false
}