encoding-0.8.5: 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
Eq KOI8U Source # 
Instance details

Defined in Data.Encoding.KOI8U

Methods

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

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

Show KOI8U Source # 
Instance details

Defined in Data.Encoding.KOI8U

Methods

showsPrec :: Int -> KOI8U -> ShowS #

show :: KOI8U -> String #

showList :: [KOI8U] -> ShowS #

Encoding KOI8U Source # 
Instance details

Defined in Data.Encoding.KOI8U