toml11/examples/unicode
2024-06-23 15:32:50 +09:00
..
.gitignore feat: add examples 2024-06-15 19:23:05 +09:00
canonicalize.cpp feat: add examples 2024-06-15 19:23:05 +09:00
CMakeLists.txt feat: add examples 2024-06-15 19:23:05 +09:00
input.toml feat: add examples 2024-06-15 19:23:05 +09:00
README.md fix: title in example README 2024-06-23 15:32:50 +09:00

unicode

Compare TOML key after NFC canonicalization.

It depends on uni-algo.

The example contains two keys that are different in bytewise comparison, but becomes the same after NFC normalization.

build

Build toml11 with -DTOML11_BUILD_EXAMPLES=ON.

$ cmake -B ./build/ -DTOML11_BUILD_EXAMPLES=ON