mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-08 12:12:39 +01:00
tests: Explicitly open files as utf-8 for travis
This commit is contained in:
parent
fd2167d856
commit
33300630a3
@ -33,7 +33,7 @@ def validate_language(path):
|
||||
|
||||
print('Validating', path)
|
||||
|
||||
with open(path, 'r') as f:
|
||||
with open(path, 'r', encoding='utf-8') as f:
|
||||
in_event = False
|
||||
event_input = ''
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user