TextEncoding.Windows (1252) is an enumeration that specifies the text encoding type. It is a member of the TextEncoding.Type and specifies to use the Windows binary form.
Related enumerations
Other related enumerations are:
- TextEncoding.Ascii
- TextEncoding.BigEndianUnicode
- TextEncoding.Unicode
- TextEncoding.Utf16
- TextEncoding.Utf8
Applies to
Here’s a list of functions that work with TextEncoding.Type:
- BinaryFormat.Text
- Csv.Document
- Json.Document
- Json.FromValue
- Lines.FromBinary
- Lines.ToBinary
- Text.FromBinary
- Text.ToBinary
- Xml.Document
- Xml.Tables
