diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2021-12-20 14:38:13 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2021-12-20 14:38:13 (GMT) |
commit | fc5ef30f8cb501a35c696d8356e1e89e3004efaa (patch) | |
tree | e65e31a2d28b7efe2354234c544f1b12a15e76a6 /doc | |
parent | f60e1647996f8494c8eb64899086f74a43dc0120 (diff) | |
download | tcl-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.n | 2 |
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 |