Documentation ¶
Index ¶
- func DetectCharset(str string, isHtml bool) (string, error)
- func DetectCharsetEx(in []byte) (string, error)
- func DetectNatrualLanguage(utf8Slice []byte) (lang langdetect.Language, err error)
- func GbkToUtf8(s []byte) ([]byte, error)
- func IsChinese(s string) (bool, error)
- func IsValidISO_693_1_Code(code string) bool
- func Utf8ToGbk(s []byte) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetectNatrualLanguage ¶
func DetectNatrualLanguage(utf8Slice []byte) (lang langdetect.Language, err error)
func IsValidISO_693_1_Code ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.