-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#135: bin/base64: add command line options for decoding
Add the following command line options to the bin/base64 demo utility that affect decoding: --ignore-garbage|-i Taken from GNU base64, this option ignores any characters in the input which are not part of the base64 alphabet. --no-strip-newlines|-n Turn off the recently introduced check for newlines in the input. This speeds up decoding for any inputs that are guaranteed not to have newlines in them. Resolves #135.
- Loading branch information
Showing
1 changed file
with
83 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters