summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjvoisin2023-09-20 14:00:46 +0200
committerjvoisin2023-09-20 14:00:46 +0200
commitf672fa54b5c2b6ee9b4e5bf9ab833fc542b75d78 (patch)
treeb7a97d53b50354ac66b452808aaff36d79335fbb /doc
parentf4d0edc33d998c7c567df082876b8f0debf24609 (diff)
Document that rules are the be written in ascii
Diffstat (limited to 'doc')
-rw-r--r--doc/source/config.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index b302e8c..0b8b737 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -72,6 +72,9 @@ Rules can be split into lines and contain whitespace for easier readability and
72 72
73The terminating ``;`` is optional for now, but it should be used for future compatibility. 73The terminating ``;`` is optional for now, but it should be used for future compatibility.
74 74
75Rules, including comments, needs to be written in ASCII, other encodings aren't
76supported and might cause syntax errors and related issues.
77
75Miscellaneous 78Miscellaneous
76------------- 79-------------
77 80