Menu

#14 Languages are displayed incorrectly in Unicode systems

closed-fixed
nobody
None
5
2011-12-23
2011-02-14
No

When displaying "español" language in the options menu the 'ñ' isn't shown correctly in a Linux system. Filenames are stored in UTF-8, and this way is read... but the OpenGL TextRenderer (TextRenderer2DGl) writes the text from a "unsigned char" (8 bits) array, so it is unable to write UTF-8 characters outside of the first 7 bits.

Discussion

  • Mark Vejvoda

    Mark Vejvoda - 2011-12-23
    • status: open --> closed-fixed
     
  • Mark Vejvoda

    Mark Vejvoda - 2011-12-23

    Fixed in 3.6.0 and beyond as we now use UTF8 and FTGL

     

Log in to post a comment.