[−][src]Function winconsole::console::get_input_code_page
pub fn get_input_code_page() -> CodePage
Returns the input code page used by the console.
Examples
let page = console::get_input_code_page(); println!("{}", page);