Versions in this module Expand all Collapse all v1 v1.3.3 Oct 2, 2014 v1.3.1 Aug 21, 2014 Changes in this version + const MaxRune + const RuneError + const RuneSelf + const UTFMax + 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