summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-01-19 17:01:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-01-19 17:01:40 (GMT)
commit22657ad365387756101eef242c94c8989688955c (patch)
tree95c72304e293323e70edc353bd97a6d28a11a042 /doc
parent02838226febd8e93a6b8ba05bb7d45749d2b2ed4 (diff)
downloadtcl-22657ad365387756101eef242c94c8989688955c.zip
tcl-22657ad365387756101eef242c94c8989688955c.tar.gz
tcl-22657ad365387756101eef242c94c8989688955c.tar.bz2
New proposal: Allow "-strict" immediately before or after "-failindex var".
Diffstat (limited to 'doc')
-rw-r--r--doc/encoding.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/encoding.n b/doc/encoding.n
index 7eae61a..24ca1c7 100644
--- a/doc/encoding.n
+++ b/doc/encoding.n
@@ -48,7 +48,7 @@ in case of a conversion error, the position of the input byte causing the error
is returned in the given variable. The return value of the command are the
converted characters until the first error position.
In case of no error, the value \fI-1\fR is written to the variable. This option
-may not be used together with \fB-nocomplain\fR, and it already implies \fB-strict\fR.
+may not be used together with \fB-nocomplain\fR.
.PP
The option \fB-nocomplain\fR has no effect and is available for compatibility with
TCL 9. In TCL 9, the encoding command fails with an error on any encoding issue.
@@ -81,7 +81,7 @@ in case of a conversion error, the position of the input character causing the e
is returned in the given variable. The return value of the command are the
converted bytes until the first error position. No error condition is raised.
In case of no error, the value \fI-1\fR is written to the variable. This option
-may not be used together with \fB-nocomplain\fR, and it already implies \fB-strict\fR.
+may not be used together with \fB-nocomplain\fR.
.PP
The option \fB-nocomplain\fR has no effect and is available for compatibility with
TCL 9. In TCL 9, the encoding command fails with an error on any encoding issue.