| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
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
Constructors
| KOI8U |
Instances
| Encoding KOI8U Source # | |
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 # | |
| Eq KOI8U Source # | |