>   Hi.  I recently started using UTF-8, and noticed that zsh doesn't
>  handle multibyte characters correctly when globbing, as demonstrated
>  below:
> 
>     [EMAIL PROTECTED] :) touch øl     
>     [EMAIL PROTECTED] :) ls ?l        
>     zsh: no matches found: ?l
>     [EMAIL PROTECTED] :( ls [ø]l
>     zsh: no matches found: [ø]l
>     [EMAIL PROTECTED] :( ls ??l       
>     øl
>     [EMAIL PROTECTED] :) 

Yes, the globbing code is not yet aware ot multibyte chars.

Reply via email to