package
2.7.3
Repository: https://github.com/aeo123/gf.git
Documentation: pkg.go.dev

# 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.