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