Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.
diff --git a/Mac/Python/macmain.c b/Mac/Python/macmain.c
index d3ce701..d257142 100644
--- a/Mac/Python/macmain.c
+++ b/Mac/Python/macmain.c
@@ -489,7 +489,10 @@
 
 	Py_Initialize();
 	
+#if 0
+	/* According to Martin v. Loewis this is a bad idea... */
 	PyUnicode_SetDefaultEncoding(PyMac_getscript());
+#endif
 	
 	PySys_SetArgv(argc, argv);