Static encoding_rs::WINDOWS_1251
source · pub static WINDOWS_1251: &'static Encoding
Expand description
The windows-1251 encoding.
This is the Cyrillic encoding for Windows.
Index visualization, Visualization of BMP coverage
This encoding matches the Windows code page 1251.
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
.