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