Revert stupid changes.

This commit is contained in:
John Schember
2010-01-07 18:39:52 -05:00
parent 567ecc4256
commit bf0659d691
+1 -1
View File
@@ -30,7 +30,7 @@ class RTFOutput(OutputFormatPlugin):
out_stream.seek(0)
out_stream.truncate()
out_stream.write(content.encode(opts.output_encoding, 'replace'))
out_stream.write(content.encode('ascii', 'replace'))
if close:
out_stream.close()