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 jgsack
Recipients jgsack
Date 2007-10-25.22:59:35
SpamBayes Score 0.014003761
Marked as misclassified No
Message-id <1193353176.1.0.485065586233.issue1328@psf.upfronthosting.co.za>
In-reply-to
Content
The behavior of codecs utf_16_[bl]e is to omit the BOM.

In a testing environment (and perhaps elsewhere), a forced BOM is useful.
I'm requesting an optional argument something like
 force_BOM=False

I guess it would require such an option in multiple function calls, sorry I 
don't know enough to itemize them.

If this is implemented, it might be desirable to think about the aliases 
like unicode*unmarked.

Regards,
..jim
History
Date User Action Args
2007-10-25 22:59:36jgsacksetspambayes_score: 0.0140038 -> 0.014003761
recipients: + jgsack
2007-10-25 22:59:36jgsacksetspambayes_score: 0.0140038 -> 0.0140038
messageid: <1193353176.1.0.485065586233.issue1328@psf.upfronthosting.co.za>
2007-10-25 22:59:35jgsacklinkissue1328 messages
2007-10-25 22:59:35jgsackcreate