pub fn enable() -> Result<(), Error>
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.
utf8_console::enable().unwrap();