golang.org/x/text/unicode/norm.Form.String (method)
3 uses
golang.org/x/text/unicode/norm (current package)
normalize.go#L59: func (f Form) String(s string) string {
golang.org/x/net/idna
idna10.0.0.go#L432: mapped = norm.NFC.String(s)
idna10.0.0.go#L526: s = norm.NFC.String(s)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)