![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveFiltering out non-readable characters
From: MKoool <mohan@terabolic.com>
Date: Sat Jul 16 2005 - 02:33:39 CEST
I have a file with binary and ascii characters in it. I massage the
I am having trouble figuring out an easy python way to do this... is
Or is it better to go through every character and do ord(character),
What's the easiest way to do something like this?
thanks
|