Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what is the name?
#3
control character was one of my early thoughts but it "feels" wrong because the numeric encoding in octal, decimal, and hexadecimal can encode the entire range of 256 values in an octet (why the decoded side of this is a bytes type in python). so it's more than just control characters although i would expect many uses of this to just do control characters. but it may be the right name since the default mode of encoding results in "ab^cd\r" when encoding "\141\142\003\144\015". lacking any other "genius" idea, "control character(s)" is going to be the name.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
what is the name? - by Skaperen - Jun-24-2018, 02:07 AM
RE: what is the name? - by Larz60+ - Jun-24-2018, 02:29 AM
RE: what is the name? - by Skaperen - Jun-24-2018, 05:10 AM
RE: what is the name? - by wavic - Jun-24-2018, 05:56 AM
RE: what is the name? - by Larz60+ - Jun-24-2018, 08:49 AM
RE: what is the name? - by ljmetzger - Jun-24-2018, 10:59 AM
RE: what is the name? - by Larz60+ - Jun-24-2018, 02:31 PM
RE: what is the name? - by Skaperen - Jun-24-2018, 06:50 PM
RE: what is the name? - by CulverCurt - Jul-09-2018, 05:22 AM
RE: what is the name? - by Skaperen - Jul-09-2018, 05:55 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020