Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Help wanted with debugging a weird glob behavior



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