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/IDE scripts/Hack/Toolbox Assistant... b/Mac/IDE scripts/Hack/Toolbox Assistant...
index afd7846..b47274a 100644
--- a/Mac/IDE scripts/Hack/Toolbox Assistant...
+++ b/Mac/IDE scripts/Hack/Toolbox Assistant...
@@ -35,7 +35,7 @@
 			try:
 				self.talker = Toolbox('ALTV', start = 1)
 			except:
-				raise W.AlertError, "Can¹t find ³Toolbox Assistant²"
+				raise W.AlertError, "CanÕt find –Toolbox Assistant”"
 		lookup = self.w.edit.get()
 		try:
 			self.talker.LookupTopic(lookup)