Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the
same macroman characters.
diff --git a/Mac/Contrib/PythonScript/ReadMe.txt b/Mac/Contrib/PythonScript/ReadMe.txt
index 3518423..455f12a 100644
--- a/Mac/Contrib/PythonScript/ReadMe.txt
+++ b/Mac/Contrib/PythonScript/ReadMe.txt
@@ -29,7 +29,7 @@
 
 Object is a appleevent object specifier and is of the form
 
-PythonScript.PsClass.Class1(arg).Class2(arg)Š.Property()
+PythonScript.PsClass.Class1(arg).Class2(arg)ƒ.Property()
 
 All applescript event, class and property names are capitalised to 
 distinguish them from python methods.