File: runewidth_appengine.go

package info (click to toggle)
golang-github-mattn-go-runewidth 0.0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 5
file content (9 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
//go:build appengine
// +build appengine

package runewidth

// IsEastAsian return true if the current locale is CJK
func IsEastAsian() bool {
	return false
}