Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( UTF8 = Decoder{ DecoderName: "UTF8", Decoder: unicode.UTF8.NewDecoder(), } CP1250 = Decoder{ DecoderName: "CP1250", Decoder: charmap.Windows1250.NewDecoder(), } CP1252 = Decoder{ DecoderName: "CP1252", Decoder: charmap.Windows1252.NewDecoder(), } Auto = UTF8DetectingDecoder{ UTF8: unicode.UTF8.NewDecoder(), Fallback: charmap.Windows1250.NewDecoder(), } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.