mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-10 06:41:48 +02:00
Issue #89: fix encoding.
This commit is contained in:
parent
067b815100
commit
c0b4d35573
11 changed files with 18 additions and 16 deletions
|
@ -196,7 +196,7 @@ class IconCollection:
|
|||
point += np.array((0, step))
|
||||
height += step
|
||||
|
||||
with file_name.open("w") as output_file:
|
||||
with file_name.open("w", encoding="utf-8") as output_file:
|
||||
svg.write(output_file)
|
||||
|
||||
def __len__(self) -> int:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue