The __SYS_LoadFont() function in system.c has a TODO to implement SJIS handling.
|
/* TODO: implement SJIS handling */ |
I'm creating this issue to make the TODO more visible.
It would be nice to at least support characters 0x20 to 0x7f. When testing with SJIS Encoding in Dolphin, the chars just wont print.
The
__SYS_LoadFont()function in system.c has a TODO to implement SJIS handling.libogc/libogc/system.c
Line 909 in 9992951
I'm creating this issue to make the TODO more visible.
It would be nice to at least support characters 0x20 to 0x7f. When testing with SJIS Encoding in Dolphin, the chars just wont print.