summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-12-21 16:18:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-12-21 16:18:53 (GMT)
commite3c67e088158312bf1d91f23ff22d9f67f87c016 (patch)
tree76b2e5daefcb9c4700e7f399df406157e37e38ca /doc
parentead6c0d0543e7a3ccb5a45d79554f7852d70a1df (diff)
parentfc5ef30f8cb501a35c696d8356e1e89e3004efaa (diff)
downloadtcl-e3c67e088158312bf1d91f23ff22d9f67f87c016.zip
tcl-e3c67e088158312bf1d91f23ff22d9f67f87c016.tar.gz
tcl-e3c67e088158312bf1d91f23ff22d9f67f87c016.tar.bz2
New macro TclNewIndexObj(). For Tcl 8.7 it's the same as TclNewIntObj(), but in Tcl 9.0 not any more.
Merge 8.6
Diffstat (limited to 'doc')
-rw-r--r--doc/binary.n2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/binary.n b/doc/binary.n
index 9ab694e..70f569b 100644
--- a/doc/binary.n
+++ b/doc/binary.n
@@ -82,6 +82,8 @@ RFC 2045 calls for base64 decoders to be non-strict.
.
The \fBhex\fR binary encoding converts each byte to a pair of hexadecimal
digits that represent the byte value as a hexadecimal integer.
+When encoding, lower characters are used.
+When decoding, upper and lower characters are accepted.
.RS
.PP
No options are supported during encoding. During decoding, the following