gitea-tea/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go
Andreas Ulm 0cd7ba04b8 implemented unified Output (#14)
Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
2019-04-28 19:30:03 +02:00

9 lines
138 B
Go

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