Quote Originally Posted by kuroitubasa View Post
Very appreciate Berwayer's resources at #661 that can hlep me to quickly build the game.
DMM version is run compeletly,and Nutaku version has a little qusetion about character (Blooming Furisode) Baal cannot read correctly.
In info_kamihime/5248.json text , character's name is '[Blooming Furisode] Baal\u00a0' ,and the solution is just need to delete '\u00a0'.

"kind": "character",
"max_attack": 9800,
"max_hp": 1200,
"max_level": 80,
"min_attack": 1960,
"min_hp": 240,
"name": "[Blooming Furisode] Baal\u00a0",
"proper_weapon": [
"special_sword",
"spear"
],
"rare": "SSR",
"release_weapon_id": 1205
}
i did that, but it still shows up as red and unreadable. was that all you did to fix it?