libgrapheme

Unicode string library for extended grapheme cluster segmentation

brewmacoslinux
Try with needOr install directly
Source

About

Unicode string library

Commands

libgrapheme

Examples

Link against libgrapheme in a C program to handle Unicode grapheme clusters$ gcc -o myapp myapp.c -lgrapheme
Use libgrapheme header files in compilation for grapheme segmentation$ pkg-config --cflags --libs libgrapheme
Check installed libgrapheme version and library location$ brew info libgrapheme