Static encoding_rs::ISO_8859_8_I [] [src]

pub static ISO_8859_8_I: &'static Encoding = &ISO_8859_8_I_INIT

The ISO-8859-8-I 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.