word8-0.0.2: Word8 library

Safe HaskellSafe-Inferred

Data.Word8

Contents

Description

Word8 library to be used with Data.ByteString. All function assumes that Word8 is encoded in Latin-1 (ISO-8859-1). All utility functions are supposed to work as if those of Char. Exceptions are described in the function documentations.

Synopsis

Re-exporting

data Word8

8-bit unsigned integer type

Character classification

Subranges

Case conversion

toUpper :: Word8 -> Word8Source

Micro sign/mu (0xb5) and small letter Y with diaeresis (0xff) remain the same.

toTitle :: Word8 -> Word8Source

Micro sign/mu (0xb5) and small letter Y with diaeresis (0xff) remain the same.

ASCII charactors

Some Latin-1 charactors