Write Mutated vowels on the screen
Write Mutated vowels on the screen
I want to write mutated vowels (ä,ö & ü) on the screen, but it only shows strange things. How can i fix that?
I'm not so deep into that so don't thrust me, but i think that you have to draw your own characters...take into account that psp "console out" is for debug purpose only, there's no extended charset support. Try searching for libs like intrafont ecc...
http://forums.ps2dev.org/viewtopic.php?t=10751
http://forums.ps2dev.org/viewtopic.php?t=10751
The latest version of intraFont has UCS16 printing. That's what you want.
http://www.psp-programming.com/benhur/index.htm
http://www.psp-programming.com/benhur/index.htm
Yes I'm sure you don't want that lol.jean wrote:I'm not so deep into that so don't thrust me,
Anyways if you want to keep things simple, you can use the graphics.h/graphics.c from LUAPlayer. It supports blitting text from an image grid containing the characters. Just put your characters there and use that.