package
0.1.8
Repository: https://github.com/sagoo-cloud/nexframe.git
Documentation: pkg.go.dev

# Functions

Convert 将src从srcCharset编码转换为dstCharset编码,并返回转换后的字符串 如果转换失败,则返回src作为dst.
ConvertWithSizeLimit 在进行转换之前检查输入大小,防止处理过大的输入.
Supported 返回是否支持指定的字符集.
ToUTF8 将src从srcCharset编码转换为UTF-8,并返回转换后的字符串.
UTF8To 将src从UTF-8编码转换为dstCharset,并返回转换后的字符串.

# Constants

# Variables

ErrUnsupportedCharset 表示不支持的字符集错误.