reverted the encoding fix that tommy made in lieu of a different crazy hack
[twitter-api-cdsw] / encoding_fix.py
diff --git a/encoding_fix.py b/encoding_fix.py
new file mode 100644 (file)
index 0000000..d927bd1
--- /dev/null
@@ -0,0 +1,4 @@
+import os
+if os.name == "nt":
+    import win_unicode_console
+    win_unicode_console.enable()

Benjamin Mako Hill || Want to submit a patch?