[][src]Function winconsole::console::set_output_code_page

pub fn set_output_code_page(page: CodePage) -> WinResult<()>

Sets the output code page to be used by the console.

Arguments

Examples

console::set_output_code_page(CodePage::IBM437).unwrap();

Errors