UTF-8 is a hard requirement, actually

I don't know how we missed this wording, but we've always had a hard constraint on UTF-8 being the encoding.
This commit is contained in:
Kat Marchán 2025-01-19 19:34:34 -08:00 committed by GitHub
parent 53a884c93d
commit c914b92820
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
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.
### Example