Static encoding_rs::SHIFT_JIS
source · pub static SHIFT_JIS: &'static Encoding
Expand description
The Shift_JIS encoding.
This is the Japanese encoding for Windows.
Index visualization, Visualization of BMP coverage
This encoding matches the Windows code page 932, except Windows decodes some byte sequences that are error per the Encoding Standard to the question mark or the Private Use Area and generally uses U+30FB in place of the REPLACEMENT CHARACTER.
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
.