diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-12-21 16:18:53 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-12-21 16:18:53 (GMT) |
commit | e3c67e088158312bf1d91f23ff22d9f67f87c016 (patch) | |
tree | 76b2e5daefcb9c4700e7f399df406157e37e38ca /doc/binary.n | |
parent | ead6c0d0543e7a3ccb5a45d79554f7852d70a1df (diff) | |
parent | fc5ef30f8cb501a35c696d8356e1e89e3004efaa (diff) | |
download | tcl-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/binary.n')
-rw-r--r-- | doc/binary.n | 2 |
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 |