Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, but at least the roundtrip gives

the correct macroman characters again.
This commit is contained in:
Jack Jansen 2001-05-17 12:35:13 +00:00
parent 716cf91839
commit dfebe90c4c
7 changed files with 25 additions and 25 deletions

View file

@ -871,7 +871,7 @@ class PyEditor(TextEditor):
if onoff:
if not __debug__:
import W
raise W.AlertError, "Can¹t debug in ³Optimize bytecode² mode.\r(see ³Default startup options² in EditPythonPreferences)"
raise W.AlertError, "CanÕt debug in Optimize bytecode” mode.\r(see Default startup options” in EditPythonPreferences)"
import PyDebugger
self._debugger = PyDebugger.getdebugger()
self._debugger.register_editor(self, self.file)