Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: \M-^C vs \203 vs \x83 as visual representations of bytes
- X-seq: zsh-workers 52608
- From: Stephane Chazelas <stephane@xxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: \M-^C vs \203 vs \x83 as visual representations of bytes
- Date: Sun, 25 Feb 2024 18:25:39 +0000
- Archived-at: <https://zsh.org/workers/52608>
- In-reply-to: <20240225090751.yqb23ewm4pgocg7e@chazelas.org>
- List-id: <zsh-workers.zsh.org>
- Mail-followup-to: Zsh hackers list <zsh-workers@xxxxxxx>
- References: <20240225090751.yqb23ewm4pgocg7e@chazelas.org>
2024-02-25 09:07:51 +0000, Stephane Chazelas:
[...]
> $ ksh -xc 'printf "%q\n" "$a"'
> + printf '%q\n' $'\x83'
> $'\x83'
[...]
For the record, ksh93 switched from using \203 to using \x83 in
ksh93u+ in 2012.
https://github.com/ksh93/ksh93-history/commit/1753aa035#diff-c04f1e85360bcf953a69830ce48b4c81a0cdea3851729a0090527e82f21e803bR436
--
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author