mirror of https://github.com/apache/lucene.git
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:
parent
bf73f1f28b
commit
f600aa6094
|
@ -23,7 +23,7 @@ reMarkup = re.compile('<.*?>')
|
||||||
|
|
||||||
def checkSummary(fullPath):
|
def checkSummary(fullPath):
|
||||||
printed = False
|
printed = False
|
||||||
f = open(fullPath)
|
f = open(fullPath, encoding='UTF-8')
|
||||||
anyMissing = False
|
anyMissing = False
|
||||||
sawPackage = False
|
sawPackage = False
|
||||||
desc = []
|
desc = []
|
||||||
|
|
Loading…
Reference in New Issue