You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This func (https://golang.org/pkg/unicode/utf8/#DecodeLastRune) is very convenient and useful. Would you please add to iconv a func like this DecodeLastRuneByCharset(p []byte, string charSet) (r rune, size int)
This func (https://golang.org/pkg/unicode/utf8/#DecodeLastRune) is very convenient and useful. Would you please add to iconv a func like this
DecodeLastRuneByCharset(p []byte, string charSet) (r rune, size int)