encoding
Safe HaskellNone
LanguageHaskell2010

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.

Documentation

data KOI8U #

Constructors

KOI8U 

Instances

Instances details
Encoding KOI8U # 
Instance details

Defined in Data.Encoding.KOI8U

Methods

decodeChar :: ByteSource m => KOI8U -> m Char #

encodeChar :: ByteSink m => KOI8U -> Char -> m () #

decode :: ByteSource m => KOI8U -> m String #

encode :: ByteSink m => KOI8U -> String -> m () #

encodeable :: KOI8U -> Char -> Bool #

Show KOI8U # 
Instance details

Defined in Data.Encoding.KOI8U

Methods

showsPrec :: Int -> KOI8U -> ShowS

show :: KOI8U -> String

showList :: [KOI8U] -> ShowS

Eq KOI8U # 
Instance details

Defined in Data.Encoding.KOI8U

Methods

(==) :: KOI8U -> KOI8U -> Bool

(/=) :: KOI8U -> KOI8U -> Bool