mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
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:
parent
716cf91839
commit
dfebe90c4c
7 changed files with 25 additions and 25 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue