This module treats Bytes
data as holding ASCII text. Providing bytes
outside the ASCII range (U+0000
-- U+007F
) may cause a failure or
unspecified results, but such bytes will never be inspected.
For functions that can operate on ASCII-compatible encodings, see
AsciiExt
.