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 ezio.melotti, lemburg, progfou, vstinner
Date 2014-03-28.13:18:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <533576AC.20202@egenix.com>
In-reply-to <1396010463.51.0.766928002364.issue21081@psf.upfronthosting.co.za>
Content
Thanks for your answers. I think the best way forward would be to some
up with an official encoding map of the TCVN 5712:1999 encoding,
translate that into a format that gencodec.py can use and then
add the generated codec to Python 3.5.

We can then add the reference to the original encoding map
to the generated file.

This is how we've added a couple of other encodings for which there
were no official Unicode mapping files as well.

Please also provide a patch for the documentation and sign the
Python contrib form:

https://www.python.org/psf/contrib/contrib-form/

Thanks,
-- 
Marc-Andre Lemburg
eGenix.com
History
Date User Action Args
2014-03-28 13:18:38lemburgsetrecipients: + lemburg, vstinner, ezio.melotti, progfou
2014-03-28 13:18:38lemburglinkissue21081 messages
2014-03-28 13:18:38lemburgcreate