Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HandleFinalSigma (0.26 sec)

  1. src/cmd/vendor/golang.org/x/text/cases/cases.go

    	o.simple = true
    	return o
    }
    
    // HandleFinalSigma specifies whether the special handling of Greek final sigma
    // should be enabled. Unicode prescribes handling the Greek final sigma for all
    // locales, but standards like IDNA and PRECIS override this default.
    func HandleFinalSigma(enable bool) Option {
    	if enable {
    		return handleFinalSigma
    	}
    	return ignoreFinalSigma
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top