# Functions
Convert converts <src> charset encoding from <srcCharset> to <dstCharset>, and returns the converted string.
Supported returns whether charset <charset> is supported.
ToUTF8 converts <src> charset encoding from <srcCharset> to UTF-8 , and returns the converted string.
UTF8To converts <src> charset encoding from UTF-8 to <dstCharset>, and returns the converted string.