From e3254789d992c31df2ca8539bdd1564739e96b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Fri, 11 Dec 2020 12:33:58 -0800 Subject: [PATCH] specify utf8 encoding --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 85ab7c9..dc44dd7 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,9 @@ tag /*foo=true*/ bar=false But kdl changes a few details: ```kdl +// Files must be utf8 encoded! +smile "�" + // Instead of anonymous nodes, nodes and properties can be wrapped // in "" for arbitrary node names. "!@#$@$%Q#$%~@!40" "1.2.3" "!!!!!"=true