pub static WINDOWS_1252: &'static Encoding
Expand description

The windows-1252 encoding.

This is the Western encoding for Windows. It is an extension of ISO-8859-1, which is known as Latin 1.

Index visualization, Visualization of BMP coverage

This encoding matches the Windows code page 1252.

This will change from static to const if Rust changes to make the referent of pub const FOO: &'static Encoding unique cross-crate, so don’t take the address of this static.