Hi,

On Wed, 2012-07-11 at 12:24 -0300, Flávio Alberto wrote:

> I'm trying to run dfbtest_font from DirectFB-1.4.11 with a string
> using encoding format ISO8859-15 on Ubuntu 10.10 (UTF-8 by default), 
> to do this I change dfbtest_font.c on line 186 to this :

The DirectFB DrawString API expects strings in UTF-8 encoding. If your
text is in another encoding you need to convert it to UTF-8 before
passing it to DirectFB. You can use iconv() for that.


Regards,
Sven



_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to