zsh-workers
 help / color / mirror / code / Atom feed
* zstat output of Unicode filenames
@ 2022-04-30  0:41 Daniel Shahaf
  2022-04-30  4:22 ` Bart Schaefer
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Shahaf @ 2022-04-30  0:41 UTC (permalink / raw)
  To: zsh-workers

% 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-01 14:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-30  0:41 zstat output of Unicode filenames Daniel Shahaf
2022-04-30  4:22 ` Bart Schaefer
2022-04-30  4:53   ` Daniel Shahaf
2022-04-30  5:33     ` Bart Schaefer
2022-05-01 14:46       ` Daniel Shahaf

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).