forked from hans/Nominatim
fix: add utf-8 encoding in read-write files
This commit is contained in:
@@ -58,7 +58,7 @@ gb:
|
||||
pattern: "(l?ld[A-Z0-9]?) ?(dll)"
|
||||
output: \1 \2
|
||||
|
||||
""")
|
||||
""", encoding='utf-8')
|
||||
|
||||
return project_env
|
||||
|
||||
|
||||
Reference in New Issue
Block a user