Static encoding_rs::ISO_8859_10
source · pub static ISO_8859_10: &'static Encoding
Expand description
The ISO-8859-10 encoding.
This is the Nordic part of the ISO/IEC 8859 encoding family. This encoding is also known as Latin 6.
Index visualization, Visualization of BMP coverage
The Windows code page number for this encoding is 28600, but kernel32.dll does not support this encoding.
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
.