[program-l] Re: table of non printable ascii character commands

  • From: Dzhovani <dzhovani.chemishanov@xxxxxxxxx>
  • To: program-l@xxxxxxxxxxxxx
  • Date: Sun, 5 Apr 2020 07:34:30 +0300

Hi,

  This is not trivia, it is how to type them. The commands are ctrl+shift+ ascii symbols 64 to 95. These are the letters a-z and the symbols in quotes "@[\]^_". I could confirm most of them in the python console by typing:

ord("<key combination>")

though it does not work for all, because some of them are stuff like eof, eol and backspace.

Another option to have them on the terminal is to use:

"echo -ne "\x00...\x7f"

As far as I get, it prints the ascii symbol and passes it to the next command.

Regards,

Dzhovani


On 5.4.2020 г. 5:50, Yuma Decaux wrote:

Hi,

Thanks for this bit of interesting trivia.

Just wondering if you knew where I can find the commands to input these say on 
a terminal promt?

Cheers,


On 5 Apr 2020, at 2:18 am, Dzhovani <dzhovani.chemishanov@xxxxxxxxx> wrote:

here it is

https://bestasciitable.com/

On 4.4.2020 г. 18:38, Yuma Decaux wrote:
Hi ALl,

Does anyone know of an accessible table of non printable ascii characters and 
associated properties, particularly the shell commands to assign the ascii 
character?

ANy pointer well appreciated

Yuma

** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq
** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq
** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq
** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq

Other related posts: