diff options
author | dgp <dgp@users.sourceforge.net> | 2020-03-28 16:33:50 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-03-28 16:33:50 (GMT) |
commit | f5621cf8539eb6b5c64826e06254cbf2121a52bd (patch) | |
tree | c25863768baad5a43b4feb82e47ee9c62265040c /doc/binary.n | |
parent | a30671934a6bd8c3448cb1a57634210fa24edbb0 (diff) | |
parent | c619f65f15cd0877658ae9a0c0e3748b8fc0896b (diff) | |
download | tcl-f5621cf8539eb6b5c64826e06254cbf2121a52bd.zip tcl-f5621cf8539eb6b5c64826e06254cbf2121a52bd.tar.gz tcl-f5621cf8539eb6b5c64826e06254cbf2121a52bd.tar.bz2 |
merge 8.6
Diffstat (limited to 'doc/binary.n')
-rw-r--r-- | doc/binary.n | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/binary.n b/doc/binary.n index 00b29d4..00919f3 100644 --- a/doc/binary.n +++ b/doc/binary.n @@ -73,7 +73,9 @@ During decoding, the following options are supported: .TP \fB\-strict\fR . -Instructs the decoder to throw an error if it encounters whitespace characters. Otherwise it ignores them. +Instructs the decoder to throw an error if it encounters any characters +that are not strictly part of the encoding itself. Otherwise it ignores them. +RFC 2045 calls for base64 decoders to be non-strict. .RE .TP \fBhex\fR @@ -87,7 +89,8 @@ options are supported: .TP \fB\-strict\fR . -Instructs the decoder to throw an error if it encounters whitespace characters. Otherwise it ignores them. +Instructs the decoder to throw an error if it encounters whitespace characters. +Otherwise it ignores them. .RE .TP \fBuuencode\fR @@ -117,8 +120,8 @@ During decoding, the following options are supported: .TP \fB\-strict\fR . -Instructs the decoder to throw an error if it encounters unexpected whitespace -characters. Otherwise it ignores them. +Instructs the decoder to throw an error if it encounters unexpected +whitespace characters. Otherwise it ignores them. .PP Note that neither the encoder nor the decoder handle the header and footer of the uuencode format. |