Static encoding_rs::WINDOWS_1254
[−]
[src]
pub static WINDOWS_1254: &'static Encoding=&WINDOWS_1254_INIT
The windows-1254 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.