Documentation
¶
Index ¶
- func NewUtf8Decoder(r io.Reader) io.Reader
- func NewUtf8Encoder(w io.Writer) io.Writer
- func Utf16Count(src []byte) (n int)
- func Utf16CountString(src string) (n int)
- func Utf16Len(v rune) int
- func Utf8decodeBytes(src []byte) (dst []byte)
- func Utf8decodeString(byteString string) string
- func Utf8encodeBytes(src []byte) []byte
- func Utf8encodeString(src string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewUtf8Encoder ¶
NewEncoder returns an io.Writer that writes lowercase hexadecimal characters to w.
func Utf16Count ¶
func Utf16CountString ¶
func Utf8decodeBytes ¶
func Utf8decodeString ¶
func Utf8encodeBytes ¶
func Utf8encodeString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.