More specifically, the title shows up as "Ōì¤Ōêū»«óÉ" which is obviously not correct. I can't say what it shows up as on a japanese 3ds, unfortunately - but this is obviously a character encoding issue. My best guess is either a) the game is JIS and it's showing as UTF8 or b) formatting title as ascii when it shouldn't.
I notice in the regionfree.c file that no conversion of character set occurs, and the info struct is directly filled with a pointer offset. Are localized game titles handled correctly?
More specifically, the title shows up as "Ōì¤Ōêū»«óÉ" which is obviously not correct. I can't say what it shows up as on a japanese 3ds, unfortunately - but this is obviously a character encoding issue. My best guess is either a) the game is JIS and it's showing as UTF8 or b) formatting title as ascii when it shouldn't.
I notice in the regionfree.c file that no conversion of character set occurs, and the info struct is directly filled with a pointer offset. Are localized game titles handled correctly?