Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This patch by Martin v. Loewis changes the UTF-16 codec to only | Marc-André Lemburg | 2001-06-19 | 1 | -3/+33 |
| | | | | | | | | | | | write a BOM at the start of the stream and also to only read it as BOM at the start of a stream. Subsequent reading/writing of BOMs will read/write the BOM as ZWNBSP character. This is in sync with the Unicode specifications. Note that UTF-16 files will now *have* to start with a BOM mark in order to be readable by the codec. | ||||
* | Marc-Andre Lemburg: Unicode encodings. | Guido van Rossum | 2000-03-10 | 1 | -0/+31 |