Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // OEMDecoder is the deduced legacy DOS/OEM decoder for the current system locale OEMDecoder *encoding.Decoder = charmap.CodePage437.NewDecoder() // ANSIDecoder is the deduced legacy Windows/ANSI decoder for the current system locale ANSIDecoder *encoding.Decoder = charmap.Windows1252.NewDecoder() // ANSIEncoder is the deduced legacy Windows/ANSI encoder for the current system locale ANSIEncoder *encoding.Encoder = charmap.Windows1252.NewEncoder() // SystemDecoder is the default system fallback decoder SystemDecoder *encoding.Decoder = charmap.CodePage437.NewDecoder() )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.