Re: quoted-printable [--decode]: it's time (original) (raw)

[Top][All Lists]


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]


From: jidanni
Subject: Re: quoted-printable [--decode]: it's time
Date: Thu, 26 Nov 2009 08:19:11 +0800

>>>> "JM" == Jim Meyering <address@hidden> writes: JM> GNU recode does that: JM> $ printf '\0\1'|recode ../QP

Ah ha, then checkmate, $ recode -l|grep -i base64 /Base64 64 b64

I.e., you must either

  1. Make a separate quoted-printable(1) command too, just to be fair.
  2. Leave a note on the base64(1) man page saying that if one is looking for quoted-printable(1) try recode instead... however this isn't a good place to leave such a note... hmmm

OK, whatever. I'll try to remember recode.