Files
toml11/examples/unicode/input.toml

3 lines
96 B
TOML
Raw Normal View History

2024-06-15 19:23:05 +09:00
"W\u0302" = 1 # in NFC, this key is the same as the following key
"Ŵ" = 2 # so it fails.