mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-16 16:28:09 +08:00
363 B
363 B
reflect
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