[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] problem with pygame.font and symbol Â



Moin,

> the problem is that (assuming angle is 30) I can't see
> /angle: 30Â/
> but
> /angle: 30ÃÂ/

that looks pretty much like an encoding issue. Apparently, Font.render expects 
latin1 encoding.

You could use the str.encode funktion to work around that, finding out how to 
do that is left as an exercise to you ;).

Cheers,
Nik

Attachment: signature.asc
Description: This is a digitally signed message part.