nmh-workers
[Top][All Lists]
Advanced

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

Re: [Nmh-workers] Handling non-ASCII


From: Ralph Corderoy
Subject: Re: [Nmh-workers] Handling non-ASCII
Date: Mon, 16 Apr 2012 17:03:40 +0100

Hi Ken,

> what should we do if the text is outside of us-ascii?

Copy `cat -A'?

    seq 0 255 | sed 's/$/P/' | dc | cat -A

Or some other similar escaping;  \x1b.  It does mean one wouldn't be
able to discern a subject with cat -A-looking output from binary.

Cheers, Ralph.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]