mirror of https://github.com/kdl-org/kdl.git
specify utf8 encoding
This commit is contained in:
parent
dd2516bcb6
commit
e3254789d9
|
|
@ -46,6 +46,9 @@ tag /*foo=true*/ bar=false
|
||||||
But kdl changes a few details:
|
But kdl changes a few details:
|
||||||
|
|
||||||
```kdl
|
```kdl
|
||||||
|
// Files must be utf8 encoded!
|
||||||
|
smile "<22>"
|
||||||
|
|
||||||
// Instead of anonymous nodes, nodes and properties can be wrapped
|
// Instead of anonymous nodes, nodes and properties can be wrapped
|
||||||
// in "" for arbitrary node names.
|
// in "" for arbitrary node names.
|
||||||
"!@#$@$%Q#$%~@!40" "1.2.3" "!!!!!"=true
|
"!@#$@$%Q#$%~@!40" "1.2.3" "!!!!!"=true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue