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