diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-05-17 12:45:13 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-05-17 12:45:13 (GMT) |
commit | 6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5 (patch) | |
tree | 68fa306974cc05de44d5c5c07ba62a739db3aa72 /Mac/IDE scripts | |
parent | dfebe90c4c04a7a36e4542907118ddce97085868 (diff) | |
download | cpython-6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5.zip cpython-6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5.tar.gz cpython-6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5.tar.bz2 |
Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the
same macroman characters.
Diffstat (limited to 'Mac/IDE scripts')
-rw-r--r-- | Mac/IDE scripts/Hack/Toolbox Assistant... | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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) |