[][src]Function winconsole::console::get_output_code_page

pub fn get_output_code_page() -> CodePage

Returns the output code page used by the console.

Examples

let page = console::get_output_code_page();
println!("{}", page);