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

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