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