diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-12-13 07:44:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-12-13 07:44:12 (GMT) |
commit | 532559323e22f7dd676bd9bbd6c6ea983dfd8e12 (patch) | |
tree | 90e0da323c0eddc0c41944f43ddb090de437a389 /doc | |
parent | d9baa9e3de716177373affbd61c0da22352612dc (diff) | |
parent | 2e1db6850f0a6da09fd1457c2f2cf851f4c5f315 (diff) | |
download | tcl-532559323e22f7dd676bd9bbd6c6ea983dfd8e12.zip tcl-532559323e22f7dd676bd9bbd6c6ea983dfd8e12.tar.gz tcl-532559323e22f7dd676bd9bbd6c6ea983dfd8e12.tar.bz2 |
Merge 8.7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/encoding.n | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/encoding.n b/doc/encoding.n index 4e18798..6a273f4 100644 --- a/doc/encoding.n +++ b/doc/encoding.n @@ -52,9 +52,9 @@ converted characters until the first error position. No error condition is raise 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. .PP -The \fB-strict\fR option followes more strict rules in conversion. Currently, only -the sequence \fB\\xC0\\x80\fR in \fButf-8\fR encoding is disallowed. Additional rules -may follow. +The \fB-strict\fR option follows more strict rules in conversion. For the \fButf-8\fR +encoder, it disallows the the sequence \fB\\xC0\\x80\fR and noncharacters (which - +otherwise - are just passed through). .VE "TCL8.7 TIP346, TIP607, TIP601" .RE .TP @@ -84,8 +84,9 @@ 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. .PP -The \fB-strict\fR option followes more strict rules in conversion. Currently, it has -no effect but may be used in future to add additional encoding checks. +The \fB-strict\fR option follows more strict rules in conversion. For the \fButf-8\fR +encoder, it disallows the the sequence \fB\\xC0\\x80\fR and noncharacters (which - +otherwise - are just passed through). .VE "TCL8.7 TIP346, TIP607, TIP601" .RE .TP |