1 BUGS and Outstanding Issues
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:
8 AV* TTFSizeUTF8 ( font, text )
10 However, this function crashes immediately when called with a valid
11 font and [utf-8 encoded] string.