Table of Contents

Class XEncoding

Namespace
Songhay.Models
Assembly
SonghayCore.dll

Defines selected text file encodings.

public static class XEncoding
Inheritance
XEncoding
Inherited Members

Fields

Iso88591

Text encoding.

public const string Iso88591 = "ISO-8859-1"

Field Value

string

Utf08

Text encoding.

public const string Utf08 = "UTF-8"

Field Value

string

Utf16

Text encoding.

public const string Utf16 = "UTF-16"

Field Value

string

Windows1252

Text encoding.

public const string Windows1252 = "windows-1252"

Field Value

string