From a8f4bd946bce9fbe67b9548a504ed53fd5aacc9c Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Wed, 22 Jan 2020 18:20:35 +0100 Subject: [PATCH] revert "mark utf-8 output as such" for Bonta compatibility and sahahashashasbot compatiblity --- Main.py | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Main.py b/Main.py index 9ff985f3..1335d908 100644 --- a/Main.py +++ b/Main.py @@ -211,7 +211,7 @@ def main(args, seed=None): (location.item.code, location.item.player)) for location in world.get_filled_locations() if type(location.address) is int] - }).encode("utf-8-sig")) + }).encode("utf-8")) if args.jsonout: jsonout["multidata"] = list(multidata) else: diff --git a/README.md b/README.md index 9ddbf5d2..85062018 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Notice (Team #1): [Hint]: Berserker's Progressive Sword can be found in Ganons T Mystery.py * Defaults to generating a non-race ROM (Bonta's only makes race ROMs at this time) If a race ROM is desired, pass --create-race as argument to it - * When an error is generated due to a broken .yaml file, it now mentions in the error trace which file it is + * When an error is generated due to a broken .yaml file, it now mentions in the error trace which file, line and character is the culprit \ No newline at end of file