diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-12-21 16:33:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-12-21 16:33:29 (GMT) |
commit | b714d266298b18489995ea64d1ebf37b7b51fe5c (patch) | |
tree | 078dad3652cbec8ce769c8e196d7794a234f3557 /doc/binary.n | |
parent | 28146e3fee39124075fa8c1776da56e6ebed616c (diff) | |
parent | e3c67e088158312bf1d91f23ff22d9f67f87c016 (diff) | |
download | tcl-b714d266298b18489995ea64d1ebf37b7b51fe5c.zip tcl-b714d266298b18489995ea64d1ebf37b7b51fe5c.tar.gz tcl-b714d266298b18489995ea64d1ebf37b7b51fe5c.tar.bz2 |
Merge 8.7
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 1a62ad6..c54bcc9 100644 --- a/doc/binary.n +++ b/doc/binary.n @@ -83,6 +83,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 |