1
0
forked from gitea/gitea
2020-04-03 22:29:12 +03:00

9 lines
138 B
Go
Vendored

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