Skip to content

diasbruno/hs-unac-bindings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Haskell binding for unac(3).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published