blob: a5a2bc9da8af7e4820e2f7a520b539c7d80c17df [file] [log] [blame]
#!/usr/bin/env python
import sys
getattr(sys.stdout, "buffer", sys.stdout).write(b"a line with bad encoding: \xc2.")
sys.stdout.flush()