golang.org/x/text/secure/precis.options.norm (field)

6 uses

	golang.org/x/text/secure/precis (current package)
		options.go#L26: 	norm          transform.SpanningTransformer
		options.go#L43: 	if res.norm == nil {
		options.go#L44: 		res.norm = norm.NFC
		options.go#L123: 		o.norm = f
		profile.go#L102: 		ts = append(ts, p.options.norm)
		profile.go#L215: 		b.apply(p.norm)