mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 02:08:09 +08:00
feat: add examples
This commit is contained in:
15
examples/unicode/README.md
Normal file
15
examples/unicode/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# reflect
|
||||
|
||||
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
|
||||
```
|
Reference in New Issue
Block a user