I\'d like to test the Unicode handling of my code. Is there anything I can put in random.choice() to select from the entire Unicode range, preferably not an external module?
Answering revised question:
Yes, on a strict definition of "control characters" -- note that you won't include CR, LF, and TAB; is that what you want?
Please consider responding to my earlier invitation to tell us what you are really trying to do.