[Python-checkins] CVS: python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites Table_Suite.py,1.1,1.2

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


Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites
In directory usw-pr-cvs1:/tmp/cvs-serv26720/Python/Mac/Lib/lib-scriptpackages/StdSuites

Modified Files:
	Table_Suite.py 
Log Message:
Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the
same macroman characters.

Index: Table_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites/Table_Suite.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Table_Suite.py	2000/08/17 22:14:57	1.1
--- Table_Suite.py	2001/05/17 12:38:31	1.2
***************
*** 71,75 ****
  }
  _Enum_prtn = {
! 	'read_only' : 'nmod',	# Can¹t change values or formulas
  	'formulas_protected' : 'fpro',	# Can changes values but not formulas
  	'read_2f_write' : 'modf',	# Can change values and formulas
--- 71,75 ----
  }
  _Enum_prtn = {
! 	'read_only' : 'nmod',	# CanÕt change values or formulas
  	'formulas_protected' : 'fpro',	# Can changes values but not formulas
  	'read_2f_write' : 'modf',	# Can change values and formulas