pub static IBM866: &'static Encoding
Expand description

The IBM866 encoding.

This the most notable one of the DOS Cyrillic code pages. It has the same box drawing characters as code page 437, so it can be used for decoding DOS-era ASCII + box drawing data.

Index visualization, Visualization of BMP coverage

This encoding matches the Windows code page 866.

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.