Documentation
¶
Index ¶
- func ByName(charset string) encoding.Encoding
- func Decode(in []byte, charset string) ([]byte, error)
- func DecodeFileName(headerName string, ZipFilenameEncoding string) string
- func GbkToUtf8(unknowString string) (string, error)
- func GetEncoding(charset string) (encoding.Encoding, bool)
- func GuessText(unknowString string) (string, error)
- func ShiftjisToUtf8(unknowString string) (string, error)
- func ToGBK(str string) (string, error)
- func ToShiftJIS(str string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeFileName ¶
func ShiftjisToUtf8 ¶
func ToShiftJIS ¶
ToShiftJIS Convert a string encoding from UTF-8 to ShiftJIS
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.