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