1. Home
  2. Browse
  3. cpp-unicodelib

cpp-unicodelib

v2026-09-05#0Latest

A C++17 header-only Unicode library. (Unicode 17.0.0)

Install

Run the following Vcpkg command to install the port.

vcpkg install 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.

See source

Version

v2026-09-05#0

Publication

Supports

All

GitHub

yhirose/cpp-unicodelib141

Homepage

github.com/yhirose/cpp-unicodelib

Subtree

a8e6514795

License

Complex license

Definition

Manifest