blob: 84b6528dfe914e1e6be7e309cdb1dc7eb6b2cc6f [file] [log] [blame]
//go:build appengine
// +build appengine
package runewidth
// IsEastAsian return true if the current locale is CJK
func IsEastAsian() bool {
return false
}