Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllInOne = allInOneGuesser{ // contains filtered or unexported fields }
Functions ¶
Types ¶
type CharmapDecoder ¶
func (*CharmapDecoder) Decode ¶
func (d *CharmapDecoder) Decode(str []byte) []byte
type MissCodedDecoder ¶
type MissCodedDecoder struct {
// contains filtered or unexported fields
}
Solves cases when original text in Windows1251 was missinterpreted as Windows1252 and than was encoded to unicode
func (*MissCodedDecoder) Decode ¶
func (d *MissCodedDecoder) Decode(str []byte) []byte
type Windows1251 ¶
type Windows1251 struct{}
Click to show internal directories.
Click to hide internal directories.