Static encoding_rs::KOI8_U
[−]
[src]
pub static KOI8_U: &'static Encoding=&KOI8_U_INIT
The KOI8-U encoding.
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.