cpp-unicodelibv2026-09-05
- Updated
A C++17 header-only Unicode library. (Unicode 17.0.0)
- Project website: https://github.com/yhirose/cpp-unicodelib
#Usage
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.
#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Host Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Lukas Dürrenberger