[][src]Static encoding_rs::WINDOWS_1257

pub static WINDOWS_1257: &'static Encoding

The windows-1257 encoding.

This is the Baltic encoding for Windows.

Index visualization, Visualization of BMP coverage

This encoding matches the Windows code page 1257, except Windows decodes unassigned code points to the Private Use Area of Unicode.

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.