Le lun. 29 juin 2020 à 12:36, Inada Naoki <songofaca...@gmail.com> a écrit :
> * UTF16 and UTF32; `int byteorder` parameter.

* UTF-16 byte_order=0 means "UTF-16" encoding
* UTF-16 byte_order<0 means "UTF-16-BE" encoding
* UTF-16 byte_order>0 means "UTF-16-LE" encoding

Same applies for UTF-32.

> * UTF7;  int base64SetO, int base64WhiteSpace

Does anyone use these parameters? I would prefer to ensure that they
are used before continuing to maintain code to support these
parameters.

Victor
-- 
Night gathers, and now my watch begins. It shall not end until my death.
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/2RO2NFBNZTZQZ2O6PUNRDVKG25PLLURC/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to