Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + const MaxRune + const RuneError + const RuneSelf + const UTFMax + func AppendRune(p []byte, r rune) []byte + func DecodeLastRune(p []byte) (r rune, size int) + func DecodeLastRuneInString(s string) (r rune, size int) + func DecodeRune(p []byte) (r rune, size int) + func DecodeRuneInString(s string) (r rune, size int) + func EncodeRune(p []byte, r rune) int + func FullRune(p []byte) bool + func FullRuneInString(s string) bool + func RuneCount(p []byte) int + func RuneCountInString(s string) (n int) + func RuneLen(r rune) int + func RuneStart(b byte) bool + func Valid(p []byte) bool + func ValidRune(r rune) bool + func ValidString(s string) bool