Documentation
¶
Index ¶
- func TransformTextToUTF8From(str string, enc *encoding.Encoder) (string, error)
- func TransformTextToUTF8FromGBKText(str string) (string, error)
- func TransformToUTF8From(b []byte, t transform.Transformer) ([]byte, error)
- func TransformToUTF8FromGBK(b []byte) ([]byte, error)
- func TransformToUTF8FromGBKText(str string) ([]byte, error)
- func TransformToUTF8TextFromGBK(b []byte) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TransformTextToUTF8From ¶ added in v1.2.0
simplifiedchinese.GBK.NewEncoder()
func TransformTextToUTF8FromGBKText ¶ added in v1.2.0
func TransformToUTF8From ¶
func TransformToUTF8From(b []byte, t transform.Transformer) ([]byte, error)
func TransformToUTF8FromGBK ¶
func TransformToUTF8FromGBKText ¶ added in v1.2.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.