mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
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:
parent
dfebe90c4c
commit
6f84ed5afc
48 changed files with 234 additions and 232 deletions
|
@ -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? """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue