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/AECaptureParser/AECaptureParser.py b/Mac/Contrib/AECaptureParser/AECaptureParser.py
index 25a0237..3d74f64 100644
--- a/Mac/Contrib/AECaptureParser/AECaptureParser.py
+++ b/Mac/Contrib/AECaptureParser/AECaptureParser.py
@@ -260,8 +260,8 @@
 				'type(': [('type(', "aetypes.Type('"), (')', "')")],
 				"'null'()": [("'null'()", "None")],
 				'abso(': [('abso(', "aetypes.Unknown('abso', ")],
-				'³':	[('³', '"')],
-				'²':	[('²', '"')],
+				'–':	[('–', '"')],
+				'”':	[('”', '"')],
 				'[':	[('[', '('), (', ', ',')],
 				']':	[(']', ')')],
 				'«':	[('«', "«")],
@@ -353,7 +353,7 @@
 eventreceptacle = """
 
 [event: target="Finder", class=core, id=setd]
-'----':obj {form:prop, want:type(prop), seld:type(posn), from:obj {form:name, want:type(cfol), seld:³MoPar:Data:DevDev:Python:Python 1.5.2c1:Extensions², from:'null'()}}, data:[100, 10]
+'----':obj {form:prop, want:type(prop), seld:type(posn), from:obj {form:name, want:type(cfol), seld:–MoPar:Data:DevDev:Python:Python 1.5.2c1:Extensions”, from:'null'()}}, data:[100, 10]
 [/event]
 
 """