Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
some unicode issues [was Re: PATCH: fix 4, was Re: unpatch: metafying zle line]
- X-seq: zsh-workers 21613
 
- From: Clint Adams <clint@xxxxxxx>
 
- To: Peter Stephenson <pws@xxxxxxx>
 
- Subject: some unicode issues [was Re: PATCH: fix 4, was Re: unpatch: metafying zle line]
 
- Date: Mon, 15 Aug 2005 11:06:48 -0400
 
- Cc: zsh-workers@xxxxxxxxxx
 
- In-reply-to: <20050815105717.723be294.pws@xxxxxxx>
 
- Mail-followup-to: Peter Stephenson <pws@xxxxxxx>, zsh-workers@xxxxxxxxxx
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
 
- References: <200508121021.j7CAL18n012569@xxxxxxxxxxxxxx> <20050815105717.723be294.pws@xxxxxxx>
 
> This turns on ZLE_UNICODE_SUPPORT by default when the environment supports
> it.  For now we require full ISO 10646 support (__STDC_ISO_10646__).  I'm
This is great!
> The problems Andrej's been seeing are likely to be mostly specific to real
> wide characters: since the completion code uses multibyte characters, with
> normal ASCII it sees exactly what it would have with ZLE_UNICODE_SUPPORT
> turned off.  So we will be relying a lot on people who need characters not
> in ASCII.
I notice two areas that need attention.
% ls
한국어/  English/    español/   ish中文/    Türkçe/    Ελληνικάeek/  中文/
català/  Englishий/  français/  Português/  Ελληνικά/  Русский/      中文ish/
% cd
Completing local directory
한국어            Englishий/         ish中文            Ελληνικά     中文                                  
català/             español/            Português/          Ελληνικάeek  中文ish                               
English/             français/           Türkçe/            Русский                       
The directories with the / suffix are colored red, and the unmarked ones are uncolored.
Display width is also miscalculated when tabbing through the completions.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author