> is there a switch to suppress those encoding errors for standard print's > on the console
No, there is no such switch. > or a new filter file class necessary? You can wrap sys.stdout with a codecs.StreamWriter, passing "replace" as the error handler. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list