File: runewidth_js.go

package info (click to toggle)
golang-github-mattn-go-runewidth 0.0.1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 92 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
// +build js

package runewidth

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