Issue #27365: Merge minimal part.

This commit is contained in:
Terry Jan Reedy 2016-06-22 03:57:32 -04:00
commit b8a79ae812
2 changed files with 3 additions and 3 deletions

View file

@ -130,7 +130,7 @@ class AboutDialog(Toplevel):
self.display_file_text('About - Readme', 'README.txt', 'ascii')
def ShowIDLENEWS(self):
self.display_file_text('About - NEWS', 'NEWS.txt', 'ascii')
self.display_file_text('About - NEWS', 'NEWS.txt', 'utf-8')
def display_printer_text(self, title, printer):
printer._Printer__setup()