[I18n-sig] Unicode-friendly StringIO?

M.-A. Lemburg mal@lemburg.com
Mon, 27 Nov 2000 10:53:03 +0100


"Martin v. Loewis" wrote:
> 
> > Does anyone know of any version of or plans for cStringIO that would
> > allow for Unicode support?
> 
> Not that I know of. I'd recommend to fall back to StringIO for Unicode
> objects. Maybe you should file a bug report at
> sourceforge.net/projects/python, though.

Large parts of the Python stdlib aren't Unicode aware. This will
be fixed in one of the next releases, but until then you should
file a bug report for all Unicode-related problems you find.

Patches are welcome too, BTW :-)

-- 
Marc-Andre Lemburg
______________________________________________________________________
Company:                                        http://www.egenix.com/
Consulting:                                    http://www.lemburg.com/
Python Pages:                           http://www.lemburg.com/python/