var unicode.S

5 uses

	unicode (current package)
		graphic.go#L24: 	L, M, N, P, S, Zs,
		graphic.go#L30: 	L, M, N, P, S,
		tables.go#L37: 	"S":  S,
		tables.go#L3644: 	S      = _S

	golang.org/x/tools/go/packages
		golist.go#L979: 			return unicode.IsOneOf([]*unicode.RangeTable{unicode.L, unicode.M, unicode.N, unicode.P, unicode.S}, r) &&