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 lemburg
Recipients amaury.forgeotdarc, doerwalter, lemburg, scoder, serhiy.storchaka, vstinner
Date 2013-11-22.23:35:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <528FEA55.4070500@egenix.com>
In-reply-to <1385157833.64.0.51518840102.issue18059@psf.upfronthosting.co.za>
Content
On 22.11.2013 23:03, STINNER Victor wrote:
> 
> I'm not sure that multibyte encodings other than UTF-8 are used in the world. I'm not convinced that we should support them. If the changes are small, it's maybe not a bad thing. Do you know which applications use such codecs?

I'm not sure what you mean with multibyte encodings. There's UTF-16 which
is a popular 2-byte encoding and then there are a whole lot of variable
length encodings such as UTF-8 and many of the Asian codecs in the stdlib.

While you see those used a lot for text, I'm not sure whether the
same is true for XML documents, where UTF-8 is the standard,
but other encodings can be specified if needed.

Serhiy: Apart from this being a nice-to-have feature, where do you see
the practical use ?
History
Date User Action Args
2013-11-22 23:35:57lemburgsetrecipients: + lemburg, doerwalter, amaury.forgeotdarc, scoder, vstinner, serhiy.storchaka
2013-11-22 23:35:57lemburglinkissue18059 messages
2013-11-22 23:35:57lemburgcreate