Is there a standard "in-memory file" interface for reading/writting unicode stings? Something like StringIO.
E.g. this would be possible: - create UnicodeStringIO - write unicode strings into it - wite data (binary) string of UnicodeStringIO into a file ('wb' mode) and then later: - read the same file with codecs.open(filename,"r",encoding="utf-8") Maybe there is no standard class for this and I have to implement it myself. (?) Thanks, Laszlo -- http://mail.python.org/mailman/listinfo/python-list