diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-05-17 12:45:13 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-05-17 12:45:13 (GMT) |
commit | 6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5 (patch) | |
tree | 68fa306974cc05de44d5c5c07ba62a739db3aa72 /Mac/Lib/lib-scriptpackages/Netscape/Standard_Suite.py | |
parent | dfebe90c4c04a7a36e4542907118ddce97085868 (diff) | |
download | cpython-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/Netscape/Standard_Suite.py')
-rw-r--r-- | Mac/Lib/lib-scriptpackages/Netscape/Standard_Suite.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mac/Lib/lib-scriptpackages/Netscape/Standard_Suite.py b/Mac/Lib/lib-scriptpackages/Netscape/Standard_Suite.py index cccdbdf..1044ca8 100644 --- a/Mac/Lib/lib-scriptpackages/Netscape/Standard_Suite.py +++ b/Mac/Lib/lib-scriptpackages/Netscape/Standard_Suite.py @@ -1,7 +1,7 @@ """Suite Standard Suite: Common terms for most applications Level 1, version 1 -Generated from Macintosh HD:Internet:Internet-programma's:Netscape Communicator-map:Netscape Communicator +Generated from Macintosh HD:Internet:Internet-programma's:Netscape Communicator-map:Netscape Communicator AETE/AEUT resource version 1/0, language 0, script 0 """ @@ -79,7 +79,7 @@ class Standard_Suite_Events: } def set(self, _object, _attributes={}, **_arguments): - """set: Set an object¹s data + """set: Set an objectÕs data Required argument: the object to change Keyword argument to: the new value Keyword argument _attributes: AppleEvent attribute dictionary @@ -104,7 +104,7 @@ class application(aetools.ComponentItem): """application - An application program """ want = 'capp' class alert_application(aetools.NProperty): - """alert application - Most of the alerts will be sent to this application using yet unspecified AE interface. We need a few alert boxes: alert, confirm and notify. Any ideas on how to design this event? mailto:atotic@netscape.com. I¹d like to conform to the standard. """ + """alert application - Most of the alerts will be sent to this application using yet unspecified AE interface. We need a few alert boxes: alert, confirm and notify. Any ideas on how to design this event? mailto:atotic@netscape.com. IÕd like to conform to the standard. """ which = 'ALAP' want = 'type' class kiosk_mode(aetools.NProperty): @@ -169,7 +169,7 @@ class URL(aetools.NProperty): which = 'curl' want = 'TEXT' class unique_ID(aetools.NProperty): - """unique ID - Window¹s unique ID (a bridge between WWW! suite window id¹s and standard AE windows) """ + """unique ID - WindowÕs unique ID (a bridge between WWW! suite window idÕs and standard AE windows) """ which = 'wiid' want = 'long' class busy(aetools.NProperty): |