Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 685 Bytes

readme.md

File metadata and controls

23 lines (14 loc) · 685 Bytes

haskell bindings for unac(3) hackage

tests

this package doesn't bind (yet) all functionalities of unac(3), but the most used one unac_string.

usage

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.

license

Unlicense

see LICENSE