[][src]Static encoding_rs::KOI8_R

pub static KOI8_R: &'static Encoding

The KOI8-R encoding.

This is an encoding for Russian from RFC 1489.

Index visualization, Visualization of BMP coverage

This encoding matches the Windows code page 20866.

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.