type mime.WordEncoder
9 uses
mime (current package)
encodedword.go#L19: type WordEncoder byte
encodedword.go#L23: BEncoding = WordEncoder('b')
encodedword.go#L25: QEncoding = WordEncoder('q')
encodedword.go#L35: func (e WordEncoder) Encode(charset, s string) string {
encodedword.go#L52: func (e WordEncoder) encodeWord(charset, s string) string {
encodedword.go#L82: func (e WordEncoder) bEncode(buf *strings.Builder, charset, s string) {
encodedword.go#L114: func (e WordEncoder) qEncode(buf *strings.Builder, charset, s string) {
encodedword.go#L160: func (e WordEncoder) openWord(buf *strings.Builder, charset string) {
encodedword.go#L174: func (e WordEncoder) splitWord(buf *strings.Builder, charset string) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |