nmh-workers
[Top] [All Lists]

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

2012-03-31 17:32:41
Shouldn't take much more than

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

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

to fix your formatting script.

That's not the problem; the perl script handled UTF-8 just fine.  It's
just that nmh didn't know what to do with it.

--Ken

_______________________________________________
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>