summaryrefslogtreecommitdiff
path: root/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go
blob: 84b6528dfe914e1e6be7e309cdb1dc7eb6b2cc6f (plain)
1
2
3
4
5
6
7
8
9
//go:build appengine
// +build appengine

package runewidth

// IsEastAsian return true if the current locale is CJK
func IsEastAsian() bool {
	return false
}