From 461f15dc8baaecd4fb197242579650feff4f5b90 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 10 Mar 2024 13:39:40 +0100 Subject: [PATCH] Fix #270 - requireEncoding documentation add missing parameters --- src/site/apt/requireEncoding.apt.vm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/site/apt/requireEncoding.apt.vm b/src/site/apt/requireEncoding.apt.vm index 8c02c82..ea4189f 100644 --- a/src/site/apt/requireEncoding.apt.vm +++ b/src/site/apt/requireEncoding.apt.vm @@ -41,7 +41,11 @@ Require Encoding * <> - enable SCM file exclusions, enbled by default. * <> - Should the rule fail after the first error or should the errors be aggregated. Default true. - + + * <> - a boolean, accept US-ASCII as an subset of UTF-8 and ISO-8859-1/-15, default <<>>. + + * <> - a boolean, accept ISO-8859-1 as a subset of ISO-8859-15, default <<>>. + []