Gitiles
Code Review
Sign In
gerrit.lfbroadband.org
/
bbsim
/
ee17c00e60922ab9cb9b9fdf1c7dcb8f866d1ec6
/
.
/
vendor
/
github.com
/
mattn
/
go-runewidth
/
runewidth_js.go
blob: c5fdf40baa0e29a7dfc24f10877f29ecf4648074 [
file
] [
log
] [
blame
]
// +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
}