nmh-workers
[Top][All Lists]
Advanced

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

Re: [Nmh-workers] Items for nmh 1.7


From: Joel Uckelman
Subject: Re: [Nmh-workers] Items for nmh 1.7
Date: Wed, 11 Jun 2014 03:22:12 -0700

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.



reply via email to

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