1
0
mirror of https://github.com/strongdm/comply synced 2024-07-05 08:11:48 +00:00
comply/vendor/github.com/mattn/go-runewidth/runewidth_js.go

10 lines
190 B
Go
Raw Normal View History

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