Re: UnicodeEncodeError in Windows

2007-09-18 Thread geoff_ness
On Sep 18, 7:36 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Mon, 17 Sep 2007 07:38:16 -0300, geoff_ness <[EMAIL PROTECTED]> > escribi?: > > > > > def buildString(warrior): > > """Build a string from a warrior's stats > > > Returns string for output to warStat.""" > >

Re: UnicodeEncodeError in Windows

2007-09-17 Thread Gabriel Genellina
En Mon, 17 Sep 2007 07:38:16 -0300, geoff_ness <[EMAIL PROTECTED]> escribi�: > def buildString(warrior): > """Build a string from a warrior's stats > > Returns string for output to warStat.""" > return "!tr!!td!!id!"+str(warrior.ID)+"!/id!!/td!"+\ > "!td!"+str(war