word8-0.1.1: Word8 library

Safe HaskellNone
LanguageHaskell2010

Data.Char8

Contents

Description

Char8 library to be used with Data.ByteString.Char8. All function assumes that only 8bit part of Char is used and it 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

Character classification

Subranges

Case conversion

toUpper :: Char -> Char Source

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

toTitle :: Char -> Char Source

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