mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fix a rather catastrophic typo (U+307f is み!)
This commit is contained in:
parent
053f2a8d22
commit
6cc2e4439c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue