Files
toml11/examples/unicode/README.md

16 lines
363 B
Markdown
Raw Permalink Normal View History

2024-06-23 15:32:50 +09:00
# unicode
2024-06-15 19:23:05 +09:00
Compare TOML key after NFC canonicalization.
It depends on [uni-algo](https://github.com/uni-algo/uni-algo.git).
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`.
```cpp
$ cmake -B ./build/ -DTOML11_BUILD_EXAMPLES=ON
```