package
0.2.0
Repository: https://github.com/zoumo/golib.git
Documentation: pkg.go.dev

# Functions

Decode decodes the bytes to UTF-8 bytes.
Encode encodes the utf-8 bytes into target encoding.
IsEncodingSupported checks if the encoding is supported.
Transform decodes the input bytes with srouce encoding and then encodes them into target encoding.
TransformString decodes the input string with srouce encoding and then encodes it into target encoding.