A bigg typo
[sdlgit/SDL_perl.git] / BUGS
1 BUGS and Outstanding Issues 
2
3
4 Using SDL::TTFont::width function with UTF-8 encoded strings returns 
5 the width of the characters that make up the UTF-8 format and not what 
6 they represent.  The function for this appears to exist in SDL.xs: 
7
8 AV* TTFSizeUTF8 ( font, text )
9
10 However, this function crashes immediately when called with a valid 
11 font and [utf-8 encoded] string.
12