Hi Roman, I have added this feature for you.
https://github.com/PerlGameDev/SDL/commit/1e9abda6c26b51f829e9ec8dacd1863631658e9a simply pass in the option mode => 'utf8' to new(). This code is available at http://sdlperl.ath.cx/releases/SDL-2.531.tar.gz which you can install with pip. This will be officially released after garu adds docs and test files for this. Regards, Kartik Thakore On Tue, 2011-02-22 at 15:57 +0300, Roman V. Nikolaev wrote: > Hi! > I am Perl developer Roman V. Nikolaev.I try to make my first tower > defence style game. > I use latest SDL 2.530 from CPAN and see you use render_text_blended in > SDLx::Text module. How about use utf8 functions (like > render_utf8_blended). It`s really important for me. > > Thank you. Good job!
