Documentation
¶
Index ¶
- type Encode
- func (e *Encode) Big5() ([]byte, error)
- func (e *Encode) EUC_JP() ([]byte, error)
- func (e *Encode) EUC_KR() ([]byte, error)
- func (e *Encode) GB18030() ([]byte, error)
- func (e *Encode) GBK() ([]byte, error)
- func (e *Encode) ISO_2022_JP() ([]byte, error)
- func (e *Encode) ShiftJIS() ([]byte, error)
- func (e *Encode) UTF8() ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Encode ¶
type Encode struct {
Target string
}
func (*Encode) Big5 ¶ added in v0.0.5
Legacy multi-byte Chinese (traditional) encodings Charactor code: Big5
func (*Encode) GBK ¶ added in v0.0.5
Legacy multi-byte Chinese (simplified) encodings Charactor code: GBK
func (*Encode) ISO_2022_JP ¶ added in v0.0.5
Click to show internal directories.
Click to hide internal directories.