Function enable

Source
pub fn enable() -> Result<(), Error>
Expand description

Enables UTF-8 console IO.

This function does nothing on unix.

On windows, this function sets the input and output code page to UTF-8.

ยงExample

utf8_console::enable().unwrap();