mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-15 00:51:04 +00:00
.. | ||
.gitignore | ||
canonicalize.cpp | ||
CMakeLists.txt | ||
input.toml | ||
README.md |
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