haskell-with-utf8/CHANGELOG.md
Kirill Elagin 5b98b490bc Implement hWithEncoding
This function allows one to not only safely set the best encoding on a
file descriptor, but also restore the previous one. The idea is that it
will be used on file descriptors that come from the outside and so we
don’t know how they were used and will be used after us.
2020-02-16 21:49:07 -05:00

273 B

Changelog

Unreleased

Initial release.

Added

  • withUtf8StdHandles
  • hSetEncoding
  • hWithEncoding
  • openFile
  • withFile
  • readFile
  • writeFile