diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
commit | f1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch) | |
tree | 37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /converters/base64 | |
parent | 37170ce899bdf394cca1d0769b2215d84b15a7ee (diff) | |
download | pkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz |
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'converters/base64')
-rw-r--r-- | converters/base64/DESCR | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/base64/DESCR b/converters/base64/DESCR index 44a7efaadf6..1bbaf8a673c 100644 --- a/converters/base64/DESCR +++ b/converters/base64/DESCR @@ -3,9 +3,9 @@ and successors) defines a mechanism for encoding arbitrary binary information for transmission by electronic mail. Triplets of 8-bit octets are encoded as groups of four characters, each representing 6 bits of the source 24 bits. Only characters present in all variants of ASCII and EBCDIC are used, avoiding -incompatibilities in other forms of encoding such as uuencode/uudecode. +incompatibilities in other forms of encoding such as uuencode/uudecode. base64 is a command line utility which encodes and decodes files in this format. It can be used within a pipeline as an encoding or decoding filter, and is most commonly used in this manner as part of an automated mail -processing system. +processing system. |