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() // OEMEncoding is the deduced legacy DOS/OEM encoding for the current system locale OEMEncoding encoding.Encoding = charmap.CodePage437 // ANSIEncoding is the deduced legacy Windows/ANSI encoding for the current system locale ANSIEncoding encoding.Encoding = charmap.Windows1252 )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.