Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Help wanted with debugging a weird glob behavior
- X-seq: zsh-users 24161
- From: Stephane Chazelas <stephane.chazelas@xxxxxxxxx>
- To: Aryn Starr <whereislelouch@xxxxxxxxxx>
- Subject: Re: Help wanted with debugging a weird glob behavior
- Date: Tue, 20 Aug 2019 08:37:01 +0100
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=z3jogvqTilPD5aHinBcoGYnMAfv3AKhp0/uNhNcywKI=; b=BkQE4HyMiM1snKYEJATYJmWKezItgPWodO8zzqHOER4aUv9LRcXp53ekdmXlCvyqv/ NJxzyKnWn9z841FxLwX6OVFrQVtuKj0N4u/M/kZqm2oK4Q6AsKpuDDDJXAmHzzRlx9NB sJ3jWFtii1InKNwpDyMVDCthPsTGeE0OItpDH0briSKYL6v+35eO1AcpgsTLFKUEztno oKnqwNvOQKcGw2OHkJjXP5iZhDTUS/BHCnckR2ffkQoP/2myML82W3orTgJGjz4KFiTQ Ox/MtwYGqHckYGrU0Mva8pbt28dyhg1wtNSJlqJ/XkTqsAQIR4iYlF3BaVSlhBFQwovv waLA==
- In-reply-to: <0628A0E5-63F0-481E-AEC2-962658134620__9154.55124793283$1566242642$gmane$org@icloud.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mail-followup-to: Aryn Starr <whereislelouch@xxxxxxxxxx>, zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <0628A0E5-63F0-481E-AEC2-962658134620__9154.55124793283$1566242642$gmane$org@icloud.com>
2019-08-19 23:52:23 +0430, Aryn Starr:
> I have an album of mp3 files in `/Users/evar/my-music/Songs/Motion Picture's Soundtracks/More/Cécile Corbel - The Secret World Of Arrietty OST [FLAC]/`. I have put `/Users/evar/my-music/Songs/Motion Picture's Soundtracks/More/Cécile Corbel - The Secret World Of Arrietty OST [FLAC]/20 - Cécile Corbel - Arrietty's Song (original Japanese version).flac` in the file `path` (to help with reproducibility of the bug)(file accessible at https://git.io/fjF98 <https://git.io/fjF98>).
>
> You can see that the address saved in `path` is valid and points to a file:
[...]
Given that you seem to be on macOS, that has possibly something
to do with
https://unix.stackexchange.com/questions/399927/how-to-rename-filenames-with-accents-on-macos
And the fact that macOS stores characters in their decomposed
form which zsh tries to work around there by converting back to
precomposed.
--
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author