Static encoding_rs::WINDOWS_1253
source · pub static WINDOWS_1253: &'static Encoding
Expand description
The windows-1253 encoding.
This is the Greek encoding for Windows. It is mostly an extension of ISO-8859-7, but U+0386 is mapped to a different byte.
Index visualization, Visualization of BMP coverage
This encoding matches the Windows code page 1253, 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
.