pub static KOI8_U: &'static Encoding
Expand description

The KOI8-U encoding.

This is an encoding for Ukrainian adapted from KOI8-R.

Index visualization, Visualization of BMP coverage

This encoding matches the Windows code page 21866.

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.