|
| System.Console.Haskeline.Encoding |
|
|
| Description |
This module exposes the console Unicode API which is used by the functions
in System.Console.Haskeline. On POSIX systems, it uses iconv plus the
console's locale; on Windows it uses the console's current code page.
Characters or bytes which cannot be encoded/decoded (for example, not belonging
to the output range) will be ignored.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Encode a Unicode String into a ByteString suitable for the current
console.
|
|
|
| Convert a ByteString from the console's encoding into a Unicode String.
|
|
|
|
|
|
| Produced by Haddock version 2.4.2 |