Quote Originally Posted by Unregistered View Post
I noticed with the converted new file formats changes the player name to {{主人公}} and 'build_rpy' displays error when I put that in 'player_name_unification' saying it doesn't support non-ASCII character. Anyone got a solution for this? Because that name looks really jarring.
line = line.replace('{{' + u'\u4E3B' + u'\u4EBA' + u'\u516C' + '}}',player_name)