From 6cc2e4439c9430b050c278ee86be680e3b0e86a0 Mon Sep 17 00:00:00 2001 From: "Eevee (Lexy Munroe)" Date: Thu, 26 Jan 2017 16:22:52 -0800 Subject: [PATCH] =?UTF-8?q?Fix=20a=20rather=20catastrophic=20typo=20(U+307?= =?UTF-8?q?f=20is=20=E3=81=BF!)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pokedex/extract/lib/garc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokedex/extract/lib/garc.py b/pokedex/extract/lib/garc.py index 065d738..4eeadb0 100644 --- a/pokedex/extract/lib/garc.py +++ b/pokedex/extract/lib/garc.py @@ -158,7 +158,7 @@ class CompressedStream: XY_CHAR_MAP = { - 0x307f: 0x202f, # nbsp + 0xe07f: 0x202f, # nbsp 0xe08d: 0x2026, # ellipsis 0xe08e: 0x2642, # female sign 0xe08f: 0x2640, # male sign