pub static X_MAC_CYRILLIC: &'static Encoding
Expand description

The x-mac-cyrillic encoding.

This is the MacUkrainian encoding from Mac OS Classic.

Index visualization, Visualization of BMP coverage

This encoding matches the Windows code page 10017.

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.