uni-algo

Unicode Algorithms Implementation library for C/C++ applications

brewmacoslinux
Try with needOr install directly
Source

About

Unicode Algorithms Implementation for C/C++

Commands

uni-algo

Examples

Normalize Unicode text to NFC form$ uni-algo normalize --nfc "café"
Convert text to uppercase with Unicode support$ uni-algo upper "hello world"
Check if string is valid UTF-8$ uni-algo validate "test string"