A complete list of available
code page identifiers
can be found in Microsoft's documentation for the Win32 API.
By default, strings are converted to an array of bytes using the code
page for the current locale, mapping the 16-bit Unicode characters to
bytes which are written to the virtual display. Similarly, when
copying characters from the display into a string buffer, those
characters are converted to Unicode before they are returned to
your application.
For backwards compatibility, the control defaults to using the code
page for the current locale. This property value directly corresponds to
Windows code page identifiers, and will accept any valid code page in
addition to the values listed above. Setting this property to an invalid
code page will result in an error.