Static encoding_rs::EUC_KR
[−]
[src]
pub static EUC_KR: &'static Encoding=&EUC_KR_INIT
The EUC-KR 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.