A C++17 header-only Unicode library. (Unicode 17.0.0)
cpp-unicodelib is header-only and can be used from CMake via:
find_path(CPP_UNICODELIB_INCLUDE_DIRS "unicodelib.h")
target_include_directories(main PRIVATE ${CPP_UNICODELIB_INCLUDE_DIRS})
unicodelib.h contains non-ASCII UTF-8 encoded source characters, so consumers
building with MSVC must compile with the /utf-8 flag.
v2026-09-05#0
All
Complex license
Manifest