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:
parent
68090ffb32
commit
89790be10a
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user