Skip to content

Commit

Permalink
binary encode/decode hex: document upper/lower character use.
Browse files Browse the repository at this point in the history
  • Loading branch information
oehhar committed Dec 20, 2021
1 parent f60e164 commit fc5ef30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/binary.n
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc5ef30

Please sign in to comment.