|
From: Chad M. <cmm...@us...> - 2005-05-10 16:32:03
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21669 Modified Files: Tag: pre_5_0_beta ChangeLog Log Message: Changed spawnlist from using QString.sprintf(which clobbers utf8) into using QString.arg. Higher than ascii characters should show up properly in the spawnlist now, assuming they have the spawnlist using a font that supports the characters. Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/Attic/ChangeLog,v retrieving revision 1.1.2.14 retrieving revision 1.1.2.15 diff -u -d -r1.1.2.14 -r1.1.2.15 --- ChangeLog 10 May 2005 16:20:36 -0000 1.1.2.14 +++ ChangeLog 10 May 2005 16:31:38 -0000 1.1.2.15 @@ -9,6 +9,7 @@ + Fix problems with guilds numbered higher than 512 + Added unknown world data to the unknown log + Fixed the skills window to properly show skills > 252 ++ Show strings in the spawnlist as utf8 properly dophaZ (04/17/05) ----------------------- |