var unicode.N

5 uses

	unicode (current package)
		graphic.go#L24: 	L, M, N, P, S, Zs,
		graphic.go#L30: 	L, M, N, P, S,
		tables.go#L25: 	"N":  N,
		tables.go#L3625: 	N      = _N

	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) &&