libunibreak

Unicode line and word breaking algorithm implementation library

brewmacoslinux
Try with needOr install directly
Source

About

Implementation of the Unicode line- and word-breaking algorithms

Commands

libunibreak

Examples

Link against libunibreak in C/C++ projects for line breaking$ gcc -o myapp myapp.c -lunibreak
Include libunibreak headers in development$ pkg-config --cflags --libs libunibreak
Verify libunibreak installation and version$ brew info libunibreak