nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] Items for nmh 1.7

2014-06-11 05:22:42
Thus spake Ken Hornstein:

Your problem is probably the same one I ran into; isspace() would interpret
0xA0 as a non-breaking space and replace it with a "real" space, messing
up UTF-8 sequences.

This isn't perfect; in a perfect world you'd pull in the bytes and call
wcwidth() on each Unicode character, but it works good enough for me in
practice.

Thanks for the explanation. I intend to have a look at par again soonish
and try to get it right with multibyte characters once and for all.
 
-- 
J.

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