Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zstat output of Unicode filenames
- X-seq: zsh-workers 50145
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: zstat output of Unicode filenames
- Date: Sat, 30 Apr 2022 00:41:32 +0000
- Archived-at: <https://zsh.org/workers/50145>
- List-id: <zsh-workers.zsh.org>
% print -n Ą | xxd -p
c484
% touch Ą
% zstat -nor -- * | head -1
ă�:
% zstat -nor -- * | head -1 | xxd -p | me
c483 a43a 0a
%
Looks like a missing unmetafy()?
Cheers,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author