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 dmalcolm
Recipients dmalcolm, docs@python, eric.araujo, vstinner
Date 2010-09-02.21:13:07
SpamBayes Score 0.00032345968
Marked as misclassified No
Message-id <1283461994.22.0.157742760148.issue9738@psf.upfronthosting.co.za>
In-reply-to
Content
> I think either of these is correct:
> - a UTF-8-encoded string
> - a string encoded in UTF-8

Possibly use the word "buffer" here, rather than "string", as "string" may suggest the "str" type.

Or even: "NUL-terminated buffer of UTF-8-encoded bytes", or whatnot.

(sorry for bikeshedding)
History
Date User Action Args
2010-09-02 21:13:14dmalcolmsetrecipients: + dmalcolm, vstinner, eric.araujo, docs@python
2010-09-02 21:13:14dmalcolmsetmessageid: <1283461994.22.0.157742760148.issue9738@psf.upfronthosting.co.za>
2010-09-02 21:13:07dmalcolmlinkissue9738 messages
2010-09-02 21:13:07dmalcolmcreate