@@ -1347,7 +1347,7 @@ depending on the characters used.¶
The toplevel concept of KDL is a Document. A Document is composed of zero or
more Nodes (Section 3.2), 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.¶
diff --git a/draft-marchan-kdl2.txt b/draft-marchan-kdl2.txt
index d4b23e8..f793744 100644
--- a/draft-marchan-kdl2.txt
+++ b/draft-marchan-kdl2.txt
@@ -5,7 +5,7 @@
KDL Community K. Marchán
Microsoft
KDL Contributors
- 19 January 2025
+ 20 January 2025
The KDL Document Language
@@ -137,7 +137,7 @@ Table of Contents
zero or more Nodes (Section 3.2), separated by newlines and
whitespace, and eventually terminated by an EOF.
- All KDL documents should be UTF-8 encoded and conform to the
+ All KDL documents MUST be encoded in UTF-8 and conform to the
specifications in this document.
3.1.1. Example
diff --git a/index.html b/index.html
index c393643..d30dc8a 100644
--- a/index.html
+++ b/index.html
@@ -35,7 +35,7 @@