| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
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.
Documentation
Constructors
| KOI8R |
Instances
| Encoding KOI8R # | |
Defined in Data.Encoding.KOI8R Methods decodeChar :: ByteSource m => KOI8R -> m Char # encodeChar :: ByteSink m => KOI8R -> Char -> m () # decode :: ByteSource m => KOI8R -> m String # encode :: ByteSink m => KOI8R -> String -> m () # encodeable :: KOI8R -> Char -> Bool # | |
| Show KOI8R # | |
| Eq KOI8R # | |