mirror of https://github.com/kdl-org/kdl.git
UTF-8 is a hard requirement, actually (#490)
This commit is contained in:
parent
53a884c93d
commit
919e154dcd
|
|
@ -97,7 +97,7 @@ The toplevel concept of KDL is a Document. A Document is composed of zero or
|
||||||
more Nodes ({{node}}), separated by newlines and whitespace, and eventually
|
more Nodes ({{node}}), separated by newlines and whitespace, and eventually
|
||||||
terminated by an EOF.
|
terminated by an EOF.
|
||||||
|
|
||||||
All KDL documents should be UTF-8 encoded and conform to the specifications in
|
All KDL documents MUST be encoded in UTF-8 and conform to the specifications in
|
||||||
this document.
|
this document.
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue