[Zope3-Users] Everything printing as ASCII?
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Wed Aug 10 14:37:45 EDT 2005
    
    
  
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 StringIO instead.
Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
    
    
More information about the Zope3-users
mailing list