Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problems with non-ascii filenames
- X-seq: zsh-workers 26646
- From: Äsmail DÃnmez <ismail@xxxxxxxxxxx>
- To: Andrey Borzenkov <arvidjaar@xxxxxxxxx>
- Subject: Re: Problems with non-ascii filenames
- Date: Sun, 1 Mar 2009 00:28:39 +0200
- Cc: zsh-workers@xxxxxxxxxx, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- In-reply-to: <200903010028.46088.arvidjaar@xxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <19e566510902280137s3bb02510te650364cb03145a9@xxxxxxxxxxxxxx> <200903010028.46088.arvidjaar@xxxxxxxxx>
Hi,
On Sat, Feb 28, 2009 at 11:28 PM, Andrey Borzenkov <arvidjaar@xxxxxxxxx> wrote:
> On 28 ÑÐÐÑÐÐÑ 2009 12:37:00 Äsmail DÃnmez wrote:
>> Hi,
>>
>> Using latest zsh CVS on OSX 10.5.6, observe :
>>
>> [~]> touch xÃÃÃx
>>
>> [~]> echo xo<0308>o<0308>o<0308>x
>> xÃÃÃx
>>
>> Somehow "Ã" character is replaced by <0308> while tab completing. Any
>> help is appreciated.
>>
>
> No, it is not replaced. 0308 is combining diactrical mark for umlaut.
> Unfortunately, UNICODE allows for several different representations of
> the same character.
>
> I believe this specific issue was already mentioned in the past w.r.t
> MacOS - it seems to prefer combining characters.
>
> Try setting combiningchars - this could help.
>
Setting LANG to anything didn't help, setting combining chars helps, kinda:
touch xÃÃx
echo x<tab>
completes to xÃÃx
echo xÃ<tab>
does nothing.
Seems weird.
Regards.
--
Äsmail DÃNMEZ
Messages sorted by:
Reverse Date,
Date,
Thread,
Author