Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Combining characters and MacOSX
- X-seq: zsh-workers 24845
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Combining characters and MacOSX
- Date: Sat, 19 Apr 2008 03:02:20 +0200
- In-reply-to: <12C9D7E4-D02E-478F-92BD-FDB75F3C8B2D@xxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <12C9D7E4-D02E-478F-92BD-FDB75F3C8B2D@xxxxxxxxxxxxxxxxx>
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