SDL_ttf - UTF8 LATIN UNICODE mess - Cant print unicode char

Hi

Im trying to print out to some surface, with SDL_ttf, some arrows from the
andale mono font, like:

/u2191
/u2192
/u2193
/u2194
/u2195
And too
/u221A

I can’t get the correct output(always return “?”). Really dont know where to
start looking, and can’t use platform specific stuff (the project must be
portable to, at least, to windows and linux). Can someone please point me to
the right direction?

Thanks
Rafael

Im trying to print out to some surface, with SDL_ttf, some arrows from the
andale mono font, like:

/u2191
/u2192
[…]
I can’t get the correct output(always return “?”). Really dont know where
to start looking, and can’t use platform specific stuff (the project must
be portable to, at least, to windows and linux).

Can you provide a code example? Something like distill a minimal example from
your code to look at?

UliOn Sunday 17 August 2008 23:57:03 Soscpd PA wrote: