|
From: | Kaz Kylheku (Coreutils) |
Subject: | Re: altchars for base64 |
Date: | Sat, 14 Mar 2020 23:12:46 -0700 |
User-agent: | Roundcube Webmail/0.9.2 |
On 2020-03-14 22:20, Peng Yu wrote:
Hi, Python base64 decoder has the altchars option. https://docs.python.org/3/library/base64.html base64.b64decode(s, altchars=None, validate=False)ΒΆ But I don't see such an option in coreutils' base64. Can this option be added? Thanks.
# use %* instead of +/: base64 whatever | tr '+/' '%*'
[Prev in Thread] | Current Thread | [Next in Thread] |