CodePage Enumeration

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum CodePage

Remarks

Members

Ansi 0 The system default Windows ANSI code page.
OEM 1 The current system OEM code page.
Macintosh 2 The current system Macintosh code page.
ThreadANSI 3 The Windows ANSI code page for the current thread.
Symbol 42 Symbol code page (42).
UTF7 65,000 UTF-7.

Use this value only when forced by a 7-bit transport mechanism. Use of UTF-8 is preferred.

UTF8 65,001 UTF-8.

See Also