SYSTEM_ENCODING top-level constant

const SYSTEM_ENCODING = const SystemEncoding()

The current system encoding.

This us used for converting from bytes to/from String when communicating on stdin, stdout and stderr.

On Windows this will use the currently active code page for the conversion. On all other systems it will always use UTF-8.

Implementation

const SystemEncoding SYSTEM_ENCODING = const SystemEncoding()