encoding-0.4: A library for various character encodings

Data.Encoding.ASCII

Description

ASCII (American Standard Code for Information Interchange) is the "normal" computer encoding using the byte values 0-127 to represent characters. Refer to http://en.wikipedia.org/wiki/ASCII for more information.

Documentation

data ASCII Source

Constructors

ASCII