From 919e154dcdb8913b837a027bf63167d0d8bdc815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Mon, 20 Jan 2025 04:13:45 -0800 Subject: [PATCH] UTF-8 is a hard requirement, actually (#490) --- 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