supertuxkart-sourceforge-migration / stk-migration-test2

0 stars 0 forks source link

Chopped Player Names #10

Open supertuxkart-sourceforge-migration opened 10 years ago

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria

At this time, if a player types a non-ASCII player name, it will get chopped when saved to ASCII config.xml file.

We already have the needed code to save (wide) Unicode config.xml files, but it is currently disabled because irrlicht 1.7 is unable to read unicode XML (see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=30712&start=15 )

This irrlicht issue is apparently fixed in irrlicht 1.8, so when we update we should enable back the code to write unicode config files, so that player names are no more chopped

Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/10

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria Fixed in SVN (only if irrlicht 1.8 is used)