encoding-0.10.2: A library for various character encodings
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 Source #

Constructors

KOI8U 

Instances

Instances details
Encoding KOI8U Source # 
Instance details

Defined in Data.Encoding.KOI8U

Methods

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 #

Show KOI8U Source # 
Instance details

Defined in Data.Encoding.KOI8U

Methods

showsPrec :: Int -> KOI8U -> ShowS

show :: KOI8U -> String

showList :: [KOI8U] -> ShowS

Eq KOI8U Source # 
Instance details

Defined in Data.Encoding.KOI8U

Methods

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

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