I would like to add hyphenation in a C++ program. I have files of words for each locale.
Is it possible to run each file through a program that adds all possible soft hyphenation, maybe via TeX style hyphenation or via some OSX magic?
Or is there a good reliable C library to check soft hyphenation at runtime?
Thanks