You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

runewidth_appengine.go 138B

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