fix encoding in javadocs checker

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1367120 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2012-07-30 15:31:45 +00:00
parent bf73f1f28b
commit f600aa6094
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ reMarkup = re.compile('<.*?>')
def checkSummary(fullPath):
printed = False
f = open(fullPath)
f = open(fullPath, encoding='UTF-8')
anyMissing = False
sawPackage = False
desc = []