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

@ -396,7 +396,7 @@ class linked(aetools.NProperty):
which = 'LINK'
want = 'bool'
class link_index(aetools.NProperty):
"""link index - the index of the source file in its target¹s link order (-1 if source file is not in link order) """
"""link index - the index of the source file in its targetÕs link order (-1 if source file is not in link order) """
which = 'LIDX'
want = 'long'
class modified_date(aetools.NProperty):
@ -424,7 +424,7 @@ class weak_link(aetools.NProperty):
which = 'WEAK'
want = 'bool'
class init_before(aetools.NProperty):
"""init before - is the Œinitialize before¹ flag set for this shared library? """
"""init before - is the •initialize beforeÕ flag set for this shared library? """
which = 'INIT'
want = 'bool'
class merge_output(aetools.NProperty):

View file

@ -791,7 +791,7 @@ class Metrowerks_Shell_Suite_Events:
class Access_Paths(aetools.ComponentItem):
"""Access Paths - Contains the definitions of a project¹s access (search) paths. """
"""Access Paths - Contains the definitions of a projectÕs access (search) paths. """
want = 'PATH'
class User_Paths(aetools.NProperty):
"""User Paths - To add an access path for the source files. """
@ -994,7 +994,7 @@ class Launch_Apps_on_Open(aetools.NProperty):
which = 'Dg03'
want = 'bool'
class Confirm_Kill(aetools.NProperty):
"""Confirm Kill - Confirm the Œkilling¹ of the process. """
"""Confirm Kill - Confirm the •killingÕ of the process. """
which = 'Dg04'
want = 'bool'
class Stop_at_Main(aetools.NProperty):
@ -1006,7 +1006,7 @@ class Select_Stack_Crawl(aetools.NProperty):
which = 'Dg06'
want = 'bool'
class Dont_Step_in_Runtime(aetools.NProperty):
"""Dont Step in Runtime - Don¹t step into runtime code when debugging. """
"""Dont Step in Runtime - DonÕt step into runtime code when debugging. """
which = 'Dg07'
want = 'bool'
class Auto_Target_Libraries(aetools.NProperty):
@ -1043,7 +1043,7 @@ class Temp_breakpoint_names(aetools.NProperty):
which = 'Dt14'
want = 'ctxt'
class Cache_symbolics(aetools.NProperty):
"""Cache symbolics - Cache symbolics between runs when executable doesn¹t change, else release symbolics files after killing process. """
"""Cache symbolics - Cache symbolics between runs when executable doesnÕt change, else release symbolics files after killing process. """
which = 'Dt15'
want = 'bool'
class Temp_Breakpoint_Type(aetools.NProperty):
@ -1071,7 +1071,7 @@ class Flash_Delay(aetools.NProperty):
which = 'ED01'
want = 'long'
class Dynamic_Scroll(aetools.NProperty):
"""Dynamic Scroll - Display a window¹s contents as you move the scroll box. """
"""Dynamic Scroll - Display a windowÕs contents as you move the scroll box. """
which = 'ED02'
want = 'bool'
class Balance(aetools.NProperty):
@ -1175,11 +1175,11 @@ class Full_Screen_Zoom(aetools.NProperty):
which = 'EX07'
want = 'bool'
class Recent_Editor_Count(aetools.NProperty):
"""Recent Editor Count - Maximum number of editor documents to show in the ³Open Recent² menu """
"""Recent Editor Count - Maximum number of editor documents to show in the Open Recent” menu """
which = 'EX16'
want = 'shor'
class Recent_Project_Count(aetools.NProperty):
"""Recent Project Count - Maximum number of project documents to show in the ³Open Recent² menu """
"""Recent Project Count - Maximum number of project documents to show in the Open Recent” menu """
which = 'EX17'
want = 'shor'
class Use_Editor_Extensions(aetools.NProperty):
@ -1294,7 +1294,7 @@ class origin(aetools.NProperty):
which = 'Orig'
want = 'PPrm'
class root(aetools.NProperty):
"""root - Name of the root of the relative path. Pre-defined values are ³Absolute², ³Project², ³CodeWarrior², and ³System². Anything else is a user-defined root. """
"""root - Name of the root of the relative path. Pre-defined values are Absolute”, Project”, CodeWarrior”, and System”. Anything else is a user-defined root. """
which = 'Root'
want = 'TEXT'
class recursive(aetools.NProperty):
@ -1325,14 +1325,14 @@ class filetype(aetools.NProperty):
"""filetype - What kind of file is this ? """
which = 'SrcT'
want = 'SrcT'
# repeated property name The file¹s name
# repeated property disk_file The file¹s location on disk
# repeated property name The fileÕs name
# repeated property disk_file The fileÕs location on disk
class codesize(aetools.NProperty):
"""codesize - The size of this file¹s code. """
"""codesize - The size of this fileÕs code. """
which = 'CSiz'
want = 'long'
class datasize(aetools.NProperty):
"""datasize - The size of this file¹s data. """
"""datasize - The size of this fileÕs data. """
which = 'DSiz'
want = 'long'
class up_to_date(aetools.NProperty):
@ -1476,7 +1476,7 @@ class String_Color(aetools.NProperty):
# repeated property Custom_Color_4 The color for the fourth set of custom keywords.
class Target_Settings(aetools.ComponentItem):
"""Target Settings - Contains the definitions of a project¹s target. """
"""Target Settings - Contains the definitions of a projectÕs target. """
want = 'TARG'
class Linker(aetools.NProperty):
"""Linker - The name of the current linker. """
@ -1495,11 +1495,11 @@ class Target_Name(aetools.NProperty):
which = 'TA10'
want = 'TEXT'
class Output_Directory_Path(aetools.NProperty):
"""Output Directory Path - Path to output directory. Usage of this property is deprecated. Use the ³Output Directory Location² property instead. """
"""Output Directory Path - Path to output directory. Usage of this property is deprecated. Use the Output Directory Location” property instead. """
which = 'TA11'
want = 'TEXT'
class Output_Directory_Origin(aetools.NProperty):
"""Output Directory Origin - Origin of path to output directory. Usage of this property is deprecated. Use the ³Output Directory Location² property instead. """
"""Output Directory Origin - Origin of path to output directory. Usage of this property is deprecated. Use the Output Directory Location” property instead. """
which = 'TA12'
want = 'PPrm'
class Output_Directory_Location(aetools.NProperty):
@ -2043,14 +2043,14 @@ _Enum_SrcT = {
_Enum_PPrm = {
'absolute' : 'Abso', # An absolute path name, including volume name.
'project_relative' : 'PRel', # A path relative to the current project¹s folder.
'shell_relative' : 'SRel', # A path relative to the CodeWarrior<EFBFBD> folder.
'project_relative' : 'PRel', # A path relative to the current projectÕs folder.
'shell_relative' : 'SRel', # A path relative to the CodeWarriorŽ folder.
'system_relative' : 'YRel', # A path relative to the system folder
'root_relative' : 'RRel', #
}
_Enum_DbSA = {
'No_Action' : 'DSA1', # Don¹t do anything to non-debug windows
'No_Action' : 'DSA1', # DonÕt do anything to non-debug windows
'Hide_Windows' : 'DSA2', # Hide non-debugging windows
'Collapse_Windows' : 'DSA3', # Collapse non-debugging windows
'Close_Windows' : 'DSA4', # Close non-debugging windows
@ -2103,9 +2103,9 @@ _Enum_BXbr = {
}
_Enum_STKd = {
'Absolute_Path' : 'STK0', # The ³path² property is an absolute path to the location of the source tree.
'Registry_Key' : 'STK1', # The ³path² property is the name of a registry key that contains the path to the root.
'Environment_Variable' : 'STK2', # The ³path² property is the name of an environment variable that contains the path to the root.
'Absolute_Path' : 'STK0', # The path” property is an absolute path to the location of the source tree.
'Registry_Key' : 'STK1', # The path” property is the name of a registry key that contains the path to the root.
'Environment_Variable' : 'STK2', # The path” property is the name of an environment variable that contains the path to the root.
}
_Enum_PthF = {

View file

@ -102,7 +102,7 @@ class Standard_Suite_Events:
def make(self, _no_object=None, _attributes={}, **_arguments):
"""make: make a new element
Keyword argument new: the class of the new elementkeyword 'new' is optional in AppleScript
Keyword argument new: the class of the new elementkeyword 'new' is optional in AppleScript
Keyword argument as: the desired types for the data, in order of preference
Keyword argument at: the location at which to insert the element
Keyword argument with_data: the initial data for the element

View file

@ -212,7 +212,7 @@ class folder(aetools.ComponentItem):
folders = folder
class desktop_2d_object(aetools.ComponentItem):
"""desktop-object - Desktop-object is the class of the ³desktop² object """
"""desktop-object - Desktop-object is the class of the desktop” object """
want = 'cdsk'
class startup_disk(aetools.NProperty):
"""startup disk - the startup disk """
@ -242,7 +242,7 @@ class trash(aetools.NProperty):
# element 'dsut' as ['indx', 'name']
class trash_2d_object(aetools.ComponentItem):
"""trash-object - Trash-object is the class of the ³trash² object """
"""trash-object - Trash-object is the class of the trash” object """
want = 'ctrs'
class warns_before_emptying(aetools.NProperty):
"""warns before emptying - Display a dialog when emptying the trash? """

View file

@ -24,7 +24,7 @@ class properties(aetools.NProperty):
which = 'qpro'
want = 'reco'
class clipboard(aetools.NProperty):
"""clipboard - the Finder¹s clipboard window """
"""clipboard - the FinderÕs clipboard window """
which = 'pcli'
want = 'obj '
class largest_free_block(aetools.NProperty):
@ -32,11 +32,11 @@ class largest_free_block(aetools.NProperty):
which = 'mfre'
want = 'long'
class name(aetools.NProperty):
"""name - the Finder¹s name """
"""name - the FinderÕs name """
which = 'pnam'
want = 'itxt'
class visible(aetools.NProperty):
"""visible - Is the Finder¹s layer visible? """
"""visible - Is the FinderÕs layer visible? """
which = 'pvis'
want = 'bool'
class frontmost(aetools.NProperty):
@ -48,7 +48,7 @@ class selection(aetools.NProperty):
which = 'sele'
want = 'obj '
class insertion_location(aetools.NProperty):
"""insertion location - the container in which a new folder would appear if ³New Folder² was selected """
"""insertion location - the container in which a new folder would appear if New Folder” was selected """
which = 'pins'
want = 'obj '
class file_sharing(aetools.NProperty):
@ -68,7 +68,7 @@ class version(aetools.NProperty):
which = 'vers'
want = 'itxt'
class about_this_computer(aetools.NProperty):
"""about this computer - the ³About this Computer² dialog and the list of running processes displayed in it """
"""about this computer - the About this Computer” dialog and the list of running processes displayed in it """
which = 'abbx'
want = 'obj '
class desktop(aetools.NProperty):
@ -195,7 +195,7 @@ class internet_location(aetools.ComponentItem):
internet_locations = internet_location
class information_window(aetools.ComponentItem):
"""information window - An information window (opened by ³Get Info²) """
"""information window - An information window (opened by Get Info”) """
want = 'iwnd'
class comment(aetools.NProperty):
"""comment - the comment """
@ -359,7 +359,7 @@ class protected(aetools.NProperty):
want = 'bool'
class trash_2d_object(aetools.ComponentItem):
"""trash-object - Trash-object is the class of the ³trash² object """
"""trash-object - Trash-object is the class of the trash” object """
want = 'ctrs'
class preferences(aetools.ComponentItem):

View file

@ -39,18 +39,18 @@ class stationery(aetools.NProperty):
which = 'pspd'
want = 'bool'
class product_version(aetools.NProperty):
"""product version - the version of the product (visible at the top of the ³Get Info² window) """
"""product version - the version of the product (visible at the top of the Get Info” window) """
which = 'ver2'
want = 'itxt'
class version(aetools.NProperty):
"""version - the version of the file (visible at the bottom of the ³Get Info² window) """
"""version - the version of the file (visible at the bottom of the Get Info” window) """
which = 'vers'
want = 'itxt'
files = file
class alias_file(aetools.ComponentItem):
"""alias file - An alias file (created with ³Make Alias²) """
"""alias file - An alias file (created with Make Alias”) """
want = 'alia'
class original_item(aetools.NProperty):
"""original item - the original item pointed to by the alias """

View file

@ -145,7 +145,7 @@ class application(aetools.ComponentItem):
"""application - The Finder """
want = 'capp'
class clipboard(aetools.NProperty):
"""clipboard - the Finder¹s clipboard window """
"""clipboard - the FinderÕs clipboard window """
which = 'pcli'
want = 'obj '
class largest_free_block(aetools.NProperty):
@ -153,11 +153,11 @@ class largest_free_block(aetools.NProperty):
which = 'mfre'
want = 'long'
class name(aetools.NProperty):
"""name - the Finder¹s name """
"""name - the FinderÕs name """
which = 'pnam'
want = 'itxt'
class visible(aetools.NProperty):
"""visible - Is the Finder¹s layer visible? """
"""visible - Is the FinderÕs layer visible? """
which = 'pvis'
want = 'bool'
class frontmost(aetools.NProperty):
@ -169,7 +169,7 @@ class selection(aetools.NProperty):
which = 'sele'
want = 'obj '
class insertion_location(aetools.NProperty):
"""insertion location - the container in which a new folder would appear if ³New Folder² was selected """
"""insertion location - the container in which a new folder would appear if New Folder” was selected """
which = 'pins'
want = 'obj '
class file_sharing(aetools.NProperty):
@ -189,7 +189,7 @@ class version(aetools.NProperty):
which = 'vers'
want = 'itxt'
class about_this_computer(aetools.NProperty):
"""about this computer - the ³About this Computer² dialog and the list of running processes displayed in it """
"""about this computer - the About this Computer” dialog and the list of running processes displayed in it """
which = 'abbx'
want = 'obj '
class desktop(aetools.NProperty):
@ -235,35 +235,35 @@ class system_folder(aetools.NProperty):
which = 'macs'
want = 'obj '
class apple_menu_items_folder(aetools.NProperty):
"""apple menu items folder - the special folder named ³Apple Menu Items,² the contents of which appear in the Apple menu """
"""apple menu items folder - the special folder named Apple Menu Items,” the contents of which appear in the Apple menu """
which = 'amnu'
want = 'obj '
class control_panels_folder(aetools.NProperty):
"""control panels folder - the special folder named ³Control Panels² """
"""control panels folder - the special folder named Control Panels” """
which = 'ctrl'
want = 'obj '
class extensions_folder(aetools.NProperty):
"""extensions folder - the special folder named ³Extensions² """
"""extensions folder - the special folder named Extensions” """
which = 'extn'
want = 'obj '
class fonts_folder(aetools.NProperty):
"""fonts folder - the special folder named ³Fonts² """
"""fonts folder - the special folder named Fonts” """
which = 'font'
want = 'obj '
class preferences_folder(aetools.NProperty):
"""preferences folder - the special folder named ³Preferences² """
"""preferences folder - the special folder named Preferences” """
which = 'pref'
want = 'obj '
class shutdown_items_folder(aetools.NProperty):
"""shutdown items folder - the special folder named ³Shutdown Items² """
"""shutdown items folder - the special folder named Shutdown Items” """
which = 'shdf'
want = 'obj '
class startup_items_folder(aetools.NProperty):
"""startup items folder - the special folder named ³Startup Items² """
"""startup items folder - the special folder named Startup Items” """
which = 'strt'
want = 'obj '
class temporary_items_folder(aetools.NProperty):
"""temporary items folder - the special folder named ³Temporary Items² (invisible) """
"""temporary items folder - the special folder named Temporary Items” (invisible) """
which = 'temp'
want = 'obj '
import Earlier_terms

View file

@ -79,7 +79,7 @@ class Finder_items_Events:
def empty(self, _object=None, _attributes={}, **_arguments):
"""empty: Empty the trash
Required argument: ³empty² and ³empty trash² both do the same thing
Required argument: empty and empty trash both do the same thing
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'fndr'
@ -227,7 +227,7 @@ class description(aetools.NProperty):
which = 'dscr'
want = 'itxt'
class comment(aetools.NProperty):
"""comment - the comment of the item, displayed in the ³Get Info² window """
"""comment - the comment of the item, displayed in the Get Info” window """
which = 'comt'
want = 'itxt'
class size(aetools.NProperty):

View file

@ -59,7 +59,7 @@ class locked_obsolete(aetools.NProperty):
want = 'bool'
class information_window(aetools.ComponentItem):
"""information window - An information window (opened by ³Get Info²) """
"""information window - An information window (opened by Get Info”) """
want = 'iwnd'
class creation_date_obsolete(aetools.NProperty):
"""creation date obsolete - the date on which the item was created (DEPRECATED - for use with scripts compiled before Finder 8.0. Will be removed in the next release) """
@ -87,7 +87,7 @@ class sharing_window(aetools.NProperty):
want = 'obj '
class sharing_window(aetools.ComponentItem):
"""sharing window - A sharing window (opened by ³Sharingв) """
"""sharing window - A sharing window (opened by Sharingƒ”) """
want = 'swnd'
class sharable_container(aetools.NProperty):
"""sharable container - the sharable container from which the window was opened """

View file

@ -163,7 +163,7 @@ class small_4_bit_icon(aetools.NProperty):
want = 'ics4'
class alias_list(aetools.ComponentItem):
"""alias list - A list of aliases. Use Œas alias list¹ when a list of aliases is needed (instead of a list of file system item references). """
"""alias list - A list of aliases. Use •as alias listÕ when a list of aliases is needed (instead of a list of file system item references). """
want = 'alst'
preferences._propdict = {
'window' : window,

View file

@ -162,7 +162,7 @@ class uses_relative_dates(aetools.NProperty):
container_windows = container_window
class information_window(aetools.ComponentItem):
"""information window - An information window (opened by ³Get Info²) """
"""information window - An information window (opened by Get Info”) """
want = 'iwnd'
class current_panel(aetools.NProperty):
"""current panel - the current panel in the information window """
@ -217,11 +217,11 @@ class warns_before_emptying(aetools.NProperty):
which = 'warn'
want = 'bool'
class product_version(aetools.NProperty):
"""product version - the version of the product (visible at the top of the ³Get Info² window) """
"""product version - the version of the product (visible at the top of the Get Info” window) """
which = 'ver2'
want = 'itxt'
class version(aetools.NProperty):
"""version - the version of the file (visible at the bottom of the ³Get Info² window) """
"""version - the version of the file (visible at the bottom of the Get Info” window) """
which = 'vers'
want = 'itxt'
@ -238,7 +238,7 @@ class clipping_window(aetools.ComponentItem):
clipping_windows = clipping_window
class content_space(aetools.ComponentItem):
"""content space - All windows, including the desktop window (³Window² does not include the desktop window) """
"""content space - All windows, including the desktop window (Window” does not include the desktop window) """
want = 'dwnd'
content_spaces = content_space

View file

@ -1,7 +1,7 @@
"""Suite Mozilla suite: Experimental Mozilla suite
Level 1, version 1
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
"""
@ -20,7 +20,7 @@ class Mozilla_suite_Events:
def Read_help_file(self, _object, _attributes={}, **_arguments):
"""Read help file: Reads in the help file (file should be in the help file format)
Required argument: undocumented, typecode 'alis'
Keyword argument with_index: Index to the help file. Defaults to ŒDEFAULT¹)
Keyword argument with_index: Index to the help file. Defaults to DEFAULTÕ)
Keyword argument search_text: Optional text to search for
Keyword argument _attributes: AppleEvent attribute dictionary
"""
@ -88,7 +88,7 @@ class Mozilla_suite_Events:
def Get_workingURL(self, _no_object=None, _attributes={}, **_arguments):
"""Get workingURL: Get the path to the running application in URL format. This will allow a script to construct a relative URL
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: Will return text of the from ³FILE://foo/applicationname²
Returns: Will return text of the from FILE://foo/applicationname
"""
_code = 'MOSS'
_subcode = 'wurl'
@ -127,7 +127,7 @@ class Mozilla_suite_Events:
def Get_Import_Data(self, _no_object=None, _attributes={}, **_arguments):
"""Get Import Data: Returns a structure containing information that is of use to an external module in importing data from an external mail application into Communicator.
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: vRefNum and dirID of profile folder (2+4 bytes), vRefNum and DirID of the local mail folder (2+4 bytes), window type of front window (0 if none, ŒBrwz¹ browser, ŒAddr¹ addressbook, ŒMesg¹ messenger, etc., 4 bytes)
Returns: vRefNum and dirID of profile folder (2+4 bytes), vRefNum and DirID of the local mail folder (2+4 bytes), window type of front window (0 if none, BrwzÕ browser, AddrÕ addressbook, MesgÕ messenger, etc., 4 bytes)
"""
_code = 'MOSS'
_subcode = 'Impt'
@ -147,7 +147,7 @@ class Mozilla_suite_Events:
def Get_Profile_Name(self, _no_object=None, _attributes={}, **_arguments):
"""Get Profile Name: Get the current User Profile
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: Name of the current profile, like ³Joe Bloggs². This is the name of the profile folder in the Netscape Users folder.
Returns: Name of the current profile, like Joe Bloggs. This is the name of the profile folder in the Netscape Users folder.
"""
_code = 'MOSS'
_subcode = 'upro'

View file

@ -1,7 +1,7 @@
"""Suite PowerPlant:
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 PowerPlant_Events:
}
def SwitchTellTarget(self, _no_object=None, _attributes={}, **_arguments):
"""SwitchTellTarget: Makes an object the ³focus² of AppleEvents
"""SwitchTellTarget: Makes an object the focus” of AppleEvents
Keyword argument to: reference to new focus of AppleEvents
Keyword argument _attributes: AppleEvent attribute dictionary
"""

View file

@ -1,7 +1,7 @@
"""Suite Required suite:
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
"""

View file

@ -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<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
"""
@ -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):

View file

@ -1,9 +1,10 @@
"""Suite Standard URL suite: Mac URL standard, supported by many apps
Level 1, version 1
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
"""
@ -22,6 +23,7 @@ class Standard_URL_suite_Events:
def GetURL(self, _object, _attributes={}, **_arguments):
"""GetURL: Loads the URL (optionally to disk)
Required argument: The url
Keyword argument to: file the URL should be loaded into
Keyword argument inside: Window the URL should be loaded to

View file

@ -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 """

View file

@ -1,7 +1,7 @@
"""Suite WorldWideWeb suite, as defined in Spyglass spec.:
Level 1, version 1
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
"""
@ -212,7 +212,7 @@ class WorldWideWeb_suite_Events:
return _arguments['----']
def register_URL_echo(self, _object=None, _attributes={}, **_arguments):
"""register URL echo: Registers the ³echo² application. Each download from now on will be echoed to this application.
"""register URL echo: Registers the echo” application. Each download from now on will be echoed to this application.
Required argument: Application signature
Keyword argument _attributes: AppleEvent attribute dictionary
"""
@ -257,7 +257,7 @@ class WorldWideWeb_suite_Events:
}
def register_viewer(self, _object, _attributes={}, **_arguments):
"""register viewer: Registers an application as a Œspecial¹ viewer for this MIME type. The application will be launched with ViewDoc events
"""register viewer: Registers an application as a •specialÕ viewer for this MIME type. The application will be launched with ViewDoc events
Required argument: Application sig
Keyword argument MIME_type: MIME type viewer is registering for
Keyword argument with_file_type: Mac file type for the downloaded files
@ -310,9 +310,9 @@ class WorldWideWeb_suite_Events:
}
def register_protocol(self, _object=None, _attributes={}, **_arguments):
"""register protocol: Registers application as a ³handler² for this protocol with a given prefix. The handler will receive ³OpenURL², or if that fails, ³GetURL² event.
"""register protocol: Registers application as a handler” for this protocol with a given prefix. The handler will receive OpenURL”, or if that fails, GetURL” event.
Required argument: Application sig
Keyword argument for_protocol: protocol prefix: ³finger:², ³file²,
Keyword argument for_protocol: protocol prefix: finger:, file,
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: TRUE if registration has been successful
"""
@ -336,7 +336,7 @@ class WorldWideWeb_suite_Events:
}
def unregister_protocol(self, _object=None, _attributes={}, **_arguments):
"""unregister protocol: reverses the effects of ³register protocol²
"""unregister protocol: reverses the effects of register protocol”
Required argument: Application sig.
Keyword argument for_protocol: protocol prefix. If none, unregister for all protocols
Keyword argument _attributes: AppleEvent attribute dictionary

View file

@ -1,5 +1,5 @@
"""
Package generated from Macintosh HD:Internet:Internet-programma's:Netscape Communicator<EFBFBD>-map:Netscape Communicator<6F>
Package generated from Macintosh HD:Internet:Internet-programma's:Netscape CommunicatorŽ-map:Netscape CommunicatorŽ
Resource aete resid 0
"""
import aetools

View file

@ -129,7 +129,7 @@ class AppleScript_Suite_Events:
return _arguments['----']
def tell(self, _no_object=None, _attributes={}, **_arguments):
"""tell: Record or log a Œtell¹ statement
"""tell: Record or log a •tellÕ statement
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'ascr'
@ -148,7 +148,7 @@ class AppleScript_Suite_Events:
return _arguments['----']
def end_tell(self, _no_object=None, _attributes={}, **_arguments):
"""end tell: Record or log an Œend tell¹ statement
"""end tell: Record or log an •end tellÕ statement
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'ascr'
@ -229,7 +229,7 @@ class AppleScript_Suite_Events:
}
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
@ -299,7 +299,7 @@ class AppleScript_Suite_Events:
return _arguments['----']
def _ad_(self, _object, _attributes={}, **_arguments):
""": Inequality
"""­: Inequality
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
@ -488,7 +488,7 @@ class AppleScript_Suite_Events:
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
@ -530,7 +530,7 @@ class AppleScript_Suite_Events:
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
@ -820,7 +820,7 @@ class name(aetools.NProperty):
which = 'pnam'
want = 'TEXT'
class parent(aetools.NProperty):
"""parent - its parent, i.e. the script that will handle events that this script doesn¹t """
"""parent - its parent, i.e. the script that will handle events that this script doesnÕt """
which = 'pare'
want = 'scpt'

View file

@ -429,7 +429,7 @@ class Standard_Suite_Events:
Required argument: the object class about which information is requested
Keyword argument _in: the human language and script system in which to return information
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: a record containing the object¹s properties and elements
Returns: a record containing the objectÕs properties and elements
"""
_code = 'core'
_subcode = 'qobj'
@ -459,7 +459,7 @@ class frontmost(aetools.NProperty):
which = 'pisf'
want = 'bool'
class selection(aetools.NProperty):
"""selection - the selection visible to the user. Use the Œselect¹ command to set a new selection; use Œcontents of selection¹ to get or change information in the document. """
"""selection - the selection visible to the user. Use the •selectÕ command to set a new selection; use •contents of selectionÕ to get or change information in the document. """
which = 'sele'
want = 'csel'
class clipboard(aetools.NProperty):
@ -500,10 +500,10 @@ class alias(aetools.ComponentItem):
aliases = alias
class selection_2d_object(aetools.ComponentItem):
"""selection-object - A way to refer to the state of the current of the selection. Use the Œselect¹ command to make a new selection. """
"""selection-object - A way to refer to the state of the current of the selection. Use the •selectÕ command to make a new selection. """
want = 'csel'
class contents(aetools.NProperty):
"""contents - the information currently selected. Use Œcontents of selection¹ to get or change information in a document. """
"""contents - the information currently selected. Use •contents of selectionÕ to get or change information in a document. """
which = 'pcnt'
want = '****'
@ -615,11 +615,11 @@ class _3d_(aetools.NComparison):
class _3e_(aetools.NComparison):
"""> - Greater than """
class _b3_(aetools.NComparison):
""" - Greater than or equal to """
"""³ - Greater than or equal to """
class _3c_(aetools.NComparison):
"""< - Less than """
class _b2_(aetools.NComparison):
"""¾ - Less than or equal to """
"""² - Less than or equal to """
_Enum_savo = {
'yes' : 'yes ', # Save objects now
'no' : 'no ', # Do not save objects

View file

@ -70,7 +70,7 @@ table._propdict = {
table._elemdict = {
}
_Enum_prtn = {
'read_only' : 'nmod', # Can¹t change values or formulas
'read_only' : 'nmod', # CanÕt change values or formulas
'formulas_protected' : 'fpro', # Can changes values but not formulas
'read_2f_write' : 'modf', # Can change values and formulas
}

View file

@ -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):