编码字符集类

package
v0.0.0-...-fcd50c7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2024 License: MIT Imports: 9 Imported by: 1

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

func Convert(dstCharset string, srcCharset string, src string) (dst string, err error)

Convert 将 `src` 字符串的编码从 `srcCharset` 转换为 `dstCharset`,并返回转换后的字符串。 如果转换失败,则返回原 `src` 作为 `dst`。 md5:d579c6167a34081f

func Supported

func Supported(charset string) bool

Supported 返回字符集 `charset` 是否受支持。 md5:ecb209536b99e114

func ToUTF8

func ToUTF8(srcCharset string, src string) (dst string, err error)

ToUTF8 将 `src` 字符串的字符集编码从 `srcCharset` 转换为 UTF-8, 并返回转换后的字符串。 md5:ed113e096f11dcee

func UTF8To

func UTF8To(dstCharset string, src string) (dst string, err error)

UTF8To 将 `src` 字符集编码从 UTF-8 转换为 `dstCharset`, 并返回转换后的字符串。 md5:6d376918eb2969a6

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL