summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/lib-scriptpackages/StdSuites/Text_Suite.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-05-17 12:45:13 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-05-17 12:45:13 (GMT)
commit6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5 (patch)
tree68fa306974cc05de44d5c5c07ba62a739db3aa72 /Mac/Lib/lib-scriptpackages/StdSuites/Text_Suite.py
parentdfebe90c4c04a7a36e4542907118ddce97085868 (diff)
downloadcpython-6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5.zip
cpython-6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5.tar.gz
cpython-6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5.tar.bz2
Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the same macroman characters.
Diffstat (limited to 'Mac/Lib/lib-scriptpackages/StdSuites/Text_Suite.py')
-rw-r--r--Mac/Lib/lib-scriptpackages/StdSuites/Text_Suite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/lib-scriptpackages/StdSuites/Text_Suite.py b/Mac/Lib/lib-scriptpackages/StdSuites/Text_Suite.py
index de879ef..2f18df1 100644
--- a/Mac/Lib/lib-scriptpackages/StdSuites/Text_Suite.py
+++ b/Mac/Lib/lib-scriptpackages/StdSuites/Text_Suite.py
@@ -75,7 +75,7 @@ class uniform_styles(aetools.NProperty):
# element 'cwor' as ['indx']
class text_flow(aetools.ComponentItem):
- """text flow - A contiguous block of text. Page layout applications call this a Œstory.¹ """
+ """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
class name(aetools.NProperty):