Bug#353607: Globbing handles multibyte characters incorrectly

2006-02-19 Thread Tore Anderson

Package: zsh
Version: 4.3.0-dev-2-4

  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] :) 

Regards
-- 
Tore Anderson




Bug#353607: Globbing handles multibyte characters incorrectly

2006-02-19 Thread Clint Adams
   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.