Fixed macroman<->latin1 conversion. Some chars don't

exist in latin1, but at least the roundtrip results in the
same macroman characters.
This commit is contained in:
Jack Jansen 2001-05-17 12:45:13 +00:00
parent dfebe90c4c
commit 6f84ed5afc
48 changed files with 234 additions and 232 deletions

View file

@ -35,7 +35,7 @@ class ToolboxAssi:
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)