Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, but at least the roundtrip gives

the correct macroman characters again.
This commit is contained in:
Jack Jansen 2001-05-17 12:35:13 +00:00
parent 716cf91839
commit dfebe90c4c
7 changed files with 25 additions and 25 deletions

View file

@ -101,7 +101,7 @@ class Results:
class Status:
def __init__(self):
self.w = W.Dialog((440, 64), "SearchingŠ")
self.w = W.Dialog((440, 64), "Searchingƒ")
self.w.searching = W.TextBox((4, 4, -4, 16), "DevDev:PyPyDoc 1.5.1:ext:parseTupleAndKeywords.html")
self.w.hits = W.TextBox((4, 24, -4, 16), "Hits: 0")
self.w.canceltip = W.TextBox((4, 44, -4, 16), "Type cmd-period (.) to cancel.")