gitea-tea/vendor/github.com/mattn/go-runewidth/runewidth_js.go
Andreas Ulm 4bd1e56a84 added missing modules
Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
2019-05-09 09:17:16 +02:00

10 lines
190 B
Go

// +build js
// +build !appengine
package runewidth
func IsEastAsian() bool {
// TODO: Implement this for the web. Detect east asian in a compatible way, and return true.
return false
}