Skip to content

Commit

Permalink
PR sakura-editor#478 の不備修正
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Sep 24, 2018
1 parent 14c0e28 commit 694bd15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checkEncoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def getDiffFiles():
def checkEncodingResult(encoding):
expectEncoding = [
"utf-8",
"utf-8-sig",
"ascii",
]
encoding = encoding.lower()
Expand Down

0 comments on commit 694bd15

Please sign in to comment.