Commit 804252b3 authored by Kurt B. Kaiser's avatar Kurt B. Kaiser

Eliminate latin-1 encoding

parent d953f6e2
...@@ -120,7 +120,7 @@ class AboutDialog(Toplevel): ...@@ -120,7 +120,7 @@ class AboutDialog(Toplevel):
self.display_printer_text(credits, 'About - Python Credits') self.display_printer_text(credits, 'About - Python Credits')
def ShowIDLECredits(self): def ShowIDLECredits(self):
self.ViewFile('About - Credits','CREDITS.txt', 'iso-8859-1') self.ViewFile('About - Credits','CREDITS.txt')
def ShowIDLEAbout(self): def ShowIDLEAbout(self):
self.ViewFile('About - Readme', 'README.txt') self.ViewFile('About - Readme', 'README.txt')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment