From c914b92820b7a065836ab97b8dd46df76990dfd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 19 Jan 2025 19:34:34 -0800 Subject: [PATCH] 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. --- draft-marchan-kdl2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-marchan-kdl2.md b/draft-marchan-kdl2.md index b1bba0c..008b9a5 100644 --- a/draft-marchan-kdl2.md +++ b/draft-marchan-kdl2.md @@ -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