contrib/check-code.py
changeset 39056 c52a8af4052a
parent 38784 882ef6949bdc
child 39818 24e493ec2229
--- a/contrib/check-code.py	Fri Aug 10 00:37:24 2018 -0400
+++ b/contrib/check-code.py	Fri Aug 10 02:17:50 2018 -0400
@@ -30,7 +30,7 @@
     opentext = open
 else:
     def opentext(f):
-        return open(f, encoding='ascii')
+        return open(f, encoding='latin1')
 try:
     xrange
 except NameError: