mirror of
https://github.com/python/cpython.git
synced 2025-09-11 11:17:16 +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
|
@ -1,7 +1,7 @@
|
|||
"""Suite Text:
|
||||
Level 0, version 0
|
||||
|
||||
Generated from Macintosh HD:Internet:Internet-programma's:Netscape Communicator<EFBFBD>-map:Netscape Communicator<6F>
|
||||
Generated from Macintosh HD:Internet:Internet-programma's:Netscape CommunicatorŽ-map:Netscape CommunicatorŽ
|
||||
AETE/AEUT resource version 1/0, language 0, script 0
|
||||
"""
|
||||
|
||||
|
@ -42,7 +42,7 @@ class justbehind(aetools.NProperty):
|
|||
# element 'stys' as ['indx', 'name']
|
||||
|
||||
class styleset(aetools.ComponentItem):
|
||||
"""styleset - A style ³set² that may be used repeatedly in text objects. """
|
||||
"""styleset - A style –set” that may be used repeatedly in text objects. """
|
||||
want = 'stys'
|
||||
class name(aetools.NProperty):
|
||||
"""name - style name """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue