1
0
mirror of synced 2025-02-14 18:02:37 +01:00

Update read.py (#93)

* 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
This commit is contained in:
tyam 2024-12-27 19:58:56 -06:00 committed by GitHub
parent 68090ffb32
commit 89790be10a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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():