# Functions
BytesToString convert bytes to string.
No description provided by the author
CutUnicodeString is like RuneCount but its input is a string.
FindUnicodeString is use rune to find the string.
NewDecoder new encoder will use HTML escape sequences for runes that are not supported by the character set.
No description provided by the author
StringToBytes convert string to bytes.
StringToBytesV2 convert string to bytes (buffered I/O).