[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: base85 would it be accepted
From: |
Pádraig Brady |
Subject: |
Re: base85 would it be accepted |
Date: |
Sat, 14 Oct 2017 15:39:09 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
On 13/10/17 03:28, Eric Curtin wrote:
> Hi Guys,
>
> I find base32 and base64 very useful in coreutils. If I wrote a base85
> implementation in the same style would it be accepted? Just wondering,
> don't want to waste my time submitting just in case.
Well as the bit width increases there is more opportunity
for application specific variations on the encoding.
I quick check confirms this, so I'm thinking that base85
is more useful as an application specific encoding used
by pdf or git etc. rather than a standalone useful encoding/util.
thanks,
Pádraig