encoding-0.5.2: A library for various character encodingsSource codeContentsIndex
Data.Encoding.UTF32
Description
This module implements UTF-32 encoding and decoding. See http://en.wikipedia.org/wiki/UTF-32 for more information.
Documentation
data UTF32 Source
Constructors
UTF32Detects big or little endian through the use of the BOM (Byte Order Mask) character. Defaults to big endian if not present.
UTF32BEEncodes and decodes using the big endian encoding.
UTF32LEEncodes and decodes using the little endian encoding.
show/hide Instances
Produced by Haddock version 2.6.0