#164790 - Chano Marrano - Fri Nov 21, 2008 12:13 pm
I'm using devKitPro r23b. In r18 version printf could print characters such as '?', '?' and '?', but now it only prints the first 128 ascii characters. An example:
siprintf(text, "I have %d $. Good!\n", 2);
Output: I have 2 $. Good!
siprintf(text, "I have %d ?. Good!\n", 2);
Output: I have 2
Any ideas?
_________________
Sh*tty RPG
siprintf(text, "I have %d $. Good!\n", 2);
Output: I have 2 $. Good!
siprintf(text, "I have %d ?. Good!\n", 2);
Output: I have 2
Any ideas?
_________________
Sh*tty RPG