nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] 1.5 release and better repl/MIME handling

2012-03-31 14:05:23
Shouldn't take much more than

  #after opening for reading
  binmode(IFH, ':utf8');

  #before writing
  binmode(OFH, ':utf8');

to fix your formatting script.

If adding perl dependency, you'll need to require at least 5.6.1
for utf8, although 5.8 or better yet 5.10 would be preferable;
perl may be up to 5.14 but plenty of systems are still running
older versions, particularly as the default perl from the OS.

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>