mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the same macroman characters.
This commit is contained in:
parent
dfebe90c4c
commit
6f84ed5afc
48 changed files with 234 additions and 232 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue