mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
parent
4711473b64
commit
4de7b1c923
@ -152,7 +152,7 @@ class KneeboardPageWriter:
|
||||
|
||||
def write(self, path: Path) -> None:
|
||||
self.image.save(path)
|
||||
path.with_suffix(".txt").write_text(self.get_text_string())
|
||||
path.with_suffix(".txt").write_text(self.get_text_string(), "utf8")
|
||||
|
||||
@staticmethod
|
||||
def wrap_line(inputstr: str, max_length: int) -> str:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user