mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/libb64: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
bc598918f1
commit
5d40f91c66
1 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,8 @@
|
|||
libb64 is a library of ANSI C routines for fast encoding/decoding data into and
|
||||
from a base64-encoded format. C++ wrappers are included, as well as the source
|
||||
code for standalone encoding and decoding executables.
|
||||
libb64 is a library of ANSI C routines for fast encoding/decoding data
|
||||
into and from a base64-encoded format. C++ wrappers are included,
|
||||
as well as the source code for standalone encoding and decoding
|
||||
executables.
|
||||
|
||||
Base64 uses a subset of displayable ASCII characters, and is therefore a useful
|
||||
encoding for storing binary data in a text file, such as XML, or sending binary
|
||||
data over text-only email.
|
||||
Base64 uses a subset of displayable ASCII characters, and is therefore
|
||||
a useful encoding for storing binary data in a text file, such as XML,
|
||||
or sending binary data over text-only email.
|
||||
|
|
Loading…
Reference in a new issue