1
1
mirror of https://gitea.com/gitea/tea synced 2025-02-23 10:01:24 +01:00
tea/vendor/github.com/mattn/go-runewidth/runewidth_appengine.go
2019-09-15 08:38:18 +00:00

9 lines
138 B
Go

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