Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Is there a plan for a C API? #117

Open
WeberAndre opened this issue Feb 15, 2022 · 1 comment
Open

Question: Is there a plan for a C API? #117

WeberAndre opened this issue Feb 15, 2022 · 1 comment

Comments

@WeberAndre
Copy link

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é

@rrthomas
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants