diff options
Diffstat (limited to 'doc/binary.n')
| -rw-r--r-- | doc/binary.n | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/binary.n b/doc/binary.n index 4a5d6c8..70f569b 100644 --- a/doc/binary.n +++ b/doc/binary.n @@ -81,7 +81,9 @@ RFC 2045 calls for base64 decoders to be non-strict. \fBhex\fR . The \fBhex\fR binary encoding converts each byte to a pair of hexadecimal -digits in big-endian form. +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 |
