encoding-0.8.2: A library for various character encodings
Data.Encoding.KOI8U
Description
This module implements KOI8-U encoding which covers the ukrainian alphabet. See http://en.wikipedia.org/wiki/KOI8-U for more information.
data KOI8U Source #
Constructors
Instances
Methods
(==) :: KOI8U -> KOI8U -> Bool #
(/=) :: KOI8U -> KOI8U -> Bool #
showsPrec :: Int -> KOI8U -> ShowS #
show :: KOI8U -> String #
showList :: [KOI8U] -> ShowS #
decodeChar :: ByteSource m => KOI8U -> m Char Source #
encodeChar :: ByteSink m => KOI8U -> Char -> m () Source #
decode :: ByteSource m => KOI8U -> m String Source #
encode :: ByteSink m => KOI8U -> String -> m () Source #
encodeable :: KOI8U -> Char -> Bool Source #