libunistring

C library for manipulating Unicode strings and text processing

brewmacoslinux
Try with needOr install directly
Source

About

C string library for manipulating Unicode strings

Commands

libunistring

Examples

Link libunistring when compiling C programs that need Unicode support$ gcc -o myprogram myprogram.c -lunistring
Check installed version of libunistring$ pkg-config --modversion libunistring
Get compiler flags needed to use libunistring in build systems$ pkg-config --cflags --libs libunistring