[][src]Function fenestroj::wincon::set_console_output_cp

pub fn set_console_output_cp(code_page: u32) -> Result<(), ErrorCode>

Sets the console's output code page.

You can check the current output code page with get_console_output_cp.

Note that the input code page is controlled separately with get_console_cp and set_console_cp.

See SetConsoleOutputCP