From 89790be10abf3072a433ff61fac4ea936f92c3c4 Mon Sep 17 00:00:00 2001 From: tyam Date: Fri, 27 Dec 2024 19:58:56 -0600 Subject: [PATCH] Update read.py (#93) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update read.py New glyphs support for POLꓘAMANIA, TYPHØN, and Τέλος (Telos), fix a missed glyph for 和你一起走 (Woneijatheizau, pop'n music song ID 31) * Update read.py Fixes for 焱影 (Hikage, pop'n music ID 1954). Last one until/unless they add 珀, 琥, and an alternate thicker heart symbl --- bemani/utils/read.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bemani/utils/read.py b/bemani/utils/read.py index b915016..e1a1499 100644 --- a/bemani/utils/read.py +++ b/bemani/utils/read.py @@ -604,6 +604,12 @@ class ImportPopn(ImportBase): "囎": ":", "囂": "♡", "釁": "🐾", + "佰": "你", + "罕": "έ", + "罔": "ς", + "彑": "Ø", + "冫": "ꓘ", + "炙": "焱", } for orig, rep in accent_lut.items(): @@ -2113,6 +2119,12 @@ class ImportPopn(ImportBase): "囎": ":", "囂": "♡", "釁": "🐾", + "佰": "你", + "罕": "έ", + "罔": "ς", + "彑": "Ø", + "冫": "ꓘ", + "炙": "焱", } for orig, rep in accent_lut.items():