//
pkg.gl
Category
github.com/zhiyunliu/golibs
xencoding
package
0.2.6
Repository:
https://github.com/zhiyunliu/golibs.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
50 SLOC
#
Packages
base64
No description provided by the author
hex
No description provided by the author
unicode
No description provided by the author
url
No description provided by the author
#
Functions
Decode
Decode 根据编码进行解码操作.
DecodeBytes
DecodeBytes 根据编码进行解码操作.
Encode
Encode 将UTF8字符串编码为gbk或gb2312格式.
EncodeBytes
EncodeBytes 将UTF8字符串编码为gbk或gb2312格式.
GetDecodeReader
GetDecodeReader 获取 charset不区分大小写.
GetEncodeReader
GetEncodeReader 获取.
#
Constants
GB2312
GB2312 gb2312.
GBK
GBK gbk.
UTF8
UTF8 utf-8.