haskell bindings for unac(3) hackage
this package doesn't bind (yet) all functionalities
of unac(3), but the most used one unac_string
.
unacString utf8Encode "été" == unacStringUtf8 "été" == Right "ete"
if you get Left (x :: Int)
, this means that an error happened.
to further investigate the error, you will need to handle by yourself (for now)
using errno
and do the appropriate handling.
Unlicense
see LICENSE