Follow-up Comment #1, bug #14487 (project wesnoth):

I believe I've tracked the bug down;

src/font.cpp converts UTF-8 code to UCS2 which is only 16 bits wide, then
uses an iterator which only provides SDL-TTF with one half of each glyph at a
time.  The translation which raised this error is 32-bit UTF-8.

Various modifications to this file (including rendering #'s instead of the
actual string) verified that all text that's bugged is being rendered here,
while text that was rendered correctly remains so.

While this could be fixed it may be more prudent just to continue migrating
to Pango and chuck this code in the bitbucket.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?14487>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to