Re: [pygame] Re: How to render japanese characters with font?

2009-01-05 Thread Frozenball
In Python3 'u' is not needed for unicode text but apparently pygame hasn't been released for it yet (?). On Sun, Jan 4, 2009 at 8:40 PM, .kiro. wrote: > Hi There , i did \o/ > just put u , unicode before text. msg = u"きろたわ" , really easy. > > > > On Jan 4, 3:02 pm, "leo kirotawa" wrote: >> Hi t

[pygame] Re: How to render japanese characters with font?

2009-01-04 Thread .kiro.
Hi There , i did \o/ just put u , unicode before text. msg = u"きろたわ” , really easy. On Jan 4, 3:02 pm, "leo kirotawa" wrote: > Hi there, > > I wanna make a game that in screen show japanese characters, but I dont > wanna make this with image. I wanted just do it with render font.  But, its > d