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:
Jack Jansen 2001-05-17 12:45:13 +00:00
parent dfebe90c4c
commit 6f84ed5afc
48 changed files with 234 additions and 232 deletions

View file

@ -275,7 +275,7 @@ class AppleScript_Suite:
}
def Call_a5_subroutine(self, _object=None, _attributes={}, **_arguments):
"""Callsubroutine: A subroutine call
"""Callsubroutine: A subroutine call
Required argument: anything
Keyword argument at: a preposition
Keyword argument _from: a preposition
@ -347,7 +347,7 @@ class AppleScript_Suite:
return _arguments['----']
def _ad_(self, _object, _attributes={}, **_arguments):
""": Inequality
"""­: Inequality
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
@ -536,7 +536,7 @@ class AppleScript_Suite:
return _arguments['----']
def _b3_(self, _object, _attributes={}, **_arguments):
""": Greater than or equal to
"""³: Greater than or equal to
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
@ -578,7 +578,7 @@ class AppleScript_Suite:
return _arguments['----']
def _b2_(self, _object, _attributes={}, **_arguments):
"""¾: Less than or equal to
"""²: Less than or equal to
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything