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
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to