nuspell icon indicating copy to clipboard operation
nuspell copied to clipboard

Question: Is there a plan for a C API?

Open WeberAndre opened this issue 3 years ago • 1 comments

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é

WeberAndre avatar Feb 15 '22 20:02 WeberAndre

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).

rrthomas avatar May 22 '23 21:05 rrthomas