Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
printf %b
- X-seq: zsh-workers 23077
- From: Stephane Chazelas <Stephane_Chazelas@xxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: printf %b
- Date: Wed, 27 Dec 2006 14:58:18 +0000
- Mail-followup-to: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: Stephane Chazelas <stephane_chazelas@xxxxxxxx>
Hiya,
just noticed that
printf %b '\0123'
doesn't work anymore as it used to and as SUSv3 specifies
(should output S, and not <NL>3).
echo '\0123'
and
printf '\123'
are correct though.
With 4.3.2-dev-1+20061217-1 (debian package) both in zsh and sh
emulation.
regards,
Stéphane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author