//! Encode byte data under an ECI (Extended Channel Interpretation) designator.
//!
//! ECI designator 9 selects ISO-8859-5 (Latin/Cyrillic); compliant scanners
//! will then interpret the following bytes in that charset.
//!
//! Run: `cargo run --example encode_eci`
use Bits;
use ;