Static encoding_rs::WINDOWS_1255
source · [−]pub static WINDOWS_1255: &'static Encoding
Expand description
The windows-1255 encoding.
This is the Hebrew encoding for Windows. It is an extension of ISO-8859-8-I, except for a currency sign swap.
Index visualization, Visualization of BMP coverage
This encoding matches the Windows code page 1255, 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
.