[Python-checkins] CVS: python/dist/src/Mac/Tools/IDE Wwindows.py,1.8,1.9

Jack Jansen jackjansen@users.sourceforge.net
Thu, 17 May 2001 05:34:50 -0700


Update of /cvsroot/python/python/dist/src/Mac/Tools/IDE
In directory usw-pr-cvs1:/tmp/cvs-serv25747/Python/Mac/Tools/IDE

Modified Files:
	Wwindows.py 
Log Message:
Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, but at least the roundtrip gives
the correct macroman characters again.

Index: Wwindows.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Tools/IDE/Wwindows.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** Wwindows.py	2001/01/23 14:58:20	1.8
--- Wwindows.py	2001/05/17 12:34:48	1.9
***************
*** 569,573 ****
  	import EasyDialogs
  	if EasyDialogs.AskYesNoCancel(
! 			"Can¹t find window or widget to insert text into; copy to clipboard instead?", 
  			1) == 1:
  		import Scrap
--- 569,573 ----
  	import EasyDialogs
  	if EasyDialogs.AskYesNoCancel(
! 			"CanÕt find window or widget to insert text into; copy to clipboard instead?", 
  			1) == 1:
  		import Scrap