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

Re: mkdir builtin and $'\0'



On Tue, 18 Aug 2015 13:55:19 +0100
Stephane Chazelas <stephane.chazelas@xxxxxxxxx> wrote:
> 2015-08-18 12:27:55 +0100, Peter Stephenson:
> > On Tue, 18 Aug 2015 12:11:34 +0100
> > Stephane Chazelas <stephane.chazelas@xxxxxxxxx> wrote:
> > > $ strftime $'%Y\0%m\0%d' 0 | sed -n l
> > > 1970\203 01\203 01$
> > 
> > This should fix that one.
> [...]
> 
> Thanks, though it seems to have broken some internationalisation
> support.

That was Ismail's problem, too... in fact, if I'd looked above, I'd have
seen that buffer isn't actually metafied at that point, duh.  So I'll
need to look further at what's causing you're original probalem ---
looks like something metafied has crept in.  I'll back off the original
change.

pws



Messages sorted by: Reverse Date, Date, Thread, Author