package
Version:
v0.0.0-...-058f7b3
Opens a new window with list of versions in this module.
Published: Nov 1, 2024
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
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
UTF8转换字符集 将 `src` 字符集编码从 UTF-8 转换为 `dstCharset`,
并返回转换后的字符串。
md5:6d376918eb2969a6
X是否支持 返回字符集 `charset` 是否受支持。 md5:ecb209536b99e114
X转换 将 `src` 字符串的编码从 `srcCharset` 转换为 `dstCharset`,并返回转换后的字符串。
如果转换失败,则返回原 `src` 作为 `dst`。
md5:d579c6167a34081f
X转换到UTF8 将 `src` 字符串的字符集编码从 `srcCharset` 转换为 UTF-8,
并返回转换后的字符串。
md5:ed113e096f11dcee
Source Files
¶
Click to show internal directories.
Click to hide internal directories.