Python Forum
encoding control characters
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
encoding control characters
#2
Since the first 127 characters of ascii and unicode are the same, could you not simply use the unicode, i.e.: print('\u0007') (for Alert Ctl-G)?
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
encoding control characters - by Skaperen - Jan-25-2018, 04:02 AM
RE: encoding control characters - by sparkz_alot - Jan-25-2018, 02:30 PM
RE: encoding control characters - by Skaperen - Jan-26-2018, 07:03 AM
RE: encoding control characters - by sparkz_alot - Jan-26-2018, 03:08 PM
RE: encoding control characters - by Skaperen - Jan-27-2018, 04:03 AM
RE: encoding control characters - by sparkz_alot - Jan-27-2018, 02:18 PM
RE: encoding control characters - by Skaperen - Jan-28-2018, 02:30 AM

Forum Jump:

User Panel Messages

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