Function code128::decode_str

source ·
pub fn decode_str(modules: &[Module]) -> Result<String, DecodingError>
Expand description

Decode the modules and interpret the data as Latin 1.

The control characters of ASCII, 0x00 to 0x19, are also decoded.