mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +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
|
|
@ -260,8 +260,8 @@ class AECaptureParser:
|
|||
'type(': [('type(', "aetypes.Type('"), (')', "')")],
|
||||
"'null'()": [("'null'()", "None")],
|
||||
'abso(': [('abso(', "aetypes.Unknown('abso', ")],
|
||||
'³': [('³', '"')],
|
||||
'²': [('²', '"')],
|
||||
'–': [('–', '"')],
|
||||
'”': [('”', '"')],
|
||||
'[': [('[', '('), (', ', ',')],
|
||||
']': [(']', ')')],
|
||||
'«': [('«', "«")],
|
||||
|
|
@ -353,7 +353,7 @@ def addquotes(txt):
|
|||
eventreceptacle = """
|
||||
|
||||
[event: target="Finder", class=core, id=setd]
|
||||
'----':obj {form:prop, want:type(prop), seld:type(posn), from:obj {form:name, want:type(cfol), seld:³MoPar:Data:DevDev:Python:Python 1.5.2c1:Extensions², from:'null'()}}, data:[100, 10]
|
||||
'----':obj {form:prop, want:type(prop), seld:type(posn), from:obj {form:name, want:type(cfol), seld:–MoPar:Data:DevDev:Python:Python 1.5.2c1:Extensions”, from:'null'()}}, data:[100, 10]
|
||||
[/event]
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue