runewidth_appengine.go 159 B

123456789
  1. //go:build appengine
  2. // +build appengine
  3. package runewidth
  4. // IsEastAsian return true if the current locale is CJK
  5. func IsEastAsian() bool {
  6. return false
  7. }