Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Combining characters and MacOSX



On 2008-04-19 00:52:19 +0900, Jun T. wrote:
> Is it possible to include a working version of wcwidth()
> in the zsh source tree and use it if the system's wcwidth()
> is broken?

If you replace the whole wcwidth() function, make sure that it doesn't
become inconsistant with the other wc functions. For instance, the LRM
behavior is system-dependent:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=457634#13

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)



Messages sorted by: Reverse Date, Date, Thread, Author