Hi,
 
A major roadblock to internationalization was the limit (if not non existant) Unicode support in the pygame.font module. For Pygame 1.9.2 the Font module has been updated to fully handle UCS-2 (SDL_ttf does not support UTF-16 or UTF-32, unfortunately). The upcoming pygame.freetype module has bypasses the restrictions imposed by SDL_ttf by using the freetype2 library directly. It has full UTF-32 support.
 
Lenard Lindstrom
 
On Oct 21, 2011, stabbingfinger <stabbingfin...@gmail.com> wrote:

Reply via email to