| Encodings Enumeration |
Provides predefined encodings
Namespace:
Cauldron
Assembly:
Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax Members
| Member name | Value | Description |
---|
| ASCII | 0 |
Encoding for the ASCII (7-bit) character set.
|
| BigEndianUnicode | 1 |
Encoding for the UTF-16 format that uses the big endian byte order.
|
| Unicode | 2 |
Encoding for the UTF-16 format using the little endian byte order.
|
| UTF32 | 3 |
Encoding for the UTF-32 format using the little endian byte order.
|
| ANSI | 4 |
Encoding for the ISO-8859-1 format. Used by default in the legacy components of Microsoft Windows.
|
| UTF7 | 5 |
Encoding for the UTF-7 format.
|
| UTF8 | 6 |
Encoding for the UTF-8 format.
|
| EBCDIC_IBM037 | 7 |
Encoding for the IBM EBCDIC format (US-Canada).
|
| EBCDIC_IBM01047 | 8 |
Encoding for the IBM EBCDIC format (IBM Latin-1).
|
| EBCDIC_IBM01140 | 9 |
Encoding for the IBM EBCDIC format (US-Canada-Euro).
|
| EBCDIC_IBM01141 | 10 |
Encoding for the IBM EBCDIC format (Germany-Euro).
|
See Also