Documentation ¶
Overview ¶
Package gcharset 实现字符集转换功能。
支持的字符集:
中文:GBK/GB18030/GB2312/Big5
日本语:EUCJP/ISO2022JP/ShiftJIS
韩语:EUCKR
Unicode:UTF-8/UTF-16/UTF-16BE/UTF-16LE
其他:macintosh/IBM*/Windows*/ISO-*(*表示各种变种) md5:5f95b30c9186a77b
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Convert ¶
Convert 将 `src` 字符串的编码从 `srcCharset` 转换为 `dstCharset`,并返回转换后的字符串。 如果转换失败,则返回原 `src` 作为 `dst`。 md5:d579c6167a34081f
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.