Constant SI

Source
pub const SI: char = '\x0F';
Expand description

§Shift in

SI is used for code extension purposes. It causes the meanings of the bit combinations following it in the data stream to be changed.
The use of SI is defined in Standard ECMA-35.

§Note

SI is used in 7-bit environments only; in 8-bit environments LOCKING-SHIFT ZERO (LS0) is used instead.