|
| Codec.Text.UConv | | Portability | portable (H98 + FFI) | | Stability | experimental | | Maintainer | audreyt@audreyt.org |
|
|
|
|
|
| Description |
| String encoding conversion
|
|
| Synopsis |
|
|
|
| Documentation |
|
| This module provides pure functions for converting the string encoding
of strings.
|
|
| Simple conversion API
|
|
|
| :: (UConvertible a, UConvertible b, Monad m) | | | => EncodingName | The encoding to convert from
| | -> EncodingName | The encoding to convert to
| | -> a | The input to convert
| | -> m b | The output converted
| | Convert a sequence of bytes from one encoding to another.
|
|
|
|
|
| Produced by Haddock version 2.4.2 |