nuspell
nuspell copied to clipboard
Question: Is there a plan for a C API?
Hello, I am working on Software written in object pascal, currently we are useing hunspell, because it has a easy to use C API. But this has no unicode support and so the API only works with ANSI Strings. Nuspell may be an option to solve this by adding a C API as wrapper around the C++ objects?
André
You could consider Enchant, which wraps both nuspell and Hunspell (among other spelling checkers), and offers both a C API (as well as C++ and, 3rd party, Python & other languages), and UTF-8 support (including for Hunspell).