Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for lookupInfoNFKC (0.18 sec)

  1. src/vendor/golang.org/x/text/unicode/norm/forminfo.go

    	nextMain:      nextDecomposed,
    }, {
    	form:          NFKC,
    	composing:     true,
    	compatibility: true,
    	info:          lookupInfoNFKC,
    	nextMain:      nextComposed,
    }, {
    	form:          NFKD,
    	composing:     false,
    	compatibility: true,
    	info:          lookupInfoNFKC,
    	nextMain:      nextDecomposed,
    }}
    
    // We do not distinguish between boundaries for NFC, NFD, etc. to avoid
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/unicode/norm/forminfo.go

    	nextMain:      nextDecomposed,
    }, {
    	form:          NFKC,
    	composing:     true,
    	compatibility: true,
    	info:          lookupInfoNFKC,
    	nextMain:      nextComposed,
    }, {
    	form:          NFKD,
    	composing:     false,
    	compatibility: true,
    	info:          lookupInfoNFKC,
    	nextMain:      nextDecomposed,
    }}
    
    // We do not distinguish between boundaries for NFC, NFD, etc. to avoid
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top