Re: [Zope3-Users] Everything printing as ASCII?

2005-08-10 Thread Alec Munro
I think it was using StringIO. My default python encoding was ASCII, so I changed that, and it ended up solving my problems, so I haven't looked further into this, but I assume that while all of the pieces were unicode to start with, Python was converting some of them to ASCII earlier on. I believe

Re: [Zope3-Users] Everything printing as ASCII?

2005-08-10 Thread Stephan Richter
On Tuesday 09 August 2005 14:17, Alec Munro wrote: > I've been having some unicode troubles, so I put a print statement in > the StringIO class, and it seems that everything is type 'str', rather > than unicode. Is this how it is supposed to be? cStringIO only supports str, not unicode. Use String

[Zope3-Users] Everything printing as ASCII?

2005-08-09 Thread Alec Munro
Hi List, I've been having some unicode troubles, so I put a print statement in the StringIO class, and it seems that everything is type 'str', rather than unicode. Is this how it is supposed to be? Thanks, Alec ___ Zope3-users mailing list Zope3-users@zo