Static encoding_rs::ISO_8859_3
source · pub static ISO_8859_3: &'static Encoding
Expand description
The ISO-8859-3 encoding.
This is the South European part of the ISO/IEC 8859 encoding family. This encoding is also known as Latin 3.
Index visualization, Visualization of BMP coverage
This encoding matches the Windows code page 28593.
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
.