Re: [Nmh-workers] Non-ASCII Characters in bodies and subjects

2014-06-18 Thread Ralph Corderoy
Hello Ken, The Unix kernel stores filenames as a run of bytes, not including `/' and NUL. That's not universally true anymore. Some newer filesystems are mandating that filenames are UTF-8 and enforcing normalization rules (MacOS X and Solaris are two notable examples). Thanks, I didn't

Re: [Nmh-workers] A permute command for nmh 1.7 ?

2014-06-18 Thread Ralph Corderoy
Hi Norm, Here's where each has to end up. $ paste (echo $l) (echo $l | sort -n) | awk '$1 != $2' 25 2 4 3 3 4 31 9 29 10 41 13 9 20 13 23 2 25 23 29 20 31

Re: [Nmh-workers] Non-ASCII Characters in bodies and subjects

2014-06-18 Thread Ken Hornstein
That's not universally true anymore. Some newer filesystems are mandating that filenames are UTF-8 and enforcing normalization rules (MacOS X and Solaris are two notable examples). Thanks, I didn't know. Haven't used Solaris in years, and never bought Apple. Let me amend this a bit; as I