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

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


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

Modified Files:
	Text_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: Text_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites/Text_Suite.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Text_Suite.py	2000/08/17 22:14:57	1.1
--- Text_Suite.py	2001/05/17 12:38:26	1.2
***************
*** 76,80 ****
  
  class text_flow(aetools.ComponentItem):
! 	"""text flow - A contiguous block of text.  Page layout applications call this a Œstory.¹ """
  	want = 'cflo'
  # repeated property _3c_inheritance_3e_ inherits some of its properties from this class
--- 76,80 ----
  
  class text_flow(aetools.ComponentItem):
! 	"""text flow - A contiguous block of text.  Page layout applications call this a •story.Ơ """
  	want = 'cflo'
  # repeated property _3c_inheritance_3e_ inherits some of its properties from this class