This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients lemburg, loewis, tarek
Date 2008-04-07.19:37:53
SpamBayes Score 0.040513135
Marked as misclassified No
Message-id <47FA780F.1080900@v.loewis.de>
In-reply-to <1207555587.88.0.937435852453.issue2562@psf.upfronthosting.co.za>
Content
> If we do use Unicode, I think we might need an extra meta-data,
> "encoding", that would default to "utf8", and that could be used when
> the class needs to serialize the data in a file.

I don't think so. Whenever the data is written to a file, the file
format should specify the encoding.

Regards,
Martin
History
Date User Action Args
2008-04-07 19:37:54loewissetspambayes_score: 0.0405131 -> 0.040513135
recipients: + loewis, lemburg, tarek
2008-04-07 19:37:53loewislinkissue2562 messages
2008-04-07 19:37:53loewiscreate