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

@ -568,7 +568,7 @@ def FrontWindowInsert(stuff):
pass
import EasyDialogs
if EasyDialogs.AskYesNoCancel(
"Can¹t find window or widget to insert text into; copy to clipboard instead?",
"CanÕt find window or widget to insert text into; copy to clipboard instead?",
1) == 1:
import Scrap
Scrap.ZeroScrap()