summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2021-12-20 14:38:13 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2021-12-20 14:38:13 (GMT)
commitfc5ef30f8cb501a35c696d8356e1e89e3004efaa (patch)
treee65e31a2d28b7efe2354234c544f1b12a15e76a6 /doc
parentf60e1647996f8494c8eb64899086f74a43dc0120 (diff)
downloadtcl-fc5ef30f8cb501a35c696d8356e1e89e3004efaa.zip
tcl-fc5ef30f8cb501a35c696d8356e1e89e3004efaa.tar.gz
tcl-fc5ef30f8cb501a35c696d8356e1e89e3004efaa.tar.bz2
binary encode/decode hex: document upper/lower character use.
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 43df4cc..d39fd11 100644
--- a/doc/binary.n
+++ b/doc/binary.n
@@ -87,6 +87,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